projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eb065b
)
net-analyzer/gsm-receiver: [QA] Add missing python metadata variables
author
David Seifert
<soap@gentoo.org>
Sun, 23 Apr 2017 10:47:27 +0000
(12:47 +0200)
committer
David Seifert
<soap@gentoo.org>
Sun, 23 Apr 2017 11:28:42 +0000
(13:28 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-analyzer/gsm-receiver/gsm-receiver-9999.ebuild
patch
|
blob
|
history
diff --git
a/net-analyzer/gsm-receiver/gsm-receiver-9999.ebuild
b/net-analyzer/gsm-receiver/gsm-receiver-9999.ebuild
index 0b04eab14d5f6a764637a55fecbf0a9c87482818..36a54f59e1e629c30006094ade6c333101f257e3 100644
(file)
--- a/
net-analyzer/gsm-receiver/gsm-receiver-9999.ebuild
+++ b/
net-analyzer/gsm-receiver/gsm-receiver-9999.ebuild
@@
-1,7
+1,8
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
+
PYTHON_COMPAT=( python2_7 )
inherit autotools git-2 python-single-r1
@@
-14,8
+15,10
@@
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="net-libs/libosmocore
+RDEPEND="${PYTHON_DEPS}
+ net-libs/libosmocore
>=net-wireless/gnuradio-3.7_rc:0="
DEPEND="${RDEPEND}
virtual/pkgconfig"