projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e616b1f
)
x11-misc/dex: [QA] Add missing python metadata variables
author
David Seifert
<soap@gentoo.org>
Sun, 23 Apr 2017 11:00:47 +0000
(13:00 +0200)
committer
David Seifert
<soap@gentoo.org>
Sun, 23 Apr 2017 11:29:15 +0000
(13:29 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
x11-misc/dex/dex-0.7.ebuild
patch
|
blob
|
history
diff --git
a/x11-misc/dex/dex-0.7.ebuild
b/x11-misc/dex/dex-0.7.ebuild
index 467436e887f1ed5ac8cb07a8b3efc67fb7d02c03..ac989255eaaa409cd7bf90af24784c0888713682 100644
(file)
--- a/
x11-misc/dex/dex-0.7.ebuild
+++ b/
x11-misc/dex/dex-0.7.ebuild
@@
-4,6
+4,7
@@
EAPI=5
PYTHON_COMPAT=( python3_{4,5,6} )
+
inherit eutils python-r1
DESCRIPTION="DesktopEntry eXecution - tool to manage and launch autostart entries"
@@
-13,6
+14,7
@@
SRC_URI="https://github.com/jceb/dex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}"