summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-27 20:57:40 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-27 20:57:40 +0000
commit76673c868ee67d2fd4141052d2bd44c0a8458f90 (patch)
tree69906b10429433731a2bcb5e3813ccef1d7a0e2c /net-www/phpBB
parentAdd inherit eutils (diff)
downloadhistorical-76673c868ee67d2fd4141052d2bd44c0a8458f90.tar.gz
historical-76673c868ee67d2fd4141052d2bd44c0a8458f90.tar.bz2
historical-76673c868ee67d2fd4141052d2bd44c0a8458f90.zip
Add inherit eutils
Diffstat (limited to 'net-www/phpBB')
-rw-r--r--net-www/phpBB/ChangeLog5
-rw-r--r--net-www/phpBB/phpBB-2.0.6-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/phpBB/ChangeLog b/net-www/phpBB/ChangeLog
index 67b9bf476688..56a4613e26f9 100644
--- a/net-www/phpBB/ChangeLog
+++ b/net-www/phpBB/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/phpBB
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/ChangeLog,v 1.11 2004/03/30 20:30:48 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/ChangeLog,v 1.12 2004/04/27 20:45:39 agriffis Exp $
+
+ 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> phpBB-2.0.6-r1.ebuild:
+ Add inherit eutils
*phpBB-2.0.8a (30 Mar 2004)
diff --git a/net-www/phpBB/phpBB-2.0.6-r1.ebuild b/net-www/phpBB/phpBB-2.0.6-r1.ebuild
index 6f08dbb57999..06f667ea98c3 100644
--- a/net-www/phpBB/phpBB-2.0.6-r1.ebuild
+++ b/net-www/phpBB/phpBB-2.0.6-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.6-r1.ebuild,v 1.7 2004/02/05 03:56:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.6-r1.ebuild,v 1.8 2004/04/27 20:45:39 agriffis Exp $
-inherit webapp-apache
+inherit webapp-apache eutils
DESCRIPTION="phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package."
HOMEPAGE="http://www.phpbb.com/"