summaryrefslogtreecommitdiff
path: root/dev-embedded/avr-libc/avr-libc-1.6.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-embedded/avr-libc/avr-libc-1.6.4.ebuild')
-rw-r--r--dev-embedded/avr-libc/avr-libc-1.6.4.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-embedded/avr-libc/avr-libc-1.6.4.ebuild b/dev-embedded/avr-libc/avr-libc-1.6.4.ebuild
index e289f5f96637..daa457e08bd3 100644
--- a/dev-embedded/avr-libc/avr-libc-1.6.4.ebuild
+++ b/dev-embedded/avr-libc/avr-libc-1.6.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
CHOST="avr"
@@ -16,7 +16,10 @@ SRC_URI="https://savannah.nongnu.org/download/avr-libc/${P}.tar.bz2
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+# 'amd64' is a blessed placeholder for crossdev. It could
+# be any other arch. See bug #620316#c5
+# Don't add more arches to KEYWORDS.
+KEYWORDS="~amd64"
IUSE="doc nls crosscompile_opts_headers-only"
DEPEND=">=sys-devel/crossdev-0.9.1"