diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 13:18:14 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 13:18:14 +0000 |
commit | 36ee6b55d9790927297da10acc782b5239a1f85e (patch) | |
tree | 2a6fe3c526229c0502843b37750f2c929c6a1dab /sys-apps/pbbuttonsd/pbbuttonsd-0.4.10a.ebuild | |
parent | mark .9 x86 stable (diff) | |
download | gentoo-2-36ee6b55d9790927297da10acc782b5239a1f85e.tar.gz gentoo-2-36ee6b55d9790927297da10acc782b5239a1f85e.tar.bz2 gentoo-2-36ee6b55d9790927297da10acc782b5239a1f85e.zip |
Invalid License Cleanups. Part 1.
Also updated VIM license file.
Diffstat (limited to 'sys-apps/pbbuttonsd/pbbuttonsd-0.4.10a.ebuild')
-rw-r--r-- | sys-apps/pbbuttonsd/pbbuttonsd-0.4.10a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/pbbuttonsd/pbbuttonsd-0.4.10a.ebuild b/sys-apps/pbbuttonsd/pbbuttonsd-0.4.10a.ebuild index 38da258189c4..8ce60bc9e782 100644 --- a/sys-apps/pbbuttonsd/pbbuttonsd-0.4.10a.ebuild +++ b/sys-apps/pbbuttonsd/pbbuttonsd-0.4.10a.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/pbbuttonsd/pbbuttonsd-0.4.10a.ebuild,v 1.6 2003/02/24 22:34:59 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pbbuttonsd/pbbuttonsd-0.4.10a.ebuild,v 1.7 2003/02/28 13:18:14 liquidx Exp $ S=${WORKDIR}/${P} DESCRIPTION="PBButtons is a PPC-only program to map special Powerbook/iBook keys in Linux" @@ -10,7 +10,7 @@ KEYWORDS="ppc -x86 -sparc -mips" DEPEND="virtual/glibc" RDEPEND="" SLOT=0 -LICENSE=GPL +LICENSE="GPL-2" pkg_setup() { if [ ${ARCH} != "ppc" ] ; then |