commit 7b973b24a9640196ea1c72bd07addd3f7eea2811
parent 940cd263a5db4b732e66e287104f330a0947daee
Author: parazyd <parazyd@dyne.org>
Date: Sat, 15 May 2021 09:25:18 +0200
Make repoman happy.
Diffstat:
4 files changed, 7 insertions(+), 14 deletions(-)
diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.15.0.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.15.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=(python3_{7..10})
+PYTHON_COMPAT=(python3_{7..9})
if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git"
diff --git a/dev-util/devscripts/devscripts-2.20.4.ebuild b/dev-util/devscripts/devscripts-2.20.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
diff --git a/net-misc/hurl/hurl-9999.ebuild b/net-misc/hurl/hurl-9999.ebuild
@@ -12,11 +12,10 @@ EGIT_REPO_URI="git://git.codemadness.org/hurl"
LICENSE="ISC"
SLOT="0"
KEYWORDS=""
-IUSE="libressl"
+IUSE=""
DEPEND="
- libressl? ( dev-libs/libressl )
- !libressl? ( dev-libs/libretls )
+ dev-libs/libretls
dev-libs/libbsd
"
RDEPEND=""
diff --git a/net-wireless/pixiewps/pixiewps-9999.ebuild b/net-wireless/pixiewps/pixiewps-9999.ebuild
@@ -12,16 +12,10 @@ EGIT_REPO_URI="https://github.com/wiire-a/pixiewps"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
-IUSE="libressl"
+IUSE=""
-DEPEND="
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl:0 )
-"
-RDEPEND="
- ${DEPEND}
- net-wireless/aircrack-ng
-"
+DEPEND="dev-libs/openssl:0"
+RDEPEND="${DEPEND} net-wireless/aircrack-ng"
src_compile() {
emake OPENSSL=1