diff options
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 |