From 5723b86ed7bcb464f2ae1e9ba1f1d180a96bdf68 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Wed, 31 Oct 2018 09:01:22 -0400 Subject: eclass: php-pear-r2 - Enable EAPI=7 with no other changes Signed-off-by: Brian Evans --- eclass/php-pear-r2.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass') diff --git a/eclass/php-pear-r2.eclass b/eclass/php-pear-r2.eclass index 2a4508d6e709..26006cbb5f2f 100644 --- a/eclass/php-pear-r2.eclass +++ b/eclass/php-pear-r2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: php-pear-r2.eclass @@ -6,7 +6,7 @@ # Gentoo PHP Team # @AUTHOR: # Author: Brian Evans -# @SUPPORTED_EAPIS: 6 +# @SUPPORTED_EAPIS: 6 7 # @BLURB: Provides means for an easy installation of PEAR packages. # @DESCRIPTION: # This eclass provides means for an easy installation of PEAR packages. @@ -17,7 +17,7 @@ EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm case "${EAPI:-0}" in - 6) + 6|7) ;; *) die "Unsupported EAPI=${EAPI} for ${ECLASS}" -- cgit v1.2.3-65-gdbad