diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-07-22 07:56:29 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-07-22 07:56:29 +0000 |
commit | 29a7a2717d3ac3eef80038019be20a8cd072733f (patch) | |
tree | 44ad1f81ee58404d105cb6b320ec226d82cca17b /dev-perl/GD/GD-2.35.ebuild | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-29a7a2717d3ac3eef80038019be20a8cd072733f.tar.gz gentoo-2-29a7a2717d3ac3eef80038019be20a8cd072733f.tar.bz2 gentoo-2-29a7a2717d3ac3eef80038019be20a8cd072733f.zip |
Drop virtual/x11 references.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-perl/GD/GD-2.35.ebuild')
-rw-r--r-- | dev-perl/GD/GD-2.35.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/GD/GD-2.35.ebuild b/dev-perl/GD/GD-2.35.ebuild index 8e243aafb717..fcd96b702743 100644 --- a/dev-perl/GD/GD-2.35.ebuild +++ b/dev-perl/GD/GD-2.35.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-2.35.ebuild,v 1.8 2007/07/10 23:33:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-2.35.ebuild,v 1.9 2007/07/22 07:56:29 graaff Exp $ inherit eutils perl-module @@ -17,7 +17,7 @@ DEPEND=">=media-libs/gd-2.0.28 png? ( media-libs/libpng sys-libs/zlib ) jpeg? ( media-libs/jpeg ) truetype? ( =media-libs/freetype-2* ) - xpm? ( || ( x11-libs/libXpm virtual/x11 ) ) + xpm? ( x11-libs/libXpm ) gif? ( media-libs/giflib ) dev-lang/perl" |