Skip to content

Commit

Permalink
net-dns/ldns-utils: drop obsolete USE flags
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/829687
Signed-off-by: Mike Gilbert <[email protected]>
Signed-off-by: Marc Schiffbauer <[email protected]>
  • Loading branch information
floppym authored and mschiff committed Dec 24, 2021
1 parent a79d053 commit aca111d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,5 @@ HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
IUSE="+dane ecdsa ed25519 ed448 examples gost ssl"

REQUIRED_USE="
ecdsa? ( ssl )
ed25519? ( ssl )
ed448? ( ssl )
dane? ( ssl )
gost? ( ssl )
"

RDEPEND=">=net-libs/ldns-1.8.0-r3[dane?,ecdsa?,ed25519?,ed448?,gost?]
examples? ( >=net-libs/ldns-1.8.0-r3[examples(-)] )"
RDEPEND=">=net-libs/ldns-1.8.0-r3"
7 changes: 0 additions & 7 deletions net-dns/ldns-utils/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,4 @@
level API which allows a programmer to (for instance) create or sign
packets.
</longdescription>
<use>
<flag name="dane">Enable DNS-based Authentication of Named Entities (DANE) support</flag>
<flag name="ecdsa">Enable ECDSA support</flag>
<flag name="ed25519">Enable ED25519 support</flag>
<flag name="ed448">Enable ED448 support</flag>
<flag name="gost">Enable GOST support</flag>
</use>
</pkgmetadata>

0 comments on commit aca111d

Please sign in to comment.