diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:42:10 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:42:10 +0000 |
commit | 822a414d58a7fdd465f9b217348229aca208d47c (patch) | |
tree | 0657de42992e00fbd5966b99434ae8e32e30f32e /x11-misc/xsetleds | |
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')
-rw-r--r-- | x11-misc/xsetleds/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xsetleds/xsetleds-0.1.3.ebuild | 14 |
2 files changed, 16 insertions, 5 deletions
diff --git a/x11-misc/xsetleds/ChangeLog b/x11-misc/xsetleds/ChangeLog index 8b96d3546eeb..d333aab912d1 100644 --- a/x11-misc/xsetleds/ChangeLog +++ b/x11-misc/xsetleds/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsetleds -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/ChangeLog,v 1.11 2005/11/01 10:40:03 nelchael Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/ChangeLog,v 1.12 2006/01/21 18:39:21 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xsetleds-0.1.3.ebuild: + Fixed DEPEND for modular X. 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xsetleds-0.1.3.ebuild: Fixed dodoc not to install COPYING and/or INSTALL. 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 |