diff options
-rw-r--r-- | media-libs/gstreamer/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/gstreamer/gstreamer-0.10.32-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/gstreamer/ChangeLog b/media-libs/gstreamer/ChangeLog index 2b629c75ef7e..e7cbb7c735cc 100644 --- a/media-libs/gstreamer/ChangeLog +++ b/media-libs/gstreamer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/gstreamer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.294 2011/06/30 11:16:43 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.295 2011/07/25 17:48:35 xarthisius Exp $ + + 25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> + gstreamer-0.10.32-r1.ebuild: + ppc/ppc64 stable wrt #368281 *gstreamer-0.10.35 (30 Jun 2011) diff --git a/media-libs/gstreamer/gstreamer-0.10.32-r1.ebuild b/media-libs/gstreamer/gstreamer-0.10.32-r1.ebuild index f62216b5dab2..74a413660007 100644 --- a/media-libs/gstreamer/gstreamer-0.10.32-r1.ebuild +++ b/media-libs/gstreamer/gstreamer-0.10.32-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.32-r1.ebuild,v 1.7 2011/06/09 16:00:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.32-r1.ebuild,v 1.8 2011/07/25 17:48:35 xarthisius Exp $ EAPI=2 @@ -15,7 +15,7 @@ SRC_URI="http://${PN}.freedesktop.org/src/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT=${PV_MAJ_MIN} -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="+introspection nls test" RDEPEND=">=dev-libs/glib-2.22:2 |