Home
       tMake repoman happy. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 7b973b24a9640196ea1c72bd07addd3f7eea2811
   DIR parent 940cd263a5db4b732e66e287104f330a0947daee
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Sat, 15 May 2021 09:25:18 +0200
       
       Make repoman happy.
       
       Diffstat:
         M app-crypt/certbot-dns-rfc2136/cert… |       2 +-
         M dev-util/devscripts/devscripts-2.2… |       2 +-
         M net-misc/hurl/hurl-9999.ebuild      |       5 ++---
         M net-wireless/pixiewps/pixiewps-999… |      12 +++---------
       
       4 files changed, 7 insertions(+), 14 deletions(-)
       ---
   DIR 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
       t@@ -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"
   DIR diff --git a/dev-util/devscripts/devscripts-2.20.4.ebuild b/dev-util/devscripts/devscripts-2.20.4.ebuild
       t@@ -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
   DIR diff --git a/net-misc/hurl/hurl-9999.ebuild b/net-misc/hurl/hurl-9999.ebuild
       t@@ -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=""
   DIR diff --git a/net-wireless/pixiewps/pixiewps-9999.ebuild b/net-wireless/pixiewps/pixiewps-9999.ebuild
       t@@ -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