diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-08-19 08:28:43 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-08-19 08:28:43 +0000 |
commit | 90f86dd5466cc9b0f04f66d4f92d0332a40b9aad (patch) | |
tree | 00da88023265b632a2716761148720be146e8a6d /dev-lang/php | |
parent | forgot to replace the mysql/postgres need with use in the init script (diff) | |
download | gentoo-2-90f86dd5466cc9b0f04f66d4f92d0332a40b9aad.tar.gz gentoo-2-90f86dd5466cc9b0f04f66d4f92d0332a40b9aad.tar.bz2 gentoo-2-90f86dd5466cc9b0f04f66d4f92d0332a40b9aad.zip |
Added the selinux USE flag to IUSE
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.3.16-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/php/php-5.4.6-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 9dd7d5a7407a..c5797b846c3c 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.619 2012/08/19 08:20:20 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.620 2012/08/19 08:28:43 olemarkus Exp $ + + 19 Aug 2012; Ole Markus With <olemarkus@gentoo.org> php-5.3.16-r1.ebuild, + php-5.4.6-r1.ebuild: + Added the selinux USE flag to IUSE *php-5.3.16-r1 (19 Aug 2012) *php-5.4.6-r1 (19 Aug 2012) diff --git a/dev-lang/php/php-5.3.16-r1.ebuild b/dev-lang/php/php-5.3.16-r1.ebuild index 879838914e3b..3fb8362ca342 100644 --- a/dev-lang/php/php-5.3.16-r1.ebuild +++ b/dev-lang/php/php-5.3.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.16-r1.ebuild,v 1.1 2012/08/19 08:20:20 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.16-r1.ebuild,v 1.2 2012/08/19 08:28:43 olemarkus Exp $ EAPI=4 @@ -106,7 +106,7 @@ IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash mssql mysql mysqlnd mysqli nls oci8-instant-client odbc pcntl pdo +phar pic +posix postgres qdbm - readline recode +session sharedmem + readline recode selinux +session sharedmem +simplexml snmp soap sockets spell sqlite sqlite3 ssl sybase-ct sysvipc tidy +tokenizer truetype unicode wddx +xml xmlreader xmlwriter xmlrpc xpm xsl zip zlib" diff --git a/dev-lang/php/php-5.4.6-r1.ebuild b/dev-lang/php/php-5.4.6-r1.ebuild index b60a18a40ade..1d24a26b7e7e 100644 --- a/dev-lang/php/php-5.4.6-r1.ebuild +++ b/dev-lang/php/php-5.4.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.6-r1.ebuild,v 1.1 2012/08/19 08:20:20 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.6-r1.ebuild,v 1.2 2012/08/19 08:28:43 olemarkus Exp $ EAPI=4 @@ -108,7 +108,7 @@ IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash mssql mysql mysqlnd mysqli nls oci8-instant-client odbc pcntl pdo +phar pic +posix postgres qdbm - readline recode +session sharedmem + readline recode selinux +session sharedmem +simplexml snmp soap sockets spell sqlite3 ssl sybase-ct sysvipc tidy +tokenizer truetype unicode wddx +xml xmlreader xmlwriter xmlrpc xpm xsl zip zlib" |