diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-07-22 10:43:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-07-22 10:43:45 +0000 |
commit | df8b5b670be0d234c43a1b7f925af370498b72d5 (patch) | |
tree | d24bdb8e4147a9eb9c1f557722e0d1cad1f0e1e7 /dev-python | |
parent | Stable for amd64, wrt bug #512912 (diff) | |
download | gentoo-2-df8b5b670be0d234c43a1b7f925af370498b72d5.tar.gz gentoo-2-df8b5b670be0d234c43a1b7f925af370498b72d5.tar.bz2 gentoo-2-df8b5b670be0d234c43a1b7f925af370498b72d5.zip |
Stable for amd64, wrt bug #512912
(Portage version: 2.2.8-r1/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 | 5 | ||||
-rw-r--r-- | dev-python/gst-python/gst-python-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/gst-python/ChangeLog b/dev-python/gst-python/ChangeLog index d836b7bb842e..b26536c97e09 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.131 2014/05/31 13:40:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.132 2014/07/22 10:43:45 ago Exp $ + + 22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> gst-python-1.2.1.ebuild: + Stable for amd64, wrt bug #512912 *gst-python-1.2.1 (31 May 2014) diff --git a/dev-python/gst-python/gst-python-1.2.1.ebuild b/dev-python/gst-python/gst-python-1.2.1.ebuild index b6a4ed0bed31..927c8aba0fb9 100644 --- a/dev-python/gst-python/gst-python-1.2.1.ebuild +++ b/dev-python/gst-python/gst-python-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-1.2.1.ebuild,v 1.1 2014/05/31 13:40:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-1.2.1.ebuild,v 1.2 2014/07/22 10:43:45 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_2,3_3} ) @@ -13,7 +13,7 @@ SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="1.0" -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="test" #examples , bug #506962 RDEPEND=" |