summaryrefslogtreecommitdiff
path: root/net-wireless/rtl_433/rtl_433-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
commit38423c67c8a23f6a1bc42038193182e2da3116eb (patch)
tree04e2cf4bd43601b77daa79fe654e409187093c5e /net-wireless/rtl_433/rtl_433-9999.ebuild
parent623ee73d661e5ed8475cb264511f683407d87365 (diff)
gentoo resync : 25.04.2020
Diffstat (limited to 'net-wireless/rtl_433/rtl_433-9999.ebuild')
-rw-r--r--net-wireless/rtl_433/rtl_433-9999.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-wireless/rtl_433/rtl_433-9999.ebuild b/net-wireless/rtl_433/rtl_433-9999.ebuild
index b952620e854e..eb316baa16a1 100644
--- a/net-wireless/rtl_433/rtl_433-9999.ebuild
+++ b/net-wireless/rtl_433/rtl_433-9999.ebuild
@@ -1,6 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+#this doesn't work in eapi 7, even with emake
EAPI=6
inherit cmake-utils
@@ -12,9 +13,10 @@ if [[ $PV == "9999" ]]; then
EGIT_REPO_URI="https://github.com/merbanan/rtl_433"
KEYWORDS=""
else
- COMMIT="496f82b54b8957dbdd1bb60a080aeccfd31da73e"
+ COMMIT="f8d9a01e68a6578289cda0dae383942c4779a4b5"
SRC_URI="https://github.com/merbanan/rtl_433/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
+ #SRC_URI="https://github.com/merbanan/rtl_433/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
@@ -22,7 +24,8 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="+rtlsdr soapy"
-DEPEND="rtlsdr? ( net-wireless/rtl-sdr:= )
+DEPEND="rtlsdr? ( net-wireless/rtl-sdr:=
+ virtual/libusb:1 )
soapy? ( net-wireless/soapysdr:= )"
RDEPEND="${DEPEND}"