diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-01-07 21:26:50 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-01-07 21:26:50 +0000 |
commit | 9582c3fad2590c62dd1722bb14299ab1e356bcb0 (patch) | |
tree | 7fcbf1f3054f24396a8f7338beabb8a6b9e595b9 /dev-php/phpgroupware | |
parent | Fixed typo. (diff) | |
download | historical-9582c3fad2590c62dd1722bb14299ab1e356bcb0.tar.gz historical-9582c3fad2590c62dd1722bb14299ab1e356bcb0.tar.bz2 historical-9582c3fad2590c62dd1722bb14299ab1e356bcb0.zip |
chaning depend. Closes 37361
Diffstat (limited to 'dev-php/phpgroupware')
-rw-r--r-- | dev-php/phpgroupware/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/phpgroupware/Manifest | 4 | ||||
-rw-r--r-- | dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/dev-php/phpgroupware/ChangeLog b/dev-php/phpgroupware/ChangeLog index 6213b70b8884..f1077d826fa9 100644 --- a/dev-php/phpgroupware/ChangeLog +++ b/dev-php/phpgroupware/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/phpgroupware # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/ChangeLog,v 1.17 2003/12/15 20:14:21 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/ChangeLog,v 1.18 2004/01/07 21:26:50 mholzer Exp $ + + 07 Jan 2004; Martin Holzer <mholzer@gentoo.org> + phpgroupware-0.9.14.007.ebuild: + chaning depend. Closes 37361 15 Dec 2003; Stuart Herbert <stuart@gentoo.org> phpgroupware-0.9.14.007.ebuild: diff --git a/dev-php/phpgroupware/Manifest b/dev-php/phpgroupware/Manifest index 2a9c91662c31..f8739bef85fc 100644 --- a/dev-php/phpgroupware/Manifest +++ b/dev-php/phpgroupware/Manifest @@ -1,4 +1,4 @@ -MD5 77858c8d3c5e3b4f8107dc646758bb04 phpgroupware-0.9.14.007.ebuild 1581 -MD5 6734ca28759e07faceb9262bf3de9cf5 ChangeLog 2243 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 d263b487a99bb6b39511c33ce5035782 ChangeLog 2360 +MD5 2bb3eabe78721765e2359574830b2cff phpgroupware-0.9.14.007.ebuild 1576 MD5 02797b628fc7108b8d474fad0bc92cae files/digest-phpgroupware-0.9.14.007 77 diff --git a/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild b/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild index 81f3b2d00c6d..0c3a338cc77a 100644 --- a/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild +++ b/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild,v 1.7 2004/01/05 21:28:00 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild,v 1.8 2004/01/07 21:26:50 mholzer Exp $ inherit webapp-apache @@ -15,8 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~alpha ~amd64 ~sparc ~hppa ~arm" -DEPEND="$DEPEND - >=dev-php/mod_php-4.1 +RDEPEND=">=dev-php/mod_php-4.1 dev-db/mysql" webapp-detect || NO_WEBSERVER=1 |