diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 14:24:30 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 14:24:50 +0200 |
commit | 0a7979cb1f9c4b0672612e5a0b12d2d2dde6a72b (patch) | |
tree | 8c581eaf6d692042b55a29490354352ea91d6cad /x11-misc/dex | |
parent | x11-misc/treeline: Support newer python (diff) | |
download | gentoo-0a7979cb1f9c4b0672612e5a0b12d2d2dde6a72b.tar.gz gentoo-0a7979cb1f9c4b0672612e5a0b12d2d2dde6a72b.tar.bz2 gentoo-0a7979cb1f9c4b0672612e5a0b12d2d2dde6a72b.zip |
x11-misc/dex: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-misc/dex')
-rw-r--r-- | x11-misc/dex/dex-0.7.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-misc/dex/dex-0.7.ebuild b/x11-misc/dex/dex-0.7.ebuild index d2c359473df9..467436e887f1 100644 --- a/x11-misc/dex/dex-0.7.ebuild +++ b/x11-misc/dex/dex-0.7.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit eutils python-r1 DESCRIPTION="DesktopEntry eXecution - tool to manage and launch autostart entries" @@ -13,7 +13,6 @@ 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}" |