diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-04-29 14:31:58 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-04-29 14:31:58 +0000 |
commit | 4dcf23a678a289464fbcc5acda4d05998ff9c192 (patch) | |
tree | 12fd7ac7805ec16c1efcc09acea6e6ce2fdcee60 /media-gfx/skencil | |
parent | masking new alex-2.1.0 pending the great ghc-6.6.x unmasking (diff) | |
download | gentoo-2-4dcf23a678a289464fbcc5acda4d05998ff9c192.tar.gz gentoo-2-4dcf23a678a289464fbcc5acda4d05998ff9c192.tar.bz2 gentoo-2-4dcf23a678a289464fbcc5acda4d05998ff9c192.zip |
add pyxml dep to skencil for svg import
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-gfx/skencil')
-rw-r--r-- | media-gfx/skencil/skencil-0.6.18_pre20070421.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/skencil/skencil-0.6.18_pre20070421.ebuild b/media-gfx/skencil/skencil-0.6.18_pre20070421.ebuild index a1574da4020f..4c5ed4aeb831 100644 --- a/media-gfx/skencil/skencil-0.6.18_pre20070421.ebuild +++ b/media-gfx/skencil/skencil-0.6.18_pre20070421.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.18_pre20070421.ebuild,v 1.1 2007/04/21 02:26:11 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/skencil/skencil-0.6.18_pre20070421.ebuild,v 1.2 2007/04/29 14:31:58 hanno Exp $ inherit python multilib @@ -13,7 +13,8 @@ DEPEND=">=dev-python/imaging-1.1.2-r1 dev-python/reportlab dev-lang/tk nls? ( sys-devel/gettext )" -RDEPEND="!elibc_glibc? ( nls? ( sys-devel/gettext ) )" +RDEPEND="!elibc_glibc? ( nls? ( sys-devel/gettext ) ) + dev-python/pyxml" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" |