summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-09-14 21:24:56 +0000
committerMarkus Meier <maekke@gentoo.org>2009-09-14 21:24:56 +0000
commit8306a1405a35a89540de73c6c9909d66ca19e6b2 (patch)
treea310293330026adffd34e6778cc917abc7ef1934 /media-libs/libfishsound
parentRemove commented out code and move econf to src_configure. (diff)
downloadgentoo-2-8306a1405a35a89540de73c6c9909d66ca19e6b2.tar.gz
gentoo-2-8306a1405a35a89540de73c6c9909d66ca19e6b2.tar.bz2
gentoo-2-8306a1405a35a89540de73c6c9909d66ca19e6b2.zip
amd64/x86 stable, bug #284380
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libfishsound')
-rw-r--r--media-libs/libfishsound/ChangeLog7
-rw-r--r--media-libs/libfishsound/libfishsound-0.9.1.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/libfishsound/ChangeLog b/media-libs/libfishsound/ChangeLog
index fb7c1dc03966..424781bdc40b 100644
--- a/media-libs/libfishsound/ChangeLog
+++ b/media-libs/libfishsound/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libfishsound
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libfishsound/ChangeLog,v 1.5 2008/04/08 07:57:22 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libfishsound/ChangeLog,v 1.6 2009/09/14 21:24:56 maekke Exp $
+
+ 14 Sep 2009; Markus Meier <maekke@gentoo.org> libfishsound-0.9.1.ebuild:
+ amd64/x86 stable, bug #284380
08 Apr 2008; Alexis Ballier <aballier@gentoo.org>
-files/libfishsound-0.9.0-ocert-2008-2.patch, -libfishsound-0.8.1.ebuild,
diff --git a/media-libs/libfishsound/libfishsound-0.9.1.ebuild b/media-libs/libfishsound/libfishsound-0.9.1.ebuild
index 7b317acdad49..b017b92cdf17 100644
--- a/media-libs/libfishsound/libfishsound-0.9.1.ebuild
+++ b/media-libs/libfishsound/libfishsound-0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libfishsound/libfishsound-0.9.1.ebuild,v 1.2 2009/09/12 11:19:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libfishsound/libfishsound-0.9.1.ebuild,v 1.3 2009/09/14 21:24:56 maekke Exp $
DESCRIPTION="Simple programming interface for decoding and encoding audio data using vorbis or speex"
HOMEPAGE="http://www.annodex.net/software/libfishsound/html/"
@@ -8,7 +8,7 @@ SRC_URI="http://www.annodex.net/software/libfishsound/download/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="doc vorbis"
RDEPEND="vorbis? ( media-libs/libvorbis media-libs/libogg )