summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-06 11:28:18 +0200
committerJustin Lecher <jlec@gentoo.org>2015-06-06 11:28:18 +0200
commit8ee6899e48a216d0c084868a90f935bc0be0abbb (patch)
tree2e18662aecef1c79813b2d070d79268bf72eeb6c /dev-vcs
parentgames-board/acnchess: Add github to remote-id in metadata.xml (diff)
downloadbetagarden-8ee6899e48a216d0c084868a90f935bc0be0abbb.tar.gz
betagarden-8ee6899e48a216d0c084868a90f935bc0be0abbb.tar.bz2
betagarden-8ee6899e48a216d0c084868a90f935bc0be0abbb.zip
dev-vcs/gitscene: Add SLOT operators
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gitscene/ChangeLog3
-rw-r--r--dev-vcs/gitscene/gitscene-9999.ebuild6
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/gitscene/ChangeLog b/dev-vcs/gitscene/ChangeLog
index 191265b..c4c1513 100644
--- a/dev-vcs/gitscene/ChangeLog
+++ b/dev-vcs/gitscene/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jun 2015; Justin Lecher <jlec@gentoo.org> gitscene-9999.ebuild:
+ dev-vcs/gitscene: Add SLOT operators
+
06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
dev-vcs/gitscene: Add github to remote-id in metadata.xml
diff --git a/dev-vcs/gitscene/gitscene-9999.ebuild b/dev-vcs/gitscene/gitscene-9999.ebuild
index 58e8f46..928fd04 100644
--- a/dev-vcs/gitscene/gitscene-9999.ebuild
+++ b/dev-vcs/gitscene/gitscene-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_6,2_7} )
inherit git-2 python-r1
-DESCRIPTION="A GTK based repository browser for git "
+DESCRIPTION="A GTK based repository browser for git"
HOMEPAGE="http://github.com/pta/gitscene"
SRC_URI=""
EGIT_REPO_URI="git://github.com/pta/gitscene.git"
@@ -21,7 +21,7 @@ IUSE=""
DEPEND="
dev-python/pygtk[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
- dev-python/pygobject[${PYTHON_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/pygtksourceview[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"