diff options
author | Sam James <sam@gentoo.org> | 2024-08-12 02:23:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-12 02:23:35 +0100 |
commit | d3771b043dfdec33674fde9f8541048555dddbb8 (patch) | |
tree | abe41169e1eef557c2f836cd57e1858ed10a5b7f /net-libs/udns | |
parent | sys-libs/libsepol: drop 3.5 (diff) | |
download | gentoo-d3771b043dfdec33674fde9f8541048555dddbb8.tar.gz gentoo-d3771b043dfdec33674fde9f8541048555dddbb8.tar.bz2 gentoo-d3771b043dfdec33674fde9f8541048555dddbb8.zip |
net-libs/udns: Stabilize 0.4-r3 amd64, #937790
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/udns')
-rw-r--r-- | net-libs/udns/udns-0.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/udns/udns-0.4-r3.ebuild b/net-libs/udns/udns-0.4-r3.ebuild index 76ee1d6bd4c5..3939133f516b 100644 --- a/net-libs/udns/udns-0.4-r3.ebuild +++ b/net-libs/udns/udns-0.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="http://www.corpit.ru/mjt/udns/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="ipv6 static +tools" PATCHES=( |