diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-08-11 19:36:23 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-08-11 19:36:23 +0000 |
commit | b913b86ca9b7fb2d064dbc8aa561e125334f6fd4 (patch) | |
tree | 21b4d3bdc3d48d830c7e3fd260c919b15a25f2a7 /x11-misc/xautolock/xautolock-2.1-r1.ebuild | |
parent | Fix underlinking, bug 369645 (diff) | |
download | historical-b913b86ca9b7fb2d064dbc8aa561e125334f6fd4.tar.gz historical-b913b86ca9b7fb2d064dbc8aa561e125334f6fd4.tar.bz2 historical-b913b86ca9b7fb2d064dbc8aa561e125334f6fd4.zip |
Fix dependecy on libXScrnSaver wrt bug 378825 by Mark Tomich <mstomich@gmail.com>
Package-Manager: portage-2.2.0_alpha46/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xautolock/xautolock-2.1-r1.ebuild')
-rw-r--r-- | x11-misc/xautolock/xautolock-2.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xautolock/xautolock-2.1-r1.ebuild b/x11-misc/xautolock/xautolock-2.1-r1.ebuild index 15b9c1e0d92b..df329de276f6 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-2011 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.9 2011/08/08 09:12:49 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautolock/xautolock-2.1-r1.ebuild,v 1.10 2011/08/11 19:36:23 xarthisius Exp $ inherit toolchain-funcs @@ -16,9 +16,9 @@ RDEPEND="|| ( x11-misc/alock x11-misc/i3lock x11-misc/slock x11-misc/xlockmore - x11-misc/xtrlock )" + x11-misc/xtrlock ) + x11-libs/libXScrnSaver" DEPEND="${RDEPEND} - x11-libs/libXScrnSaver x11-misc/imake app-text/rman x11-proto/scrnsaverproto" |