diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-08-24 07:23:09 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-08-24 07:23:09 +0000 |
commit | c2583c3acf339b0915fca99aea7952a9e8931d84 (patch) | |
tree | 40bc8966d87fd5492d8a63d88f9f78c5bd7edadc /www-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-c2583c3acf339b0915fca99aea7952a9e8931d84.tar.gz gentoo-2-c2583c3acf339b0915fca99aea7952a9e8931d84.tar.bz2 gentoo-2-c2583c3acf339b0915fca99aea7952a9e8931d84.zip |
Removed the msql USE flag since it is not available in PHP anymore
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phpwiki/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/phpwiki/phpwiki-1.4.0_rc1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-apps/phpwiki/ChangeLog b/www-apps/phpwiki/ChangeLog index b5ddd1a17691..7311d867912e 100644 --- a/www-apps/phpwiki/ChangeLog +++ b/www-apps/phpwiki/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/phpwiki # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/ChangeLog,v 1.25 2011/08/22 17:45:40 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/ChangeLog,v 1.26 2011/08/24 07:23:09 olemarkus Exp $ + + 24 Aug 2011; Ole Markus With <olemarkus@gentoo.org> phpwiki-1.4.0_rc1.ebuild: + Removed the msql USE flag since it is not available in PHP anymore *phpwiki-1.4.0_rc1 (22 Aug 2011) diff --git a/www-apps/phpwiki/phpwiki-1.4.0_rc1.ebuild b/www-apps/phpwiki/phpwiki-1.4.0_rc1.ebuild index 2f19f43fab0b..447fe411099e 100644 --- a/www-apps/phpwiki/phpwiki-1.4.0_rc1.ebuild +++ b/www-apps/phpwiki/phpwiki-1.4.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/phpwiki-1.4.0_rc1.ebuild,v 1.1 2011/08/22 17:45:40 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/phpwiki-1.4.0_rc1.ebuild,v 1.2 2011/08/24 07:23:09 olemarkus Exp $ EAPI=4 @@ -15,11 +15,11 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="msql mysql postgres" +IUSE="mysql postgres" RDEPEND=" virtual/httpd-cgi - dev-lang/php[msql?,mysql?,postgres?] + dev-lang/php[mysql?,postgres?] || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 ) || ( dev-lang/php[cgi] dev-lang/php[apache2] )" |