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 -