diff options
author | 2004-02-17 07:59:23 +0000 | |
---|---|---|
committer | 2004-02-17 07:59:23 +0000 | |
commit | 817434f4a88c098af231130035ad2836b1f2112a (patch) | |
tree | 014236101177b265dd991162e00db2b505bb07bf /x11-misc/xsetleds/xsetleds-0.1.3.ebuild | |
parent | added ~amd64 keywords. (diff) | |
download | historical-817434f4a88c098af231130035ad2836b1f2112a.tar.gz historical-817434f4a88c098af231130035ad2836b1f2112a.tar.bz2 historical-817434f4a88c098af231130035ad2836b1f2112a.zip |
header fix; mips needs deps first
Diffstat (limited to 'x11-misc/xsetleds/xsetleds-0.1.3.ebuild')
-rw-r--r-- | x11-misc/xsetleds/xsetleds-0.1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild b/x11-misc/xsetleds/xsetleds-0.1.3.ebuild index 3f85e07b56d3..44038a24eb5f 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-2003 Gentoo Technologies, Inc. +# 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.2 2003/11/11 13:19:29 vapier Exp $ +# $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 $ 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 ~arm ~amd64 ~ia64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" DEPEND="virtual/x11" |