From c976bab35fe449b71c8d027bd362184da6bb0ae5 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 1 Jun 2023 23:36:06 +0200 Subject: [PATCH] app-containers/dnsname: Drop copy'n'pasted IUSE=encryption Signed-off-by: Nils Freydank --- app-containers/dnsname/dnsname-1.3.0_p20230526.ebuild | 5 ++--- app-containers/dnsname/metadata.xml | 3 --- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app-containers/dnsname/dnsname-1.3.0_p20230526.ebuild b/app-containers/dnsname/dnsname-1.3.0_p20230526.ebuild index 77eafbc..94cdca6 100644 --- a/app-containers/dnsname/dnsname-1.3.0_p20230526.ebuild +++ b/app-containers/dnsname/dnsname-1.3.0_p20230526.ebuild @@ -22,9 +22,9 @@ SRC_URI+=" https://files.holgersson.xyz/gentoo/distfiles/${P}-deps.tar.xz" KEYWORDS="~amd64" LICENSE="Apache-2.0" SLOT="0" -IUSE="+encryption" +IUSE="" -DEPEND="encryption? ( dev-libs/olm )" +DEPEND="" RDEPEND="${DEPEND}" BDEPEND="" DOCS=( @@ -44,7 +44,6 @@ src_compile() { -mod=vendor -v -work -x ) - use encryption || export CGO_ENABLED=0 go build "${mygobuildargs[@]}" "${EGO_PN}/plugins/meta/dnsname" \ || die "go build failed" } diff --git a/app-containers/dnsname/metadata.xml b/app-containers/dnsname/metadata.xml index 2ed1721..1ec7410 100644 --- a/app-containers/dnsname/metadata.xml +++ b/app-containers/dnsname/metadata.xml @@ -8,7 +8,4 @@ holgersson@posteo.de Nils Freydank - - Enable encryption using dev-libs/olm -