diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-07 09:23:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-07 09:23:36 +0000 |
commit | dbf87ad2cd6f97cdc2a81c977292d29f6a36b7c7 (patch) | |
tree | ca51fc8e5a4397aa2e2c3896fe00833fedae2e7e /app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild | |
parent | Marked stable on mips. (Manifest recommit) (diff) | |
download | gentoo-2-dbf87ad2cd6f97cdc2a81c977292d29f6a36b7c7.tar.gz gentoo-2-dbf87ad2cd6f97cdc2a81c977292d29f6a36b7c7.tar.bz2 gentoo-2-dbf87ad2cd6f97cdc2a81c977292d29f6a36b7c7.zip |
LICENSE fix
Diffstat (limited to 'app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild')
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild b/app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild index 11352e923a6f..d5b67b77f81a 100644 --- a/app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild +++ b/app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild,v 1.6 2004/07/01 11:47:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild,v 1.7 2004/11/07 09:23:36 mr_bones_ Exp $ inherit perl-module @@ -8,8 +8,8 @@ DESCRIPTION="suite of tools for moving data between a Palm device and a desktop" SRC_URI="http://pilot-link.org/source/${P}.tar.bz2" HOMEPAGE="http://www.pilot-link.org/" +LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" -LICENSE="GPL-2 | LGPL-2" KEYWORDS="x86 ppc sparc ~alpha" IUSE="perl java tcltk python png readline" |