diff options
author | Brian Evans <grknight@gentoo.org> | 2017-07-10 11:04:16 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-07-10 11:34:11 -0400 |
commit | bdd4b5a03b5648053d2a342e69055d5a71e279a2 (patch) | |
tree | 01bb8079534f501fc5b24aed29398eb61f298533 /dev-php/mmslib | |
parent | dev-php/onphp: Add new github snapshot with updated EAPI and Homepage (diff) | |
download | gentoo-bdd4b5a03b5648053d2a342e69055d5a71e279a2.tar.gz gentoo-bdd4b5a03b5648053d2a342e69055d5a71e279a2.tar.bz2 gentoo-bdd4b5a03b5648053d2a342e69055d5a71e279a2.zip |
dev-php/mmslib: Update EAPI
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-php/mmslib')
-rw-r--r-- | dev-php/mmslib/mmslib-0.97.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/mmslib/mmslib-0.97.ebuild b/dev-php/mmslib/mmslib-0.97.ebuild index a8700d980e16..a622ac5b7a3b 100644 --- a/dev-php/mmslib/mmslib-0.97.ebuild +++ b/dev-php/mmslib/mmslib-0.97.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=6 DESCRIPTION="library for encoding, decoding, and sending MMSes" HOMEPAGE="http://www.hellkvist.org/software/#MMSLIB" @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86" IUSE="examples" DEPEND="" -RDEPEND="dev-lang/php" +RDEPEND="dev-lang/php:*" src_install() { insinto "/usr/share/php/${PN}" |