summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-10-30 22:23:25 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-10-30 22:30:56 +0000
commit30ced618e7be3784f62fc45e83105f922b325406 (patch)
tree458db813e15abc52a86a06cffa57beeb9e8a6ebb /dev-embedded/avr-libc/avr-libc-1.6.2.ebuild
parentsci-geosciences/opencpn-plugins-meta: revbump for new plugin (diff)
downloadgentoo-30ced618e7be3784f62fc45e83105f922b325406.tar.gz
gentoo-30ced618e7be3784f62fc45e83105f922b325406.tar.bz2
gentoo-30ced618e7be3784f62fc45e83105f922b325406.zip
dev-embedded/avr-libc: drop all keywords except amd64, bug #620316
dev-embedded/avr-libc is not installable as-is on any ARCH gentoo currently supports. It should have been a KEYWORDS=avr but there is no ARCH=avr profiles (at least yet). To explain meaning of KEYWORDS let's look at a concrete example: When cross-toolchain is installed with crossdev as 'crossdev -t avr' on ia64 (as an example ARCH without existing KEYWORDS) crossdev injects the following 'package.keywords': cross-avr/avr-libc * ~* -ia64 -~ia64 (as 'man 5 portage' says:) * package is visible if it is stable on any architecture ~* package is visible if it is in testing on any architecture Basically we need something (anything) in KEYWORDS to act as a bearer of stable/unstable sign. Let it be amd64. Bug: https://bugs.gentoo.org/620316 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-embedded/avr-libc/avr-libc-1.6.2.ebuild')
-rw-r--r--dev-embedded/avr-libc/avr-libc-1.6.2.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-embedded/avr-libc/avr-libc-1.6.2.ebuild b/dev-embedded/avr-libc/avr-libc-1.6.2.ebuild
index 35110ac3d409..159067b2bd64 100644
--- a/dev-embedded/avr-libc/avr-libc-1.6.2.ebuild
+++ b/dev-embedded/avr-libc/avr-libc-1.6.2.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"