summaryrefslogtreecommitdiff
path: root/app-portage/mirrorselect/mirrorselect-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/mirrorselect/mirrorselect-9999.ebuild')
-rw-r--r--app-portage/mirrorselect/mirrorselect-9999.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild
index e645e60c639b..ebb6b2aea086 100644
--- a/app-portage/mirrorselect/mirrorselect-9999.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild
@@ -15,8 +15,6 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect"
if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/mirrorselect.git"
inherit git-r3
-
- SSL_FETCH_VER=9999
else
SRC_URI="
https://gitweb.gentoo.org/proj/mirrorselect.git/snapshot/${P}.tar.gz
@@ -25,19 +23,16 @@ else
"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
- SSL_FETCH_VER=0.3
fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="ipv6"
BDEPEND="${DISTUTILS_DEPS}"
RDEPEND="
dev-util/dialog
- >=net-analyzer/netselect-0.4[ipv6(+)?]
- >=dev-python/ssl-fetch-${SSL_FETCH_VER}[${PYTHON_USEDEP}]
+ >=net-analyzer/netselect-0.4
+ dev-python/requests[${PYTHON_USEDEP}]
"
distutils_enable_tests unittest