diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2015-01-07 11:19:03 -0100 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2015-01-07 11:19:03 -0100 |
commit | 7c5063cf8b01d3f33ce16264adc917855d6e9bdf (patch) | |
tree | bc283dbac6ef8d3bc7e949d3ee7e164f362d9353 /dev-perl | |
parent | Bump and fix EAPI usage. (diff) | |
download | jmbsvicetto-7c5063cf8b01d3f33ce16264adc917855d6e9bdf.tar.gz jmbsvicetto-7c5063cf8b01d3f33ce16264adc917855d6e9bdf.tar.bz2 jmbsvicetto-7c5063cf8b01d3f33ce16264adc917855d6e9bdf.zip |
Fix EAPI usage.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/File-Pid/File-Pid-1.010.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-Pid/File-Pid-1.010.0.ebuild b/dev-perl/File-Pid/File-Pid-1.010.0.ebuild index e81d0e9..640eb70 100644 --- a/dev-perl/File-Pid/File-Pid-1.010.0.ebuild +++ b/dev-perl/File-Pid/File-Pid-1.010.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=CWEST MODULE_VERSION=1.01 |