summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-07-06 18:53:41 +0000
committerChristoph Junghans <ottxor@gentoo.org>2013-07-06 18:53:41 +0000
commitf51d52699c32f823fc340942410f807ac8fc15b7 (patch)
tree399ea5017e36fac48317d27d907ab5c78dececba /media-sound/ecasound
parentadded prefix support (diff)
downloadgentoo-2-f51d52699c32f823fc340942410f807ac8fc15b7.tar.gz
gentoo-2-f51d52699c32f823fc340942410f807ac8fc15b7.tar.bz2
gentoo-2-f51d52699c32f823fc340942410f807ac8fc15b7.zip
added prefix support
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'media-sound/ecasound')
-rw-r--r--media-sound/ecasound/ChangeLog8
-rw-r--r--media-sound/ecasound/ecasound-2.9.0.ebuild10
2 files changed, 10 insertions, 8 deletions
diff --git a/media-sound/ecasound/ChangeLog b/media-sound/ecasound/ChangeLog
index 2637b0cdb7a7..71f16fa74158 100644
--- a/media-sound/ecasound/ChangeLog
+++ b/media-sound/ecasound/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/ecasound
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ChangeLog,v 1.66 2012/12/11 19:12:32 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ChangeLog,v 1.67 2013/07/06 18:53:41 ottxor Exp $
+
+ 06 Jul 2013; Christoph Junghans <ottxor@gentoo.org> ecasound-2.9.0.ebuild:
+ added prefix support
11 Dec 2012; Agostino Sarubbo <ago@gentoo.org> ecasound-2.9.0.ebuild:
Add ~ppc, wrt bug #421061
@@ -289,4 +292,3 @@
directory of the portage repository. Thanks to Jay Felice <jfelice@cronosys.com>
for the ebuild.
-
diff --git a/media-sound/ecasound/ecasound-2.9.0.ebuild b/media-sound/ecasound/ecasound-2.9.0.ebuild
index 290550457111..6c571bef8902 100644
--- a/media-sound/ecasound/ecasound-2.9.0.ebuild
+++ b/media-sound/ecasound/ecasound-2.9.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.9.0.ebuild,v 1.3 2012/12/11 19:12:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.9.0.ebuild,v 1.4 2013/07/06 18:53:41 ottxor Exp $
EAPI=4
PYTHON_DEPEND="python? 2"
@@ -13,7 +13,7 @@ SRC_URI="http://ecasound.seul.org/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="1"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="alsa audiofile debug doc jack libsamplerate lv2 mikmod ncurses oil osc oss
python ruby sndfile static-libs test"
REQUIRED_USE="test? ( lv2 )"
@@ -56,8 +56,8 @@ src_configure() {
local pyconf
if use python ; then
- pyconf="--with-python-includes=$(python_get_includedir)
- --with-python-modules=$(python_get_libdir)"
+ pyconf="--with-python-includes=${EPREFIX}$(python_get_includedir)
+ --with-python-modules=${EPREFIX}$(python_get_libdir)"
fi
econf \