commit:     30ced618e7be3784f62fc45e83105f922b325406
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 22:23:25 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 22:30:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ced618

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

 dev-embedded/avr-libc/avr-libc-1.6.2.ebuild | 7 +++++--
 dev-embedded/avr-libc/avr-libc-1.6.4.ebuild | 7 +++++--
 dev-embedded/avr-libc/avr-libc-1.6.8.ebuild | 7 +++++--
 dev-embedded/avr-libc/avr-libc-1.7.0.ebuild | 7 +++++--
 dev-embedded/avr-libc/avr-libc-1.7.1.ebuild | 7 +++++--
 dev-embedded/avr-libc/avr-libc-1.8.0.ebuild | 7 +++++--
 dev-embedded/avr-libc/avr-libc-1.8.1.ebuild | 7 +++++--
 dev-embedded/avr-libc/avr-libc-2.0.0.ebuild | 7 +++++--
 8 files changed, 40 insertions(+), 16 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 35110ac3d40..159067b2bd6 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"

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 e289f5f9663..daa457e08bd 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"

diff --git a/dev-embedded/avr-libc/avr-libc-1.6.8.ebuild 
b/dev-embedded/avr-libc/avr-libc-1.6.8.ebuild
index 73bedaf3804..ca7f5fde170 100644
--- a/dev-embedded/avr-libc/avr-libc-1.6.8.ebuild
+++ b/dev-embedded/avr-libc/avr-libc-1.6.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 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 crosscompile_opts_headers-only"
 
 DEPEND=">=sys-devel/crossdev-0.9.1"

diff --git a/dev-embedded/avr-libc/avr-libc-1.7.0.ebuild 
b/dev-embedded/avr-libc/avr-libc-1.7.0.ebuild
index e238218a08e..0e4ea8fbe36 100644
--- a/dev-embedded/avr-libc/avr-libc-1.7.0.ebuild
+++ b/dev-embedded/avr-libc/avr-libc-1.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
@@ -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 crosscompile_opts_headers-only"
 
 DEPEND=">=sys-devel/crossdev-0.9.1"

diff --git a/dev-embedded/avr-libc/avr-libc-1.7.1.ebuild 
b/dev-embedded/avr-libc/avr-libc-1.7.1.ebuild
index c0077d5bffa..dbe5b3c302b 100644
--- a/dev-embedded/avr-libc/avr-libc-1.7.1.ebuild
+++ b/dev-embedded/avr-libc/avr-libc-1.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -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 crosscompile_opts_headers-only"
 
 DEPEND=">=sys-devel/crossdev-0.9.1"

diff --git a/dev-embedded/avr-libc/avr-libc-1.8.0.ebuild 
b/dev-embedded/avr-libc/avr-libc-1.8.0.ebuild
index 917d548177b..166f785d1ea 100644
--- a/dev-embedded/avr-libc/avr-libc-1.8.0.ebuild
+++ b/dev-embedded/avr-libc/avr-libc-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -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 crosscompile_opts_headers-only"
 
 DEPEND=">=sys-devel/crossdev-0.9.1"

diff --git a/dev-embedded/avr-libc/avr-libc-1.8.1.ebuild 
b/dev-embedded/avr-libc/avr-libc-1.8.1.ebuild
index a3448102b64..a217bfb1bc4 100644
--- a/dev-embedded/avr-libc/avr-libc-1.8.1.ebuild
+++ b/dev-embedded/avr-libc/avr-libc-1.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -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 crosscompile_opts_headers-only"
 
 DEPEND=">=sys-devel/crossdev-0.9.1"

diff --git a/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild 
b/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild
index a3448102b64..a217bfb1bc4 100644
--- a/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild
+++ b/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -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 crosscompile_opts_headers-only"
 
 DEPEND=">=sys-devel/crossdev-0.9.1"

Reply via email to