diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-23 12:30:49 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-23 12:30:49 +0000 |
commit | 90009f04836219c615115f3e71e7817e45b0db1c (patch) | |
tree | 7705b8b3bae57a7b8a33921cac5f89814ec5f9ce /net-libs | |
parent | dev-libs/log4cpp: Stabilize 1.1.4 ppc, #944605 (diff) | |
download | gentoo-90009f04836219c615115f3e71e7817e45b0db1c.tar.gz gentoo-90009f04836219c615115f3e71e7817e45b0db1c.tar.bz2 gentoo-90009f04836219c615115f3e71e7817e45b0db1c.zip |
net-libs/pacparser: Stabilize 1.4.5 amd64, #944493
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/pacparser/pacparser-1.4.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/pacparser/pacparser-1.4.5.ebuild b/net-libs/pacparser/pacparser-1.4.5.ebuild index b6431d86a41c..e86cfa006330 100644 --- a/net-libs/pacparser/pacparser-1.4.5.ebuild +++ b/net-libs/pacparser/pacparser-1.4.5.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} )" |