diff options
author | Sam James <sam@gentoo.org> | 2021-01-13 09:17:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-13 09:17:08 +0000 |
commit | abc33642f83b9d13dcca38c18ce899fd15d27c1f (patch) | |
tree | 4a5b8b783ca9382b3396a6b6b532c806425c9fd4 /dev-libs/libdnsres | |
parent | media-sound/lilypond: Stabilize 2.21.6 amd64, #765097 (diff) | |
download | gentoo-abc33642f83b9d13dcca38c18ce899fd15d27c1f.tar.gz gentoo-abc33642f83b9d13dcca38c18ce899fd15d27c1f.tar.bz2 gentoo-abc33642f83b9d13dcca38c18ce899fd15d27c1f.zip |
dev-libs/libdnsres: Stabilize 0.1a-r3 amd64, #765145
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libdnsres')
-rw-r--r-- | dev-libs/libdnsres/libdnsres-0.1a-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libdnsres/libdnsres-0.1a-r3.ebuild b/dev-libs/libdnsres/libdnsres-0.1a-r3.ebuild index 99fa34502800..025bdde20d85 100644 --- a/dev-libs/libdnsres/libdnsres-0.1a-r3.ebuild +++ b/dev-libs/libdnsres/libdnsres-0.1a-r3.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 @@ -10,7 +10,7 @@ SRC_URI="https://www.monkey.org/~provos/${P}.tar.gz" LICENSE="BSD-4" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" IUSE="static-libs" DEPEND="dev-libs/libevent" |