diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2019-11-07 19:14:16 -0100 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2019-11-07 19:14:16 -0100 |
commit | 8a98f1ceabb24cebb0acd5af91b11b6a62ef5004 (patch) | |
tree | 7c2d605bb364c59502377161e292f6db7cc8b731 | |
parent | www-apps/drupal: Drop accelerator use and fix dev-lang/php[hash] dep. (diff) | |
download | jmbsvicetto-8a98f1ceabb24cebb0acd5af91b11b6a62ef5004.tar.gz jmbsvicetto-8a98f1ceabb24cebb0acd5af91b11b6a62ef5004.tar.bz2 jmbsvicetto-8a98f1ceabb24cebb0acd5af91b11b6a62ef5004.zip |
www-apps/drupal: Review dev-lang/php deps and fix keywords.
Thanks to Brian Evans <grknight@gentoo.org> for the review.
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
-rw-r--r-- | www-apps/drupal/drupal-7.67-r1.ebuild | 11 | ||||
-rw-r--r-- | www-apps/drupal/drupal-8.7.9-r1.ebuild | 11 |
2 files changed, 4 insertions, 18 deletions
diff --git a/www-apps/drupal/drupal-7.67-r1.ebuild b/www-apps/drupal/drupal-7.67-r1.ebuild index 280b1f1..da5fce8 100644 --- a/www-apps/drupal/drupal-7.67-r1.ebuild +++ b/www-apps/drupal/drupal-7.67-r1.ebuild @@ -12,20 +12,13 @@ HOMEPAGE="https://www.drupal.org/" SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="-alpha ~amd64 -ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="+mysql postgres sqlite +uploadprogress" RDEPEND=" - dev-lang/php[gd,hash(+),pdo,postgres?,simplexml,xml] + dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml] virtual/httpd-php uploadprogress? ( dev-php/pecl-uploadprogress ) - mysql? ( - || ( - dev-lang/php[mysql] - dev-lang/php[mysqli] - ) - ) - sqlite? ( dev-lang/php[sqlite] ) " need_httpd_cgi diff --git a/www-apps/drupal/drupal-8.7.9-r1.ebuild b/www-apps/drupal/drupal-8.7.9-r1.ebuild index 1b32bc4..945c43d 100644 --- a/www-apps/drupal/drupal-8.7.9-r1.ebuild +++ b/www-apps/drupal/drupal-8.7.9-r1.ebuild @@ -14,20 +14,13 @@ HOMEPAGE="https://www.drupal.org/" SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="-alpha ~amd64 -ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="+mysql postgres sqlite +uploadprogress" RDEPEND=" - dev-lang/php[gd,hash(+),pdo,postgres?,simplexml,xml] + dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml] virtual/httpd-php uploadprogress? ( dev-php/pecl-uploadprogress ) - mysql? ( - || ( - dev-lang/php[mysql] - dev-lang/php[mysqli] - ) - ) - sqlite? ( dev-lang/php[sqlite] ) " need_httpd_cgi |