diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-02-17 21:06:51 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-02-17 21:06:51 +0000 |
commit | 145f2cca5f034e84fa0a20d2031caa495e240a3d (patch) | |
tree | 2979f701e7a3fe1f5eab24d8a7651fee020cb775 /media-libs/libsndfile | |
parent | Stable on ppc64; bug #89424 (diff) | |
download | gentoo-2-145f2cca5f034e84fa0a20d2031caa495e240a3d.tar.gz gentoo-2-145f2cca5f034e84fa0a20d2031caa495e240a3d.tar.bz2 gentoo-2-145f2cca5f034e84fa0a20d2031caa495e240a3d.zip |
Drop ~ppc-macos keyword as we don't have the sqlite dependency.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-libs/libsndfile')
-rw-r--r-- | media-libs/libsndfile/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libsndfile/libsndfile-1.0.12-r1.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/libsndfile/ChangeLog b/media-libs/libsndfile/ChangeLog index 85e533db48f0..2c31247682ac 100644 --- a/media-libs/libsndfile/ChangeLog +++ b/media-libs/libsndfile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsndfile -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.45 2005/12/02 13:10:56 flameeyes Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.46 2006/02/17 21:06:51 grobian Exp $ + + 17 Feb 2006; Fabian Groffen <grobian@gentoo.org> + libsndfile-1.0.12-r1.ebuild: + Drop ~ppc-macos keyword as we don't have the sqlite dependency. *libsndfile-1.0.12-r1 (02 Dec 2005) diff --git a/media-libs/libsndfile/libsndfile-1.0.12-r1.ebuild b/media-libs/libsndfile/libsndfile-1.0.12-r1.ebuild index 2572d74492ea..63e9d1c2bc0c 100644 --- a/media-libs/libsndfile/libsndfile-1.0.12-r1.ebuild +++ b/media-libs/libsndfile/libsndfile-1.0.12-r1.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/libsndfile/libsndfile-1.0.12-r1.ebuild,v 1.2 2006/01/12 11:26:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.12-r1.ebuild,v 1.3 2006/02/17 21:06:51 grobian Exp $ inherit eutils libtool autotools @@ -10,7 +10,7 @@ SRC_URI="http://www.mega-nerd.com/libsndfile/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="static sqlite flac" RESTRICT="test" |