diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2021-06-16 10:20:52 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2021-06-16 10:34:50 +0200 |
commit | 343a14befbd4b7a9bba4114f569442d1b6833cf2 (patch) | |
tree | f3ebb956214b3911cd0cf1b0291edad3b91a4546 /net-libs | |
parent | net-libs/pacparser: make myself maintainer (diff) | |
download | gentoo-343a14befbd4b7a9bba4114f569442d1b6833cf2.tar.gz gentoo-343a14befbd4b7a9bba4114f569442d1b6833cf2.tar.bz2 gentoo-343a14befbd4b7a9bba4114f569442d1b6833cf2.zip |
net-libs/pacparser: stable on amd64/x86
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/pacparser/pacparser-1.3.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/pacparser/pacparser-1.3.7-r1.ebuild b/net-libs/pacparser/pacparser-1.3.7-r1.ebuild index deafdcf04614..911a5d5ce27f 100644 --- a/net-libs/pacparser/pacparser-1.3.7-r1.ebuild +++ b/net-libs/pacparser/pacparser-1.3.7-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pacparser/${PN}/releases/download/${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} )" |