summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-04-26 16:00:28 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-04-26 16:36:47 +0300
commit378e30491659972ed88f09e37458e18ce3b198a0 (patch)
treeaa4bc10b88af857fd132a7580515d57f69f7a5f9 /games-misc
parentgames-misc/doge: remove old version 3.5.0 (diff)
downloadgentoo-378e30491659972ed88f09e37458e18ce3b198a0.tar.gz
gentoo-378e30491659972ed88f09e37458e18ce3b198a0.tar.bz2
gentoo-378e30491659972ed88f09e37458e18ce3b198a0.zip
games-misc/doge: remove py2.7, clean ebuild
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/doge/doge-3.6.0.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/games-misc/doge/doge-3.6.0.ebuild b/games-misc/doge/doge-3.6.0.ebuild
index 36625722226f..4a1d71bdb524 100644
--- a/games-misc/doge/doge-3.6.0.ebuild
+++ b/games-misc/doge/doge-3.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -15,9 +15,5 @@ SRC_URI="https://github.com/thiderman/doge/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}
- sys-process/procps
-"
+RDEPEND="sys-process/procps"