diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:18:04 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 10:18:04 +0000 |
commit | 16bfb1640dd1ef7142cd43f4789e3cbe832be9fc (patch) | |
tree | cb2393996fa53b9489c6edededdd5beeb6e78103 /virtual/httpd-php | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-16bfb1640dd1ef7142cd43f4789e3cbe832be9fc.tar.gz gentoo-2-16bfb1640dd1ef7142cd43f4789e3cbe832be9fc.tar.bz2 gentoo-2-16bfb1640dd1ef7142cd43f4789e3cbe832be9fc.zip |
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'virtual/httpd-php')
-rw-r--r-- | virtual/httpd-php/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/httpd-php/httpd-php-5.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/httpd-php/ChangeLog b/virtual/httpd-php/ChangeLog index c98545a93da4..6cb92ca92dca 100644 --- a/virtual/httpd-php/ChangeLog +++ b/virtual/httpd-php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/httpd-php -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.43 2014/09/01 06:26:48 olemarkus Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.44 2015/03/03 10:18:04 dlan Exp $ + + 03 Mar 2015; Yixun Lan <dlan@gentoo.org> httpd-php-5.6.ebuild: + add arm64 support, tested on A53 board *httpd-php-5.6 (01 Sep 2014) diff --git a/virtual/httpd-php/httpd-php-5.6.ebuild b/virtual/httpd-php/httpd-php-5.6.ebuild index 1c017a3b5294..b8a2a91e7746 100644 --- a/virtual/httpd-php/httpd-php-5.6.ebuild +++ b/virtual/httpd-php/httpd-php-5.6.ebuild @@ -1,6 +1,6 @@ -# 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/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.1 2014/09/01 06:26:48 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.2 2015/03/03 10:18:04 dlan Exp $ EAPI="5" @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="" SLOT="${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RDEPEND="|| ( dev-lang/php:${SLOT}[fpm] |