diff options
author | Sam James <sam@gentoo.org> | 2022-06-07 06:21:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-07 06:21:53 +0100 |
commit | 1b306ac14b150b8633a16a45332e71448446224f (patch) | |
tree | 020e7b914e36a3a3af6213040cf2ca3646d8aec4 /net-libs/pacparser | |
parent | dev-python/tagpy: Stabilize 2018.1-r3 x86, #850172 (diff) | |
download | gentoo-1b306ac14b150b8633a16a45332e71448446224f.tar.gz gentoo-1b306ac14b150b8633a16a45332e71448446224f.tar.bz2 gentoo-1b306ac14b150b8633a16a45332e71448446224f.zip |
net-libs/pacparser: Stabilize 1.4.0 x86, #850181
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/pacparser')
-rw-r--r-- | net-libs/pacparser/pacparser-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/pacparser/pacparser-1.4.0.ebuild b/net-libs/pacparser/pacparser-1.4.0.ebuild index 1476c36046e7..7dc296824bb6 100644 --- a/net-libs/pacparser/pacparser-1.4.0.ebuild +++ b/net-libs/pacparser/pacparser-1.4.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/manugarg/${PN}/archive/v${PV}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/1" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="doc python" DEPEND="python? ( ${PYTHON_DEPS} )" |