diff options
author | Brian Evans <grknight@gentoo.org> | 2015-03-06 01:38:59 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-03-06 01:38:59 +0000 |
commit | fe095f25f5cb0ce0d95ce6e9d96e10789df7118a (patch) | |
tree | fa473691d284f0c58d61e40ba3e0730b5a69162d /dev-php | |
parent | Remove unneeded useflag description from metadata.xml (diff) | |
download | gentoo-2-fe095f25f5cb0ce0d95ce6e9d96e10789df7118a.tar.gz gentoo-2-fe095f25f5cb0ce0d95ce6e9d96e10789df7118a.tar.bz2 gentoo-2-fe095f25f5cb0ce0d95ce6e9d96e10789df7118a.zip |
EAPI bump to 4. Removes deprecation warning without changing deps
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_FTP/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.7-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/PEAR-Net_FTP/ChangeLog b/dev-php/PEAR-Net_FTP/ChangeLog index 129d64fe69d1..8a4f679e6a75 100644 --- a/dev-php/PEAR-Net_FTP/ChangeLog +++ b/dev-php/PEAR-Net_FTP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Net_FTP -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_FTP/ChangeLog,v 1.34 2014/01/26 18:36:09 olemarkus Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_FTP/ChangeLog,v 1.35 2015/03/06 01:38:59 grknight Exp $ + + 06 Mar 2015; Brian Evans <grknight@gentoo.org> PEAR-Net_FTP-1.3.7-r1.ebuild: + EAPI bump to 4. Removes deprecation warning without changing deps 26 Jan 2014; Ole Markus With <olemarkus@gentoo.org> PEAR-Net_FTP-1.3.7-r1.ebuild: diff --git a/dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.7-r1.ebuild b/dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.7-r1.ebuild index 863c5ce6b081..5f9145c1621d 100644 --- a/dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.7-r1.ebuild +++ b/dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.7-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.7-r1.ebuild,v 1.8 2014/01/26 18:36:09 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_FTP/PEAR-Net_FTP-1.3.7-r1.ebuild,v 1.9 2015/03/06 01:38:59 grknight Exp $ -EAPI="3" +EAPI=4 inherit php-pear-r1 |