diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-10-30 19:25:27 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-10-30 19:25:27 +0000 |
commit | 43284643aa794ab5936c857fdbfc881148bf7972 (patch) | |
tree | 1e7e11281468cedf84d6c4d24cc7518a742da70a /media-gfx/cropgui | |
parent | Update the dep to use dev-lang/python-exec. (diff) | |
download | gentoo-2-43284643aa794ab5936c857fdbfc881148bf7972.tar.gz gentoo-2-43284643aa794ab5936c857fdbfc881148bf7972.tar.bz2 gentoo-2-43284643aa794ab5936c857fdbfc881148bf7972.zip |
Update the dep to use dev-lang/python-exec.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-gfx/cropgui')
-rw-r--r-- | media-gfx/cropgui/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/cropgui/cropgui-0.1.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/cropgui/ChangeLog b/media-gfx/cropgui/ChangeLog index 65ef3d71744d..c766b52e115a 100644 --- a/media-gfx/cropgui/ChangeLog +++ b/media-gfx/cropgui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/cropgui # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v 1.10 2013/09/17 20:17:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v 1.11 2013/10/30 19:25:27 mgorny Exp $ + + 30 Oct 2013; Michał Górny <mgorny@gentoo.org> cropgui-0.1.1-r2.ebuild: + Update the dep to use dev-lang/python-exec. 17 Sep 2013; Michał Górny <mgorny@gentoo.org> cropgui-0.1.1-r2.ebuild: Add explicit dep on python-exec:0 since the package wraps the script manually. diff --git a/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild b/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild index 750edb75d5f3..26f28c22b851 100644 --- a/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild +++ b/media-gfx/cropgui/cropgui-0.1.1-r2.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/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v 1.4 2013/09/17 20:17:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v 1.5 2013/10/30 19:25:27 mgorny Exp $ EAPI="5" @@ -17,7 +17,7 @@ KEYWORDS="amd64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} - dev-python/python-exec:0[${PYTHON_USEDEP}]" + dev-lang/python-exec:0[${PYTHON_USEDEP}]" RDEPEND="${PYTHON_DEPS} virtual/python-imaging[${PYTHON_USEDEP}] dev-python/pygobject:2[${PYTHON_USEDEP}] |