diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-12 09:49:39 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-12 09:56:45 +0100 |
commit | f3253e9a09f3a06acb7141046024cad546ea0e9a (patch) | |
tree | 4767fc27cf019dce89094e8a2f0cedfa7113233f /dev-util/anjuta | |
parent | dev-python/setproctitle: Use eclass functions to obtain build variables (diff) | |
download | gentoo-f3253e9a09f3a06acb7141046024cad546ea0e9a.tar.gz gentoo-f3253e9a09f3a06acb7141046024cad546ea0e9a.tar.bz2 gentoo-f3253e9a09f3a06acb7141046024cad546ea0e9a.zip |
dev-util/anjuta: Drop obsolete sed call
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-util/anjuta')
-rw-r--r-- | dev-util/anjuta/anjuta-3.14.1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-3.16.0.ebuild | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/dev-util/anjuta/anjuta-3.14.1.ebuild b/dev-util/anjuta/anjuta-3.14.1.ebuild index 578600d30db6..4a849c2b3879 100644 --- a/dev-util/anjuta/anjuta-3.14.1.ebuild +++ b/dev-util/anjuta/anjuta-3.14.1.ebuild @@ -96,10 +96,6 @@ will need to: # Conflicts with -pg in a plugin, bug #266777 filter-flags -fomit-frame-pointer - # python2.7-configure in Fedora vs. python-configure in Gentoo - sed -e 's:$PYTHON-config:$PYTHON$PYTHON_VERSION-config:g' \ - -i plugins/am-project/tests/anjuta.lst || die "sed failed" - # Do not build benchmarks, they are not installed and for dev purpose only sed -e '/SUBDIRS =/ s/benchmark//' \ -i plugins/symbol-db/Makefile.{am,in} || die diff --git a/dev-util/anjuta/anjuta-3.16.0.ebuild b/dev-util/anjuta/anjuta-3.16.0.ebuild index 569cacf76682..522fd8f84f23 100644 --- a/dev-util/anjuta/anjuta-3.16.0.ebuild +++ b/dev-util/anjuta/anjuta-3.16.0.ebuild @@ -96,10 +96,6 @@ will need to: # Conflicts with -pg in a plugin, bug #266777 filter-flags -fomit-frame-pointer - # python2.7-configure in Fedora vs. python-configure in Gentoo - sed -e 's:$PYTHON-config:$PYTHON$PYTHON_VERSION-config:g' \ - -i plugins/am-project/tests/anjuta.lst || die "sed failed" - # Do not build benchmarks, they are not installed and for dev purpose only sed -e '/SUBDIRS =/ s/benchmark//' \ -i plugins/symbol-db/Makefile.{am,in} || die |