diff options
author | 2006-01-21 18:42:10 +0000 | |
---|---|---|
committer | 2006-01-21 18:42:10 +0000 | |
commit | 822a414d58a7fdd465f9b217348229aca208d47c (patch) | |
tree | 0657de42992e00fbd5966b99434ae8e32e30f32e /x11-misc/xsetleds/xsetleds-0.1.3.ebuild | |
parent | Ebuild clean-up (diff) | |
download | gentoo-2-822a414d58a7fdd465f9b217348229aca208d47c.tar.gz gentoo-2-822a414d58a7fdd465f9b217348229aca208d47c.tar.bz2 gentoo-2-822a414d58a7fdd465f9b217348229aca208d47c.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xsetleds/xsetleds-0.1.3.ebuild')
-rw-r--r-- | x11-misc/xsetleds/xsetleds-0.1.3.ebuild | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild b/x11-misc/xsetleds/xsetleds-0.1.3.ebuild index b4c48a463fae..e186df9cebc1 100644 --- a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild +++ b/x11-misc/xsetleds/xsetleds-0.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3.ebuild,v 1.13 2005/11/01 10:40:03 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3.ebuild,v 1.14 2006/01/21 18:39:21 nelchael Exp $ DESCRIPTION="small tool to report and change the keyboard LED states of an X display" HOMEPAGE="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/" @@ -11,7 +11,15 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa ~mips amd64 ia64" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXtst ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xextproto + x11-proto/xproto ) + virtual/x11 )" src_install() { einstall || die |