diff options
author | Renat Lumpau <rl03@gentoo.org> | 2004-08-30 19:41:12 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2004-08-30 19:41:12 +0000 |
commit | 1819ea6bc4f2667f6178301e2e6fdf19b378872e (patch) | |
tree | 677bc25532528b2965c65df14a9fa7aed5be5341 /www-apps/phpwiki | |
parent | block >=kde-base/kdenetwork-3.3.0 (diff) | |
download | historical-1819ea6bc4f2667f6178301e2e6fdf19b378872e.tar.gz historical-1819ea6bc4f2667f6178301e2e6fdf19b378872e.tar.bz2 historical-1819ea6bc4f2667f6178301e2e6fdf19b378872e.zip |
Fixed DEPEND/RDEPEND
Diffstat (limited to 'www-apps/phpwiki')
-rw-r--r-- | www-apps/phpwiki/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/phpwiki/phpwiki-1.2.4.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www-apps/phpwiki/ChangeLog b/www-apps/phpwiki/ChangeLog index 479465cf0eb6..0f75bec2397f 100644 --- a/www-apps/phpwiki/ChangeLog +++ b/www-apps/phpwiki/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/phpwiki # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/ChangeLog,v 1.1 2004/08/19 15:38:53 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/ChangeLog,v 1.2 2004/08/30 19:38:42 rl03 Exp $ + + 30 Aug 2004; Renat Lumpau <rl03@gentoo.org> phpwiki-1.2.4.ebuild: + Fixed DEPEND/RDEPEND *phpwiki-1.2.4 (19 Aug 2004) diff --git a/www-apps/phpwiki/phpwiki-1.2.4.ebuild b/www-apps/phpwiki/phpwiki-1.2.4.ebuild index 2ed75c211630..8c13a84744da 100644 --- a/www-apps/phpwiki/phpwiki-1.2.4.ebuild +++ b/www-apps/phpwiki/phpwiki-1.2.4.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/www-apps/phpwiki/phpwiki-1.2.4.ebuild,v 1.1 2004/08/19 15:38:53 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/phpwiki-1.2.4.ebuild,v 1.2 2004/08/30 19:38:42 rl03 Exp $ inherit webapp @@ -12,7 +12,6 @@ LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" -DEPEND="$DEPEND" RDEPEND="virtual/php net-www/apache" |