summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-05-01 19:31:30 +0200
committerMartin Väth <martin@mvath.de>2018-05-01 19:31:30 +0200
commitcb80e492076d14e1dd8db1346298122a9ecd976e (patch)
tree8c0448eca3e13b1a75f4331e62c15d12d6177a9b /dev-util/replacer
parentRemove mask for noscript: >=firefox-59 is in the gentoo repository (diff)
downloadmv-cb80e492076d14e1dd8db1346298122a9ecd976e.tar.gz
mv-cb80e492076d14e1dd8db1346298122a9ecd976e.tar.bz2
mv-cb80e492076d14e1dd8db1346298122a9ecd976e.zip
Fix mame dirs, sdlmame compilation, python deps
Diffstat (limited to 'dev-util/replacer')
-rw-r--r--dev-util/replacer/replacer-3.1-r1.ebuild (renamed from dev-util/replacer/replacer-3.1.ebuild)4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-util/replacer/replacer-3.1.ebuild b/dev-util/replacer/replacer-3.1-r1.ebuild
index a35d15aa..27e9e958 100644
--- a/dev-util/replacer/replacer-3.1.ebuild
+++ b/dev-util/replacer/replacer-3.1-r1.ebuild
@@ -3,8 +3,6 @@
EAPI=6
RESTRICT="mirror"
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
-inherit python-any-r1
DESCRIPTION="Search and replace python regular expressions within many files interactively"
HOMEPAGE="https://github.com/vaeth/replacer/"
@@ -19,7 +17,7 @@ for i in ${PLOCALES}; do
IUSE+=" l10n_${i}"
done
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="dev-lang/python
nls? ( virtual/libintl )"
DEPEND="nls? ( sys-devel/gettext )"