diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-06-14 18:35:19 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-06-14 18:35:19 +0000 |
commit | 8720fde44bf969f14f0ed5c124abf3477d90de7c (patch) | |
tree | a143601c0f65d51e05a3ebb305414385c91183e7 /x11-misc/xsetleds | |
parent | Added IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-8720fde44bf969f14f0ed5c124abf3477d90de7c.tar.gz gentoo-2-8720fde44bf969f14f0ed5c124abf3477d90de7c.tar.bz2 gentoo-2-8720fde44bf969f14f0ed5c124abf3477d90de7c.zip |
Added IUSE.
Diffstat (limited to 'x11-misc/xsetleds')
-rw-r--r-- | x11-misc/xsetleds/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xsetleds/xsetleds-0.1.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/xsetleds/ChangeLog b/x11-misc/xsetleds/ChangeLog index c9bbd945de79..54d6a0e0306e 100644 --- a/x11-misc/xsetleds/ChangeLog +++ b/x11-misc/xsetleds/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsetleds # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/ChangeLog,v 1.4 2004/06/12 18:35:41 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/ChangeLog,v 1.5 2004/06/14 18:31:15 pyrania Exp $ + + 14 Jun 2004; <pyrania@gentoo.org> xsetleds-0.1.3.ebuild: + Added IUSE. 12 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> xsetleds-0.1.3.ebuild: Stable on alpha. diff --git a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild b/x11-misc/xsetleds/xsetleds-0.1.3.ebuild index d0a4dfe66936..18bef008a2ca 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-2004 Gentoo Technologies, Inc. # 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.7 2004/06/12 18:35:41 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3.ebuild,v 1.8 2004/06/14 18:31:15 pyrania 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/" @@ -9,6 +9,7 @@ SRC_URI="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc alpha hppa ~mips amd64 ~ia64" +IUSE="" DEPEND="virtual/x11" |