summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2007-06-24 18:03:05 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2007-06-24 18:03:05 +0000
commit0406336585e808a39caa627c77e54e1bfea59394 (patch)
treee9ed4473f51c59073060b623492da0e0c3e545d9 /x11-misc/xautolock/xautolock-2.1-r1.ebuild
parent(QA) Don't use KEYWORDS="-*". bug #160519. (diff)
downloadhistorical-0406336585e808a39caa627c77e54e1bfea59394.tar.gz
historical-0406336585e808a39caa627c77e54e1bfea59394.tar.bz2
historical-0406336585e808a39caa627c77e54e1bfea59394.zip
Add missing dep of x11-proto/scrnsaverproto and remove virtual/x11 usage.
Package-Manager: portage-2.1.3_rc5
Diffstat (limited to 'x11-misc/xautolock/xautolock-2.1-r1.ebuild')
-rw-r--r--x11-misc/xautolock/xautolock-2.1-r1.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-misc/xautolock/xautolock-2.1-r1.ebuild b/x11-misc/xautolock/xautolock-2.1-r1.ebuild
index c65321903112..5a1238665332 100644
--- a/x11-misc/xautolock/xautolock-2.1-r1.ebuild
+++ b/x11-misc/xautolock/xautolock-2.1-r1.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/x11-misc/xautolock/xautolock-2.1-r1.ebuild,v 1.5 2006/10/12 11:15:54 exg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautolock/xautolock-2.1-r1.ebuild,v 1.6 2007/06/24 18:03:05 drac Exp $
DESCRIPTION="An automatic X screen-locker/screen-saver."
SRC_URI="http://www.ibiblio.org/pub/Linux/X11/screensavers/${P}.tgz"
@@ -13,11 +13,10 @@ IUSE=""
RDEPEND="|| ( x11-misc/xlockmore
x11-misc/xtrlock )"
DEPEND="${RDEPEND}
- || ( (
- x11-libs/libXScrnSaver
- x11-misc/imake
- app-text/rman )
- virtual/x11 )"
+ x11-libs/libXScrnSaver
+ x11-misc/imake
+ app-text/rman
+ x11-proto/scrnsaverproto"
src_compile() {
xmkmf || die