diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-11-14 21:09:13 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-11-14 21:09:13 +0000 |
commit | 2d29f6ee01c3ea564e66fe0c873c6359280c2009 (patch) | |
tree | 901fa8f858ef42e8db79f40e75564bb355dd830b /dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild | |
parent | version bump (diff) | |
download | historical-2d29f6ee01c3ea564e66fe0c873c6359280c2009.tar.gz historical-2d29f6ee01c3ea564e66fe0c873c6359280c2009.tar.bz2 historical-2d29f6ee01c3ea564e66fe0c873c6359280c2009.zip |
update to EAPI4
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xDDF971F118EEA5E6!
Diffstat (limited to 'dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild')
-rw-r--r-- | dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild index 711a7099f070..8e4ce39756e1 100644 --- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild +++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild,v 1.1 2013/11/14 21:00:42 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild,v 1.2 2013/11/14 21:09:09 mabi Exp $ -EAPI="2" +EAPI="4" inherit php-pear-r1 DESCRIPTION="A full featured command line options and arguments parser" |