diff options
author | 2006-10-13 10:39:24 +0000 | |
---|---|---|
committer | 2006-10-13 10:39:24 +0000 | |
commit | ceefcfacf3592e9a0c69775e7210f7ddf4022552 (patch) | |
tree | ac49946205610b5bdd47ecb9b54f7080a28c7631 /sys-apps/qingy/qingy-0.7.4.ebuild | |
parent | New version. Added patch by Charlie Shepherd #150097 (diff) | |
download | gentoo-2-ceefcfacf3592e9a0c69775e7210f7ddf4022552.tar.gz gentoo-2-ceefcfacf3592e9a0c69775e7210f7ddf4022552.tar.bz2 gentoo-2-ceefcfacf3592e9a0c69775e7210f7ddf4022552.zip |
Added missing scrnsaverproto dependancy. Closes bug #151032
(Portage version: 2.1.1)
Diffstat (limited to 'sys-apps/qingy/qingy-0.7.4.ebuild')
-rw-r--r-- | sys-apps/qingy/qingy-0.7.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/qingy/qingy-0.7.4.ebuild b/sys-apps/qingy/qingy-0.7.4.ebuild index d9fefa78aa87..e99b4bd37b4c 100644 --- a/sys-apps/qingy/qingy-0.7.4.ebuild +++ b/sys-apps/qingy/qingy-0.7.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/sys-apps/qingy/qingy-0.7.4.ebuild,v 1.4 2006/08/24 07:23:40 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qingy/qingy-0.7.4.ebuild,v 1.5 2006/10/13 10:39:24 s4t4n Exp $ DESCRIPTION="a DirectFB getty replacement" HOMEPAGE="http://qingy.sourceforge.net/" @@ -19,7 +19,8 @@ RDEPEND=">=dev-libs/DirectFB-0.9.18 >=sys-libs/ncurses-5.4-r6 || ( ( x11-libs/libX11 - x11-libs/libXScrnSaver ) + x11-libs/libXScrnSaver + x11-proto/scrnsaverproto ) virtual/x11 )" DEPEND="${RDEPEND} |