diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-13 12:17:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-13 12:17:12 +0000 |
commit | bfcf4eaae909b86eb0ceab415a3e762bfb093f2b (patch) | |
tree | 323ced15ec8054bf858119e292a85353cb2fe533 /media-libs/libdts | |
parent | Fix double stripping on multilib systems #118207. (diff) | |
download | gentoo-2-bfcf4eaae909b86eb0ceab415a3e762bfb093f2b.tar.gz gentoo-2-bfcf4eaae909b86eb0ceab415a3e762bfb093f2b.tar.bz2 gentoo-2-bfcf4eaae909b86eb0ceab415a3e762bfb093f2b.zip |
sh love
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-libs/libdts')
-rw-r--r-- | media-libs/libdts/libdts-0.0.2-r3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libdts/libdts-0.0.2-r3.ebuild b/media-libs/libdts/libdts-0.0.2-r3.ebuild index 895bf1f20853..5408e83d372c 100644 --- a/media-libs/libdts/libdts-0.0.2-r3.ebuild +++ b/media-libs/libdts/libdts-0.0.2-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdts/libdts-0.0.2-r3.ebuild,v 1.8 2005/11/25 00:59:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdts/libdts-0.0.2-r3.ebuild,v 1.9 2006/01/13 12:17:12 vapier Exp $ inherit eutils autotools @@ -10,7 +10,7 @@ SRC_URI="http://www.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86" IUSE="oss debug" RESTRICT="test" @@ -31,7 +31,7 @@ src_unpack() { } src_compile() { - econf $(use_enable oss) $(use_enable debug) + econf $(use_enable oss) $(use_enable debug) || die emake || die "emake failed" } |