diff options
author | Sam James <sam@gentoo.org> | 2021-01-07 01:00:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-07 01:00:54 +0000 |
commit | f1acca137b82f2e0cdbdaa85d3e8f98ee3421109 (patch) | |
tree | cb140ad6e616ef8e580141209a6e1e8a8705a5d3 /net-misc/ucarp | |
parent | net-mail/dbmail: Stabilize 3.2.3-r3 x86, #762646 (diff) | |
download | gentoo-f1acca137b82f2e0cdbdaa85d3e8f98ee3421109.tar.gz gentoo-f1acca137b82f2e0cdbdaa85d3e8f98ee3421109.tar.bz2 gentoo-f1acca137b82f2e0cdbdaa85d3e8f98ee3421109.zip |
net-misc/ucarp: Stabilize 1.5.2-r7 x86, #762649
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/ucarp')
-rw-r--r-- | net-misc/ucarp/ucarp-1.5.2-r7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ucarp/ucarp-1.5.2-r7.ebuild b/net-misc/ucarp/ucarp-1.5.2-r7.ebuild index a843fc050bfa..71bed0a3f337 100644 --- a/net-misc/ucarp/ucarp-1.5.2-r7.ebuild +++ b/net-misc/ucarp/ucarp-1.5.2-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.ucarp.org/pub/ucarp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="debug nls" RDEPEND="net-libs/libpcap" |