From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E9D9158086 for ; Fri, 24 Dec 2021 10:57:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62A3C2BC010; Fri, 24 Dec 2021 10:57:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89B5F2BC012 for ; Fri, 24 Dec 2021 10:57:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1AE1134339B for ; Fri, 24 Dec 2021 10:57:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C522263 for ; Fri, 24 Dec 2021 10:57:40 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1640342341.aca111d83af43788a23cdf2e7e49c5918dd96d29.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/ldns-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/ldns-utils/ldns-utils-1.8.0-r2.ebuild net-dns/ldns-utils/ldns-utils-1.8.0-r3.ebuild net-dns/ldns-utils/metadata.xml X-VCS-Directories: net-dns/ldns-utils/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: aca111d83af43788a23cdf2e7e49c5918dd96d29 X-VCS-Branch: master Date: Fri, 24 Dec 2021 10:57:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1f15572d-9229-420b-b6b3-0aa322778bad X-Archives-Hash: 9ee8266277227facbb3d40ba032b040c commit: aca111d83af43788a23cdf2e7e49c5918dd96d29 Author: Mike Gilbert gentoo org> AuthorDate: Wed Dec 22 22:18:47 2021 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Dec 24 10:39:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca111d8 net-dns/ldns-utils: drop obsolete USE flags Bug: https://bugs.gentoo.org/829687 Signed-off-by: Mike Gilbert gentoo.org> Signed-off-by: Marc Schiffbauer gentoo.org> ...ldns-utils-1.8.0-r2.ebuild => ldns-utils-1.8.0-r3.ebuild} | 12 +----------- net-dns/ldns-utils/metadata.xml | 7 ------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/net-dns/ldns-utils/ldns-utils-1.8.0-r2.ebuild b/net-dns/ldns-utils/ldns-utils-1.8.0-r3.ebuild similarity index 56% rename from net-dns/ldns-utils/ldns-utils-1.8.0-r2.ebuild rename to net-dns/ldns-utils/ldns-utils-1.8.0-r3.ebuild index 6c68aaf2613b..4b70f566cf04 100644 --- a/net-dns/ldns-utils/ldns-utils-1.8.0-r2.ebuild +++ b/net-dns/ldns-utils/ldns-utils-1.8.0-r3.ebuild @@ -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" diff --git a/net-dns/ldns-utils/metadata.xml b/net-dns/ldns-utils/metadata.xml index a9f2606f4927..0fdb9aa842a6 100644 --- a/net-dns/ldns-utils/metadata.xml +++ b/net-dns/ldns-utils/metadata.xml @@ -11,11 +11,4 @@ level API which allows a programmer to (for instance) create or sign packets. - - Enable DNS-based Authentication of Named Entities (DANE) support - Enable ECDSA support - Enable ED25519 support - Enable ED448 support - Enable GOST support -