diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-22 17:19:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-22 17:19:01 +0000 |
commit | 04d1ebb1cda6dc7bfc1f4d498ef76510c6d43dbd (patch) | |
tree | 402cd6c3c4a85cfef33da67cad27922497fbcc3f /media-plugins/gst-plugins-speex | |
parent | Stable for ia64, wrt bug #458188 (diff) | |
download | gentoo-2-04d1ebb1cda6dc7bfc1f4d498ef76510c6d43dbd.tar.gz gentoo-2-04d1ebb1cda6dc7bfc1f4d498ef76510c6d43dbd.tar.bz2 gentoo-2-04d1ebb1cda6dc7bfc1f4d498ef76510c6d43dbd.zip |
Stable for ia64, 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 dedeb9a0d2e8..f1042898e51d 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.128 2013/02/21 22:26:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-speex/ChangeLog,v 1.129 2013/02/22 17:19:01 ago Exp $ + + 22 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-speex-1.0.5.ebuild: + Stable for ia64, wrt bug #458188 21 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-speex-1.0.5.ebuild: Stable for ppc64, 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 ce36a0a0b311..9802de888b9c 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.5 2013/02/21 22:26:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-speex/gst-plugins-speex-1.0.5.ebuild,v 1.6 2013/02/22 17:19:01 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" |