From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A9F81139695 for ; Mon, 10 Jul 2017 15:34:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14325214001; Mon, 10 Jul 2017 15:34:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA971214001 for ; Mon, 10 Jul 2017 15:34:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0977D341B05 for ; Mon, 10 Jul 2017 15:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A88A47491 for ; Mon, 10 Jul 2017 15:34:41 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1499700851.bdd4b5a03b5648053d2a342e69055d5a71e279a2.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/mmslib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/mmslib/mmslib-0.97.ebuild X-VCS-Directories: dev-php/mmslib/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: bdd4b5a03b5648053d2a342e69055d5a71e279a2 X-VCS-Branch: master Date: Mon, 10 Jul 2017 15:34:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dfb78685-6723-419b-929e-3f02448a31c8 X-Archives-Hash: 3bd953411123a3a8fc943c6ce4ff1cc2 commit: bdd4b5a03b5648053d2a342e69055d5a71e279a2 Author: Brian Evans gentoo org> AuthorDate: Mon Jul 10 15:04:16 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Jul 10 15:34:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd4b5a0 dev-php/mmslib: Update EAPI Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-php/mmslib/mmslib-0.97.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-php/mmslib/mmslib-0.97.ebuild b/dev-php/mmslib/mmslib-0.97.ebuild index a8700d980e1..a622ac5b7a3 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}"