diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-10 11:54:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-10 11:54:01 +0000 |
commit | a8cf9a9343f766a03d95999c365a6aba19d6a4dd (patch) | |
tree | 7aaa409bad5e7d9520f461603d38ff0f3242b193 /dev-python | |
parent | Add comment with upstream bug. (diff) | |
download | gentoo-2-a8cf9a9343f766a03d95999c365a6aba19d6a4dd.tar.gz gentoo-2-a8cf9a9343f766a03d95999c365a6aba19d6a4dd.tar.bz2 gentoo-2-a8cf9a9343f766a03d95999c365a6aba19d6a4dd.zip |
Stable for amd64, wrt bug #480908
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gst-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gst-python/gst-python-0.10.22-r1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/gst-python/ChangeLog b/dev-python/gst-python/ChangeLog index 75aea119dd8b..87d8080619ec 100644 --- a/dev-python/gst-python/ChangeLog +++ b/dev-python/gst-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gst-python # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.119 2013/05/03 13:50:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.120 2013/10/10 11:54:01 ago Exp $ + + 10 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-python-0.10.22-r1.ebuild: + Stable for amd64, wrt bug #480908 03 May 2013; Justin Lecher <jlec@gentoo.org> gst-python-0.10.22-r1.ebuild, metadata.xml: @@ -500,4 +503,3 @@ Initial Commit Python bindings for GStreamer (#56621) Added to gstreamer herd - diff --git a/dev-python/gst-python/gst-python-0.10.22-r1.ebuild b/dev-python/gst-python/gst-python-0.10.22-r1.ebuild index fbab71ccf132..e116788da08a 100644 --- a/dev-python/gst-python/gst-python-0.10.22-r1.ebuild +++ b/dev-python/gst-python/gst-python-0.10.22-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.22-r1.ebuild,v 1.2 2013/05/03 13:50:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.22-r1.ebuild,v 1.3 2013/10/10 11:54:01 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0.10" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="examples test" RDEPEND=" |