diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:19:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:19:14 +0000 |
commit | c2a7c7086e35796c8e6ca2c79e1b55cff328bc70 (patch) | |
tree | 179274ddbe9324e1d1d179c45fe8b5f8892ac249 /dev-libs/ffcall/ffcall-1.9.ebuild | |
parent | Lots of fancy bash scripting to make MPlayer deal with the normal (and proper... (diff) | |
download | gentoo-2-c2a7c7086e35796c8e6ca2c79e1b55cff328bc70.tar.gz gentoo-2-c2a7c7086e35796c8e6ca2c79e1b55cff328bc70.tar.bz2 gentoo-2-c2a7c7086e35796c8e6ca2c79e1b55cff328bc70.zip |
LICENSE fix
Diffstat (limited to 'dev-libs/ffcall/ffcall-1.9.ebuild')
-rw-r--r-- | dev-libs/ffcall/ffcall-1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/ffcall/ffcall-1.9.ebuild b/dev-libs/ffcall/ffcall-1.9.ebuild index fc4d702bfcfd..592f23936ca8 100644 --- a/dev-libs/ffcall/ffcall-1.9.ebuild +++ b/dev-libs/ffcall/ffcall-1.9.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/dev-libs/ffcall/ffcall-1.9.ebuild,v 1.5 2004/07/14 14:21:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.9.ebuild,v 1.6 2004/11/09 22:19:14 mr_bones_ Exp $ inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${P}.tar.gz" # "Ffcall is under GNU GPL. As a special exception, if used in GNUstep # or in derivate works of GNUstep, the included parts of ffcall are # under GNU LGPL." -ffcall author -LICENSE="GPL-2 | LGPL-2" +LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" KEYWORDS="~x86 ~sparc ~hppa ~alpha ~ppc" IUSE="" |