diff options
author | Rick Farina <zerochaos@gentoo.org> | 2020-05-27 21:59:54 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2020-05-27 21:59:54 -0400 |
commit | 2450abc1e7a2242f648eb9e16e75037ba63e7de5 (patch) | |
tree | e00f5ea2bdaa06759bec5d289fd2bd357c96441f /net-wireless/rtl_433/rtl_433-9999.ebuild | |
parent | net-wireless/aircrack-ng: add a snapshot (diff) | |
download | gentoo-2450abc1e7a2242f648eb9e16e75037ba63e7de5.tar.gz gentoo-2450abc1e7a2242f648eb9e16e75037ba63e7de5.tar.bz2 gentoo-2450abc1e7a2242f648eb9e16e75037ba63e7de5.zip |
net-wireless/rtl_433: bump slightly
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless/rtl_433/rtl_433-9999.ebuild')
-rw-r--r-- | net-wireless/rtl_433/rtl_433-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/rtl_433/rtl_433-9999.ebuild b/net-wireless/rtl_433/rtl_433-9999.ebuild index eb316baa16a1..610e9924f290 100644 --- a/net-wireless/rtl_433/rtl_433-9999.ebuild +++ b/net-wireless/rtl_433/rtl_433-9999.ebuild @@ -1,7 +1,7 @@ # 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 +#this doesn't work in eapi 7, even with emake or cmake.eclass EAPI=6 inherit cmake-utils @@ -13,7 +13,7 @@ if [[ $PV == "9999" ]]; then EGIT_REPO_URI="https://github.com/merbanan/rtl_433" KEYWORDS="" else - COMMIT="f8d9a01e68a6578289cda0dae383942c4779a4b5" + COMMIT="f82c02561dcde055143903d0f65257eb3211d45b" 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" |