diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-12 14:42:13 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-12 14:42:13 +0000 |
commit | 3bffcc67bb509297cf89188bf923ebe1f2e57cae (patch) | |
tree | d480171ac94372bf2753f399aff1fab0a389010c /x11-misc/xsetleds | |
parent | Closing #37550. (diff) | |
download | gentoo-2-3bffcc67bb509297cf89188bf923ebe1f2e57cae.tar.gz gentoo-2-3bffcc67bb509297cf89188bf923ebe1f2e57cae.tar.bz2 gentoo-2-3bffcc67bb509297cf89188bf923ebe1f2e57cae.zip |
ChangeLog fixes, amd64 unmasks and other fixes
Diffstat (limited to 'x11-misc/xsetleds')
-rw-r--r-- | x11-misc/xsetleds/xsetleds-0.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild b/x11-misc/xsetleds/xsetleds-0.1.3.ebuild index 44038a24eb5f..d5bb84d9ce33 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.3 2004/02/17 07:59:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3.ebuild,v 1.4 2004/03/12 14:42:13 aliz 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/" @@ -8,7 +8,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" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips amd64 ~ia64" DEPEND="virtual/x11" |