diff options
author | Jason Wever <weeve@gentoo.org> | 2006-04-11 03:09:18 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-04-11 03:09:18 +0000 |
commit | b39e2cbc981bb7604a78928465127ed177fcb33a (patch) | |
tree | af1053800ab4428797ed82e70af447c2456b8aa0 /media-libs/exscalibar | |
parent | Mask ifp use flag on SPARC until someone has hw to test. (diff) | |
download | gentoo-2-b39e2cbc981bb7604a78928465127ed177fcb33a.tar.gz gentoo-2-b39e2cbc981bb7604a78928465127ed177fcb33a.tar.bz2 gentoo-2-b39e2cbc981bb7604a78928465127ed177fcb33a.zip |
Added ~sparc keyword wrt bug #129409.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'media-libs/exscalibar')
-rw-r--r-- | media-libs/exscalibar/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/exscalibar/exscalibar-1.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/exscalibar/ChangeLog b/media-libs/exscalibar/ChangeLog index 32c7ee12f791..ce0d8d00053f 100644 --- a/media-libs/exscalibar/ChangeLog +++ b/media-libs/exscalibar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/exscalibar # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/exscalibar/ChangeLog,v 1.4 2006/03/22 16:46:01 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/exscalibar/ChangeLog,v 1.5 2006/04/11 03:09:18 weeve Exp $ + + 11 Apr 2006; Jason Wever <weeve@gentoo.org> exscalibar-1.0.4.ebuild: + Added ~sparc keyword wrt bug #129409. 22 Mar 2006; Hanno Boeck <hanno@gentoo.org> exscalibar-1.0.4.ebuild: Disabling sndfile does not work, removing sndfile USE-flag. diff --git a/media-libs/exscalibar/exscalibar-1.0.4.ebuild b/media-libs/exscalibar/exscalibar-1.0.4.ebuild index 51d9960360b0..a1b2211634f2 100644 --- a/media-libs/exscalibar/exscalibar-1.0.4.ebuild +++ b/media-libs/exscalibar/exscalibar-1.0.4.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-libs/exscalibar/exscalibar-1.0.4.ebuild,v 1.5 2006/03/22 16:46:01 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/exscalibar/exscalibar-1.0.4.ebuild,v 1.6 2006/04/11 03:09:18 weeve Exp $ inherit eutils qt3 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="mp3 vorbis fftw jack alsa doc" DEPEND="$(qt_min_version 3.2) >=media-libs/libsndfile-1.0.0 |