summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/oaf')
-rw-r--r--gnome-base/oaf/ChangeLog6
-rw-r--r--gnome-base/oaf/oaf-0.6.8.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/gnome-base/oaf/ChangeLog b/gnome-base/oaf/ChangeLog
index 913bf49f7ffd..49b7e669d21c 100644
--- a/gnome-base/oaf/ChangeLog
+++ b/gnome-base/oaf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/oaf
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/ChangeLog,v 1.1 2002/02/01 21:53:29 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/ChangeLog,v 1.2 2002/03/05 17:21:59 azarah Exp $
+
+ 5 March 2002; M.Schlemmer <azarah@gentoo.org> oaf-0.6.8.ebuild
+
+ Add dev-util/indent to DEPEND.
*oaf-0.6.7 (1 Feb 2002)
diff --git a/gnome-base/oaf/oaf-0.6.8.ebuild b/gnome-base/oaf/oaf-0.6.8.ebuild
index bec57a967feb..33263e23992a 100644
--- a/gnome-base/oaf/oaf-0.6.8.ebuild
+++ b/gnome-base/oaf/oaf-0.6.8.ebuild
@@ -1,19 +1,20 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.8.ebuild,v 1.1 2002/02/13 16:54:16 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.8.ebuild,v 1.2 2002/03/05 17:21:59 azarah Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Object Activation Framework for GNOME"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz"
RDEPEND="virtual/glibc
- >=dev-libs/popt-1.5
+ >=dev-libs/popt-1.5
>=gnome-base/ORBit-0.5.10-r1
>=dev-libs/libxml-1.8.15"
DEPEND="${RDEPEND}
>=sys-devel/perl-5
+ dev-util/indent
nls? ( sys-devel/gettext )"
src_unpack() {