summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-04-06 10:36:24 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2014-04-06 10:36:24 +0000
commitc33a27f6c273eaf70f46be723cec25f06ffc0d7f (patch)
tree5cdc37ca1ac315ff022bcd7316764428e1015359 /dev-python/Kivy
parentVersion bump. Updated to 1.0 gstreamer slot, but testsuite is missing. (diff)
downloadgentoo-2-c33a27f6c273eaf70f46be723cec25f06ffc0d7f.tar.gz
gentoo-2-c33a27f6c273eaf70f46be723cec25f06ffc0d7f.tar.bz2
gentoo-2-c33a27f6c273eaf70f46be723cec25f06ffc0d7f.zip
Pin gst-python to 0.10 slot
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-python/Kivy')
-rw-r--r--dev-python/Kivy/ChangeLog5
-rw-r--r--dev-python/Kivy/Kivy-1.8.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/Kivy/ChangeLog b/dev-python/Kivy/ChangeLog
index 580b4aa4a8c6..b0c2c37d2c08 100644
--- a/dev-python/Kivy/ChangeLog
+++ b/dev-python/Kivy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/Kivy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.2 2014/04/02 10:39:25 slis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.3 2014/04/06 10:36:24 eva Exp $
+
+ 06 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> Kivy-1.8.0.ebuild:
+ Pin gst-python to 0.10 slot
02 Apr 2014; Sławek Lis <slis@gentoo.org> Kivy-1.8.0.ebuild, metadata.xml:
change use flag name (gst to gstreamer)
diff --git a/dev-python/Kivy/Kivy-1.8.0.ebuild b/dev-python/Kivy/Kivy-1.8.0.ebuild
index bdf4f9b7dece..3f4c2546df6a 100644
--- a/dev-python/Kivy/Kivy-1.8.0.ebuild
+++ b/dev-python/Kivy/Kivy-1.8.0.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/Kivy/Kivy-1.8.0.ebuild,v 1.2 2014/04/02 10:39:25 slis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild,v 1.3 2014/04/06 10:36:24 eva Exp $
EAPI="5"
@@ -19,7 +19,7 @@ IUSE="cairo camera doc examples garden gstreamer spell"
DEPEND="dev-python/cython
garden? ( dev-python/kivy-garden )
- gstreamer? ( dev-python/gst-python )
+ gstreamer? ( dev-python/gst-python:0.10 )
cairo? ( dev-python/pycairo )
spell? ( dev-python/pyenchant )
dev-python/pygame
@@ -37,4 +37,4 @@ src_install() {
distutils-r1_src_install
use doc && dodoc -r doc/sources/*
use examples && insinto "/usr/share/doc/${PF}/" && doins -r examples
-} \ No newline at end of file
+}