diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-12-04 08:33:04 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-12-04 08:33:04 +0000 |
commit | ce7ed32c86d076cae3105a1b9c148af06b19875f (patch) | |
tree | d5f3939dfd89603681811446ce4c13ff88684635 /app-vim/perl-support/perl-support-4.14.ebuild | |
parent | Add explicit RDEPEND and fix LICENSE (bug #445832 by ulm). (diff) | |
download | historical-ce7ed32c86d076cae3105a1b9c148af06b19875f.tar.gz historical-ce7ed32c86d076cae3105a1b9c148af06b19875f.tar.bz2 historical-ce7ed32c86d076cae3105a1b9c148af06b19875f.zip |
Fix LICENSE (bug #444970 by ulm).
Package-Manager: portage-2.2.0_alpha143/cvs/Linux x86_64
Manifest-Sign-Key: 0x4AB3E85B4F064CA3
Diffstat (limited to 'app-vim/perl-support/perl-support-4.14.ebuild')
-rw-r--r-- | app-vim/perl-support/perl-support-4.14.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/perl-support/perl-support-4.14.ebuild b/app-vim/perl-support/perl-support-4.14.ebuild index 4cd1a35a9bfb..316764001182 100644 --- a/app-vim/perl-support/perl-support-4.14.ebuild +++ b/app-vim/perl-support/perl-support-4.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/perl-support-4.14.ebuild,v 1.1 2011/11/01 19:44:58 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/perl-support/perl-support-4.14.ebuild,v 1.2 2012/12/04 08:33:02 radhermit Exp $ EAPI=4 @@ -10,7 +10,7 @@ MY_PN="${PN}.vim" DESCRIPTION="vim plugin: Perl-IDE - Write and run Perl scripts using menus and hotkeys" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=556" SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" -LICENSE="as-is" +LICENSE="GPL-2 GPL-2+" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" |