diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 12:34:08 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 12:34:08 +0000 |
commit | 714649041ce393f44425522eef770a1c397efbdc (patch) | |
tree | f3a89c315e85cd33a8121b40888cac651cf7a455 /x11-misc/sisctrl/sisctrl-0.0.20050618.ebuild | |
parent | Version bump for new scripts to stop udev from starting init scripts (diff) | |
download | gentoo-2-714649041ce393f44425522eef770a1c397efbdc.tar.gz gentoo-2-714649041ce393f44425522eef770a1c397efbdc.tar.bz2 gentoo-2-714649041ce393f44425522eef770a1c397efbdc.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/sisctrl/sisctrl-0.0.20050618.ebuild')
-rw-r--r-- | x11-misc/sisctrl/sisctrl-0.0.20050618.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-misc/sisctrl/sisctrl-0.0.20050618.ebuild b/x11-misc/sisctrl/sisctrl-0.0.20050618.ebuild index 7033d4b638ba..98721ab62154 100644 --- a/x11-misc/sisctrl/sisctrl-0.0.20050618.ebuild +++ b/x11-misc/sisctrl/sisctrl-0.0.20050618.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/sisctrl/sisctrl-0.0.20050618.ebuild,v 1.3 2006/01/07 06:51:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/sisctrl/sisctrl-0.0.20050618.ebuild,v 1.4 2006/01/21 12:34:08 nelchael Exp $ inherit eutils @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="virtual/x11 - >=dev-libs/glib-2.0 +RDEPEND=">=dev-libs/glib-2.0 >=x11-libs/gtk+-2.0" DEPEND="dev-util/pkgconfig ${RDEPEND}" |