diff options
author | 2012-09-14 18:28:41 +0000 | |
---|---|---|
committer | 2012-09-14 18:28:41 +0000 | |
commit | d2f87862aed16e7e7ea3ba79c6909536a3beae23 (patch) | |
tree | 1727a3576f8c6d875696a358f67e656d7e5dddd6 /dev-python | |
parent | Update changelog (diff) | |
download | gentoo-2-d2f87862aed16e7e7ea3ba79c6909536a3beae23.tar.gz gentoo-2-d2f87862aed16e7e7ea3ba79c6909536a3beae23.tar.bz2 gentoo-2-d2f87862aed16e7e7ea3ba79c6909536a3beae23.zip |
arm stable, bug #432946
(Portage version: 2.1.11.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gst-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gst-python/gst-python-0.10.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/gst-python/ChangeLog b/dev-python/gst-python/ChangeLog index 5191f304693a..8c0431392d47 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.109 2012/09/08 09:11:06 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.110 2012/09/14 18:28:41 maekke Exp $ + + 14 Sep 2012; Markus Meier <maekke@gentoo.org> gst-python-0.10.22.ebuild: + arm stable, bug #432946 08 Sep 2012; Johannes Huber <johu@gentoo.org> gst-python-0.10.22.ebuild: Stable for x86, wrt bug #432946 diff --git a/dev-python/gst-python/gst-python-0.10.22.ebuild b/dev-python/gst-python/gst-python-0.10.22.ebuild index 43e7beee0f2d..c7b604d88fa0 100644 --- a/dev-python/gst-python/gst-python-0.10.22.ebuild +++ b/dev-python/gst-python/gst-python-0.10.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.ebuild,v 1.7 2012/09/08 09:11:06 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.22.ebuild,v 1.8 2012/09/14 18:28:41 maekke Exp $ EAPI=4 @@ -17,7 +17,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="dev-libs/libxml2 |