diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-06-27 14:22:22 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-06-27 14:22:22 +0000 |
commit | f81509d752f4dc213a870c74db55bb51cf38374c (patch) | |
tree | 52174d53c185b938acb6df91caf8d44b2361973f /dev-php | |
parent | updated virtual/glibc in the virtuals file (diff) | |
download | gentoo-2-f81509d752f4dc213a870c74db55bb51cf38374c.tar.gz gentoo-2-f81509d752f4dc213a870c74db55bb51cf38374c.tar.bz2 gentoo-2-f81509d752f4dc213a870c74db55bb51cf38374c.zip |
Virtuals change
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php-accelerator/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/php-accelerator/php-accelerator-1.3.3.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-php/php-accelerator/ChangeLog b/dev-php/php-accelerator/ChangeLog index 3302188d2c6a..2bb1239a0d00 100644 --- a/dev-php/php-accelerator/ChangeLog +++ b/dev-php/php-accelerator/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/php-accelerator # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-accelerator/ChangeLog,v 1.8 2004/06/25 01:23:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-accelerator/ChangeLog,v 1.9 2004/06/27 14:22:22 stuart Exp $ + + 27 Jun 2004; Stuart Herbert <stuart@gentoo.org> + php-accelerator-1.3.3-r1.ebuild, php-accelerator-1.3.3.ebuild: + Changed dependency on virtual/glibc to depend on sys-libs/glibc instead. + Change requested by solar@gentoo.org 05 Jan 2004; Stuart Herbert <stuart@gentoo.org> php-accelerator-1.3.3-r1.ebuild, php-accelerator-1.3.3.ebuild: diff --git a/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild b/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild index 25a0d794df10..ffc944b06f1b 100644 --- a/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild +++ b/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild,v 1.3 2004/06/25 01:23:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild,v 1.4 2004/06/27 14:22:22 stuart Exp $ DESCRIPTION="The ionCube PHP Accelerator" HOMEPAGE="http://www.php-accelerator.co.uk/" @@ -38,7 +38,7 @@ PHPA="php_accelerator-${PHPA_VER}_php-${PHP_VER}_${OS}_${CPU}-glibc${GLIBC_VER}" SRC_URI="http://www.php-accelerator.co.uk/releases/${OS}_${CPU}-glibc${GLIBC_VER}/${PHPA_VER}_${PHP_VER}/${PHPA}.tgz" DEPEND="" -RDEPEND=">=virtual/glibc-${GLIBC_VER} >=virtual/php-${PHP_VER}" +RDEPEND=">=sys-libs/glibc-${GLIBC_VER} >=virtual/php-${PHP_VER}" S=${WORKDIR}/${PHPA} diff --git a/dev-php/php-accelerator/php-accelerator-1.3.3.ebuild b/dev-php/php-accelerator/php-accelerator-1.3.3.ebuild index 943061664dea..2f54fb85a151 100644 --- a/dev-php/php-accelerator/php-accelerator-1.3.3.ebuild +++ b/dev-php/php-accelerator/php-accelerator-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-accelerator/php-accelerator-1.3.3.ebuild,v 1.7 2004/06/25 01:23:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-accelerator/php-accelerator-1.3.3.ebuild,v 1.8 2004/06/27 14:22:22 stuart Exp $ DESCRIPTION="The ionCube PHP Accelerator" HOMEPAGE="http://www.php-accelerator.co.uk/" @@ -38,7 +38,7 @@ PHPA="php_accelerator-${PHPA_VER}_php-${PHP_VER}_${OS}_${CPU}-glibc${GLIBC_VER}" SRC_URI="http://www.php-accelerator.co.uk/releases/${OS}_${CPU}-glibc${GLIBC_VER}/${PHPA_VER}_${PHP_VER}/${PHPA}.tgz" DEPEND="" -RDEPEND=">=virtual/glibc-${GLIBC_VER} >=virtual/php-${PHP_VER}" +RDEPEND=">=sys-libs/glibc-${GLIBC_VER} >=virtual/php-${PHP_VER}" S=${WORKDIR}/${PHPA} |