summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Stein <jstein@gentoo.org>2019-10-28 21:14:18 +0100
committerJonas Stein <jstein@gentoo.org>2019-10-28 21:15:00 +0100
commit1d92337a716f22f62593f6b74d5cb747b09f05f2 (patch)
tree0157b6ff7dcdb59ea620db9345dbdf3d30598991
parentsci-mathematics/psmt2-frontend: rename configure.in to ac (diff)
downloadgentoo-1d92337a716f22f62593f6b74d5cb747b09f05f2.tar.gz
gentoo-1d92337a716f22f62593f6b74d5cb747b09f05f2.tar.bz2
gentoo-1d92337a716f22f62593f6b74d5cb747b09f05f2.zip
dev-libs/libhid: Fix SRC_URI
Debian provides a mirror on https://alioth-archive.debian.org/... Closes: https://bugs.gentoo.org/698798 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Jonas Stein <jstein@gentoo.org>
-rw-r--r--dev-libs/libhid/libhid-0.2.16-r4.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/libhid/libhid-0.2.16-r4.ebuild b/dev-libs/libhid/libhid-0.2.16-r4.ebuild
index 473d2bf3bf41..5ea43579a718 100644
--- a/dev-libs/libhid/libhid-0.2.16-r4.ebuild
+++ b/dev-libs/libhid/libhid-0.2.16-r4.ebuild
@@ -6,8 +6,8 @@ PYTHON_COMPAT=( python2_7 )
inherit autotools eutils python-single-r1
DESCRIPTION="Provides a generic and flexible way to access and interact with USB HID devices"
-HOMEPAGE="http://libhid.alioth.debian.org/"
-SRC_URI="http://beta.magicaltux.net/${P}.tar.gz"
+HOMEPAGE="hhttps://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="https://alioth-archive.debian.org/releases/${PN}/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -18,11 +18,13 @@ RDEPEND="
python? ( ${PYTHON_DEPS} )
virtual/libusb:0
"
+
DEPEND="
${RDEPEND}
doc? ( app-doc/doxygen )
python? ( dev-lang/swig )
"
+
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
src_prepare() {