diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-09-13 11:08:15 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-09-13 11:08:15 +0000 |
commit | a2e0a8e1599736d7edc78d05b01deaa863a1d14e (patch) | |
tree | 6f2272d419121ff4f6a341e7aa4e64a1ab4c1f2d /media-libs | |
parent | Added missing dependency (diff) | |
download | gentoo-2-a2e0a8e1599736d7edc78d05b01deaa863a1d14e.tar.gz gentoo-2-a2e0a8e1599736d7edc78d05b01deaa863a1d14e.tar.bz2 gentoo-2-a2e0a8e1599736d7edc78d05b01deaa863a1d14e.zip |
Stable on ppc wrt bug 237037
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsamplerate/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsamplerate/libsamplerate-0.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsamplerate/ChangeLog b/media-libs/libsamplerate/ChangeLog index c7220012fa9d..0251a6d61583 100644 --- a/media-libs/libsamplerate/ChangeLog +++ b/media-libs/libsamplerate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsamplerate # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.54 2008/09/11 19:01:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.55 2008/09/13 11:08:15 nixnut Exp $ + + 13 Sep 2008; nixnut <nixnut@gentoo.org> libsamplerate-0.1.4.ebuild: + Stable on ppc wrt bug 237037 11 Sep 2008; Markus Meier <maekke@gentoo.org> libsamplerate-0.1.4.ebuild: amd64/x86 stable, bug #237037 diff --git a/media-libs/libsamplerate/libsamplerate-0.1.4.ebuild b/media-libs/libsamplerate/libsamplerate-0.1.4.ebuild index 9f5795e6be09..80aadfd73ecb 100644 --- a/media-libs/libsamplerate/libsamplerate-0.1.4.ebuild +++ b/media-libs/libsamplerate/libsamplerate-0.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.4.ebuild,v 1.2 2008/09/11 19:01:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.4.ebuild,v 1.3 2008/09/13 11:08:15 nixnut Exp $ WANT_AUTOMAKE=1.7 @@ -12,7 +12,7 @@ SRC_URI="http://www.mega-nerd.com/SRC/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="sndfile" RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.2 )" |