diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-09-25 20:42:52 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-09-25 20:42:52 +0000 |
commit | cf53cc9b82afca8382baa6a8e9e1199e35184ecf (patch) | |
tree | 639ee410611ea0d3025583ea4b648a8f59e2c777 /media-libs | |
parent | Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Elij... (diff) | |
download | gentoo-2-cf53cc9b82afca8382baa6a8e9e1199e35184ecf.tar.gz gentoo-2-cf53cc9b82afca8382baa6a8e9e1199e35184ecf.tar.bz2 gentoo-2-cf53cc9b82afca8382baa6a8e9e1199e35184ecf.zip |
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Tomáš "Mepho" Pružina in bug #382225.
(Portage version: 2.1.10.18/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gstreamer/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/gstreamer/gstreamer-0.10.35.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/gstreamer/ChangeLog b/media-libs/gstreamer/ChangeLog index 1ba41c9d7213..dcd82512679c 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.301 2011/09/20 03:32:07 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.302 2011/09/25 20:42:52 chainsaw Exp $ + + 25 Sep 2011; Tony Vroon <chainsaw@gentoo.org> gstreamer-0.10.35.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & + Tomáš "Mepho" Pružina in bug #382225. 20 Sep 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gstreamer-0.10.35.ebuild: diff --git a/media-libs/gstreamer/gstreamer-0.10.35.ebuild b/media-libs/gstreamer/gstreamer-0.10.35.ebuild index e46cdab66872..026b1b1760b5 100644 --- a/media-libs/gstreamer/gstreamer-0.10.35.ebuild +++ b/media-libs/gstreamer/gstreamer-0.10.35.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.35.ebuild,v 1.6 2011/09/20 03:32:07 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.35.ebuild,v 1.7 2011/09/25 20:42:52 chainsaw Exp $ EAPI=3 @@ -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 ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+introspection nls test" RDEPEND=">=dev-libs/glib-2.22:2 |