diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-17 20:17:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-17 20:17:52 +0000 |
commit | ba5cd8998b652df89d2d8660f5e752f90274de8e (patch) | |
tree | 9a67da7a966f0517adad73f817d8f57d5a715bd0 /media-gfx | |
parent | Version bump wrt bug 483696. Remove test patch and restrict tests completely ... (diff) | |
download | gentoo-2-ba5cd8998b652df89d2d8660f5e752f90274de8e.tar.gz gentoo-2-ba5cd8998b652df89d2d8660f5e752f90274de8e.tar.bz2 gentoo-2-ba5cd8998b652df89d2d8660f5e752f90274de8e.zip |
Add explicit dep on python-exec:0 since the package wraps the script manually.
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/cropgui/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/cropgui/cropgui-0.1.1-r2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-gfx/cropgui/ChangeLog b/media-gfx/cropgui/ChangeLog index de0b0c05d1a2..65ef3d71744d 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.9 2013/06/18 14:00:42 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v 1.10 2013/09/17 20:17:52 mgorny Exp $ + + 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. 18 Jun 2013; Mikle Kolyada <zlogene@gentoo.org> -cropgui-0.1.1-r1.ebuild, -cropgui-0.1.1.ebuild: diff --git a/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild b/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild index 9e66a26f0515..750edb75d5f3 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.3 2013/06/18 13:23:05 zlogene Exp $ +# $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 $ EAPI="5" @@ -16,7 +16,8 @@ SLOT="0" KEYWORDS="amd64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="${PYTHON_DEPS}" +DEPEND="${PYTHON_DEPS} + dev-python/python-exec:0[${PYTHON_USEDEP}]" RDEPEND="${PYTHON_DEPS} virtual/python-imaging[${PYTHON_USEDEP}] dev-python/pygobject:2[${PYTHON_USEDEP}] |