diff options
author | Bob Johnson <livewire@gentoo.org> | 2003-03-26 19:01:41 +0000 |
---|---|---|
committer | Bob Johnson <livewire@gentoo.org> | 2003-03-26 19:01:41 +0000 |
commit | 4573be3f1ad6237f36fadf21517148f94c7f9360 (patch) | |
tree | 1367fdba10351139072e0ec323d0841d18ad22d7 /sys-apps/hwsetup | |
parent | Added ~sparc to keywords. (diff) | |
download | historical-4573be3f1ad6237f36fadf21517148f94c7f9360.tar.gz historical-4573be3f1ad6237f36fadf21517148f94c7f9360.tar.bz2 historical-4573be3f1ad6237f36fadf21517148f94c7f9360.zip |
gpl fix
Diffstat (limited to 'sys-apps/hwsetup')
-rw-r--r-- | sys-apps/hwsetup/hwsetup-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hwsetup/hwsetup-1.0.ebuild b/sys-apps/hwsetup/hwsetup-1.0.ebuild index e7cfc1b02c49..a5b61930c1dc 100644 --- a/sys-apps/hwsetup/hwsetup-1.0.ebuild +++ b/sys-apps/hwsetup/hwsetup-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.0.ebuild,v 1.2 2003/03/04 20:02:51 livewire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.0.ebuild,v 1.3 2003/03/26 19:01:12 livewire Exp $ S=${WORKDIR}/${P} DESCRIPTION="Hardware setup program" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.knopper.net" KEYWORDS="~x86 -ppc -sparc -alpha -mips" SLOT="0" -LICENSE="GPL" +LICENSE="GPL-2" DEPEND="sys-apps/kudzu" RDEPEND="virtual/glibc" |