diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-18 12:03:08 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-18 12:03:08 +0100 |
commit | 590be7c16cb017d6d3b085c01d2b54c9f12fbedb (patch) | |
tree | 54d6b6fc7f70304cb1e4c225af8edd282b9a6c58 /dev-util | |
parent | app-portage/gpyutils: x86 stable wrt bug #712318 (diff) | |
download | gentoo-590be7c16cb017d6d3b085c01d2b54c9f12fbedb.tar.gz gentoo-590be7c16cb017d6d3b085c01d2b54c9f12fbedb.tar.bz2 gentoo-590be7c16cb017d6d3b085c01d2b54c9f12fbedb.zip |
dev-util/distro-info: x86 stable wrt bug #712954
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/distro-info/distro-info-0.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/distro-info/distro-info-0.22.ebuild b/dev-util/distro-info/distro-info-0.22.ebuild index c9d42ef994d5..c7530dee8c22 100644 --- a/dev-util/distro-info/distro-info-0.22.ebuild +++ b/dev-util/distro-info/distro-info-0.22.ebuild @@ -14,7 +14,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" RESTRICT="!test? ( test )" |