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 | 2748b821b8692bcbd1f4e1bbb35be1af08626e47 (patch) | |
tree | d3d07452190adfe8fa1109fd66bc52d5e352a129 /sys-apps/hwsetup/hwsetup-1.0.ebuild | |
parent | Added ~sparc to keywords. (diff) | |
download | gentoo-2-2748b821b8692bcbd1f4e1bbb35be1af08626e47.tar.gz gentoo-2-2748b821b8692bcbd1f4e1bbb35be1af08626e47.tar.bz2 gentoo-2-2748b821b8692bcbd1f4e1bbb35be1af08626e47.zip |
gpl fix
Diffstat (limited to 'sys-apps/hwsetup/hwsetup-1.0.ebuild')
-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" |