diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-09-26 07:34:45 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-09-26 07:34:45 +0000 |
commit | 881ea5a6323884d147075b319e298b50e6b3ec05 (patch) | |
tree | e3a6985a63136094fe76db23623e2d193dd4100b /dev-util/yacc/yacc-1.9.1-r5.ebuild | |
parent | Bump ebuild's EAPI to 2, add some QA fixes wrt bug #335951 (diff) | |
download | historical-881ea5a6323884d147075b319e298b50e6b3ec05.tar.gz historical-881ea5a6323884d147075b319e298b50e6b3ec05.tar.bz2 historical-881ea5a6323884d147075b319e298b50e6b3ec05.zip |
Fix LICENSE, public domain according to README file.
Package-Manager: portage-2.1.11.20/cvs/Linux x86_64
Diffstat (limited to 'dev-util/yacc/yacc-1.9.1-r5.ebuild')
-rw-r--r-- | dev-util/yacc/yacc-1.9.1-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/yacc/yacc-1.9.1-r5.ebuild b/dev-util/yacc/yacc-1.9.1-r5.ebuild index 7039a5a7b4f0..dc46437f1c13 100644 --- a/dev-util/yacc/yacc-1.9.1-r5.ebuild +++ b/dev-util/yacc/yacc-1.9.1-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r5.ebuild,v 1.1 2010/08/28 12:32:37 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r5.ebuild,v 1.2 2012/09/26 07:34:45 ulm Exp $ inherit eutils toolchain-funcs @@ -8,7 +8,7 @@ DESCRIPTION="Yacc: Yet Another Compiler-Compiler" HOMEPAGE="http://dinosaur.compilertools.net/#yacc" SRC_URI="ftp://metalab.unc.edu/pub/Linux/devel/compiler-tools/${P}.tar.Z" -LICENSE="as-is" +LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" |