diff options
author | Sam James <sam@gentoo.org> | 2022-06-07 06:21:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-07 06:21:08 +0100 |
commit | 199dfdac8adb54d5c43e1a84b7ccd7558b17717f (patch) | |
tree | 7b4cc710ba66072023cd69096a87e8857530b331 /net-libs/pacparser | |
parent | dev-python/tagpy: Stabilize 2018.1-r3 amd64, #850172 (diff) | |
download | gentoo-199dfdac8adb54d5c43e1a84b7ccd7558b17717f.tar.gz gentoo-199dfdac8adb54d5c43e1a84b7ccd7558b17717f.tar.bz2 gentoo-199dfdac8adb54d5c43e1a84b7ccd7558b17717f.zip |
net-libs/pacparser: Stabilize 1.4.0 amd64, #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 3d6bb84c788e..1476c36046e7 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} )" |