diff options
author | 2009-03-23 18:11:03 +0000 | |
---|---|---|
committer | 2009-03-23 18:11:03 +0000 | |
commit | cb73797ec9f20da3b88ac0b2adf8a6251ba63ab0 (patch) | |
tree | 4bb4592583590385c09409dd34b0b5baff883d90 /dev-libs/popt/popt-1.10.7.ebuild | |
parent | Add the popt license. (diff) | |
download | gentoo-2-cb73797ec9f20da3b88ac0b2adf8a6251ba63ab0.tar.gz gentoo-2-cb73797ec9f20da3b88ac0b2adf8a6251ba63ab0.tar.bz2 gentoo-2-cb73797ec9f20da3b88ac0b2adf8a6251ba63ab0.zip |
Fix LICENSE, verified against all tarballs.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/popt/popt-1.10.7.ebuild')
-rw-r--r-- | dev-libs/popt/popt-1.10.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/popt/popt-1.10.7.ebuild b/dev-libs/popt/popt-1.10.7.ebuild index 9085615e9a85..bbf67e7f5010 100644 --- a/dev-libs/popt/popt-1.10.7.ebuild +++ b/dev-libs/popt/popt-1.10.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.10.7.ebuild,v 1.12 2007/12/09 03:58:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.10.7.ebuild,v 1.13 2009/03/23 18:11:03 jsbronder Exp $ inherit eutils @@ -8,7 +8,7 @@ DESCRIPTION="Parse Options - Command line parser" HOMEPAGE="http://www.rpm.org/" SRC_URI="ftp://jbj.org/pub/rpm-4.4.x/${P}.tar.gz" -LICENSE="as-is" +LICENSE="popt" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="nls" |