diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-02 10:48:22 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-02 10:53:50 +0100 |
commit | 254031442dc39b999b87dd3b699fcd66dd04213f (patch) | |
tree | 5ace834ce57382e7380bbc009ae236a487ad5eca | |
parent | x11-misc/icewmcp: x86 stable wrt bug #599782 (diff) | |
download | gentoo-254031442dc39b999b87dd3b699fcd66dd04213f.tar.gz gentoo-254031442dc39b999b87dd3b699fcd66dd04213f.tar.bz2 gentoo-254031442dc39b999b87dd3b699fcd66dd04213f.zip |
dev-util/distro-info: x86 stable wrt bug #604020
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-util/distro-info/distro-info-0.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/distro-info/distro-info-0.14.ebuild b/dev-util/distro-info/distro-info-0.14.ebuild index 315d6ac6f3b5..8c1510c3dcc4 100644 --- a/dev-util/distro-info/distro-info-0.14.ebuild +++ b/dev-util/distro-info/distro-info-0.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz" LICENSE="ISC" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |