diff options
author | 2007-03-26 19:15:04 +0000 | |
---|---|---|
committer | 2007-03-26 19:15:04 +0000 | |
commit | 465951e8e479f9f36925f4a27334f5dad6b99ab0 (patch) | |
tree | 0a83b41919f36c4d8b03a43b65882facf5351c1e /x11-libs | |
parent | Version bump; fixes bugs 170137, 171686, 167776, plus misc others. (diff) | |
download | gentoo-2-465951e8e479f9f36925f4a27334f5dad6b99ab0.tar.gz gentoo-2-465951e8e479f9f36925f4a27334f5dad6b99ab0.tar.bz2 gentoo-2-465951e8e479f9f36925f4a27334f5dad6b99ab0.zip |
dont depend on virtual/x11
(Portage version: 2.1.2-r12)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtkDPS/gtkDPS-0.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtkDPS/gtkDPS-0.3.4.ebuild b/x11-libs/gtkDPS/gtkDPS-0.3.4.ebuild index 45df9f0415db..7a7dc32bf470 100644 --- a/x11-libs/gtkDPS/gtkDPS-0.3.4.ebuild +++ b/x11-libs/gtkDPS/gtkDPS-0.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkDPS/gtkDPS-0.3.4.ebuild,v 1.23 2006/03/27 21:30:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkDPS/gtkDPS-0.3.4.ebuild,v 1.24 2007/03/26 19:15:04 genstef Exp $ inherit eutils gnuconfig multilib @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="nls" DEPEND="=x11-libs/gtk+-1.2* - || ( app-text/dgs <x11-base/xorg-x11-7 ) + app-text/dgs nls? ( sys-devel/gettext )" src_unpack() { |