diff options
author | 2006-10-13 13:15:24 +0000 | |
---|---|---|
committer | 2006-10-13 13:15:24 +0000 | |
commit | a6060e9f2c23bcdb295aa3ae53782ee1e7125756 (patch) | |
tree | 201f09e9dba2adc6b8b0f87b6a2b8c9134287b3c /media-sound/listen | |
parent | Add pygrub local USE flag for app-emulation/xen-tools-3.0.2-r4 (diff) | |
download | gentoo-2-a6060e9f2c23bcdb295aa3ae53782ee1e7125756.tar.gz gentoo-2-a6060e9f2c23bcdb295aa3ae53782ee1e7125756.tar.bz2 gentoo-2-a6060e9f2c23bcdb295aa3ae53782ee1e7125756.zip |
fix wrt multilib-strict and re-add ~amd64; bug 146613
(Portage version: 2.1.2_pre2-r5)
Diffstat (limited to 'media-sound/listen')
-rw-r--r-- | media-sound/listen/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/listen/listen-0.5_beta1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/listen/ChangeLog b/media-sound/listen/ChangeLog index f1c9ce224ed6..85202e778c13 100644 --- a/media-sound/listen/ChangeLog +++ b/media-sound/listen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/listen # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/ChangeLog,v 1.9 2006/10/12 22:45:16 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/ChangeLog,v 1.10 2006/10/13 13:15:24 blubb Exp $ + + 13 Oct 2006; Simon Stelling <blubb@gentoo.org> listen-0.5_beta1.ebuild: + fix wrt multilib-strict and re-add ~amd64; bug 146613 *listen-0.5_beta1 (12 Oct 2006) diff --git a/media-sound/listen/listen-0.5_beta1.ebuild b/media-sound/listen/listen-0.5_beta1.ebuild index b666878e2b4b..52fc2ee2a0bc 100644 --- a/media-sound/listen/listen-0.5_beta1.ebuild +++ b/media-sound/listen/listen-0.5_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/listen-0.5_beta1.ebuild,v 1.1 2006/10/12 22:45:16 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/listen/listen-0.5_beta1.ebuild,v 1.2 2006/10/13 13:15:24 blubb Exp $ inherit eutils virtualx @@ -11,7 +11,7 @@ S="${WORKDIR}/${PN}-0.5b1" LICENSE="GPL-2" IUSE="aac cdr flac ipod mad vorbis musicbrainz" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" RDEPEND=">=media-libs/gst-plugins-base-0.10.0 >=media-libs/gst-plugins-good-0.10.0 @@ -83,6 +83,7 @@ src_compile() { addpredict /var/lib/cache/gstreamer-0.10 epatch "${FILESDIR}/check.patch" epatch "${FILESDIR}/Makefile.patch" + sed -i "s:\$(PREFIX)/lib:\$(PREFIX)/$(get_libdir):g" Makefile Xemake -j1 || die "make failed" } |