diff options
author | 2006-08-30 08:18:19 +0000 | |
---|---|---|
committer | 2006-08-30 08:18:19 +0000 | |
commit | 8210d52b34b96f714543ec739fe2d9a5a5fa7eab (patch) | |
tree | 16e2b9ce92f7a28612b120d93ee63d43c57aa285 /x11-misc/adesklets | |
parent | Shifted xwifinfo to fix bug #128018 again. Wiped out older version. (diff) | |
download | gentoo-2-8210d52b34b96f714543ec739fe2d9a5a5fa7eab.tar.gz gentoo-2-8210d52b34b96f714543ec739fe2d9a5a5fa7eab.tar.bz2 gentoo-2-8210d52b34b96f714543ec739fe2d9a5a5fa7eab.zip |
Whoops, last commit had the xwininfo dependancy shifted to the wrong place. Re-fixed...
(Portage version: 2.1-r2)
Diffstat (limited to 'x11-misc/adesklets')
-rw-r--r-- | x11-misc/adesklets/adesklets-0.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/adesklets/adesklets-0.6.1.ebuild b/x11-misc/adesklets/adesklets-0.6.1.ebuild index c81d40c28f64..383cad30c6e8 100644 --- a/x11-misc/adesklets/adesklets-0.6.1.ebuild +++ b/x11-misc/adesklets/adesklets-0.6.1.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-misc/adesklets/adesklets-0.6.1.ebuild,v 1.6 2006/08/30 08:13:56 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/adesklets-0.6.1.ebuild,v 1.7 2006/08/30 08:18:19 s4t4n Exp $ inherit eutils perl-module @@ -17,8 +17,8 @@ RDEPEND="X? ( || ( ( x11-libs/libX11 x11-apps/xprop x11-libs/libXt ) - virtual/x11 ) ) - x11-apps/xwininfo + virtual/x11 ) + >=x11-apps/xwininfo-1.0.2 ) >=sys-apps/sed-4.1.4-r1 >=sys-apps/coreutils-5.94-r1 >=sys-process/procps-3.2.6" |