diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-21 22:26:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-21 22:26:48 +0000 |
commit | 991a829103e63a58f2e09f21313bc323abf114ec (patch) | |
tree | 9fef2f3ee556a456b1c531c0e81f619ae6aefcd0 /media-plugins/gst-plugins-speex | |
parent | Stable for ppc64, wrt bug #458188 (diff) | |
download | gentoo-2-991a829103e63a58f2e09f21313bc323abf114ec.tar.gz gentoo-2-991a829103e63a58f2e09f21313bc323abf114ec.tar.bz2 gentoo-2-991a829103e63a58f2e09f21313bc323abf114ec.zip |
Stable for ppc64, wrt bug #458188
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-plugins/gst-plugins-speex')
-rw-r--r-- | media-plugins/gst-plugins-speex/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/gst-plugins-speex/gst-plugins-speex-1.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-plugins/gst-plugins-speex/ChangeLog b/media-plugins/gst-plugins-speex/ChangeLog index ec09caa9352b..dedeb9a0d2e8 100644 --- a/media-plugins/gst-plugins-speex/ChangeLog +++ b/media-plugins/gst-plugins-speex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-speex # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-speex/ChangeLog,v 1.127 2013/02/21 21:56:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-speex/ChangeLog,v 1.128 2013/02/21 22:26:48 ago Exp $ + + 21 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-speex-1.0.5.ebuild: + Stable for ppc64, wrt bug #458188 21 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-speex-1.0.5.ebuild: Stable for ppc, wrt bug #458188 diff --git a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.0.5.ebuild b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.0.5.ebuild index 0078580caecf..ce36a0a0b311 100644 --- a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.0.5.ebuild +++ b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.0.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-speex/gst-plugins-speex-1.0.5.ebuild,v 1.4 2013/02/21 21:56:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-speex/gst-plugins-speex-1.0.5.ebuild,v 1.5 2013/02/21 22:26:48 ago Exp $ EAPI="5" inherit gst-plugins-good DESCRIPTION="GStreamer plugin to allow encoding and decoding of speex" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=media-libs/speex-1.1.6" |