summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Giorgetti <stroke@gentoo.org>2002-08-07 16:32:08 +0000
committerGabriele Giorgetti <stroke@gentoo.org>2002-08-07 16:32:08 +0000
commit9e5e1196ffe80a154ee779a0bb26c0b865559482 (patch)
tree7a5de34e0d336bd0e51630ad87cfb2c11a26cef8 /gnome-extra
parentunmasked libdv (diff)
downloadgentoo-2-9e5e1196ffe80a154ee779a0bb26c0b865559482.tar.gz
gentoo-2-9e5e1196ffe80a154ee779a0bb26c0b865559482.tar.bz2
gentoo-2-9e5e1196ffe80a154ee779a0bb26c0b865559482.zip
It doesn't build if -j1 is not specified in MAKEOPTS
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gal2/ChangeLog8
-rw-r--r--gnome-extra/gal2/gal2-0.0.4-r1.ebuild10
2 files changed, 9 insertions, 9 deletions
diff --git a/gnome-extra/gal2/ChangeLog b/gnome-extra/gal2/ChangeLog
index b5f4f9cabdb8..9849c3398d32 100644
--- a/gnome-extra/gal2/ChangeLog
+++ b/gnome-extra/gal2/ChangeLog
@@ -1,13 +1,15 @@
# ChangeLog for gnome-extra/gal2
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gal2/ChangeLog,v 1.4 2002/07/25 02:59:05 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gal2/ChangeLog,v 1.5 2002/08/07 16:32:08 stroke Exp $
+*gal2-0.0.4-r1 (15 June 2002)
+
+ 07 Aug 2002; Gabriele Giorgetti <stroke@gentoo.org>
+ It doesn't build if -j1 is not specified in MAKEOPTS
25 Jul 2002; Spider <spider@gentoo.org>
SLOT KEYWORDS and LICENSE added
-
-gal2-0.0.4-r1 (15 June 2002)
15 Jun 2002 ; Spider <spider@gentoo.org> gal2-0.0.4-r1.ebuild :
eclassify
add dependencies
diff --git a/gnome-extra/gal2/gal2-0.0.4-r1.ebuild b/gnome-extra/gal2/gal2-0.0.4-r1.ebuild
index 7ab9cf99aa75..1554417b5840 100644
--- a/gnome-extra/gal2/gal2-0.0.4-r1.ebuild
+++ b/gnome-extra/gal2/gal2-0.0.4-r1.ebuild
@@ -1,17 +1,19 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gal2/gal2-0.0.4-r1.ebuild,v 1.2 2002/07/25 02:59:05 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gal2/gal2-0.0.4-r1.ebuild,v 1.3 2002/08/07 16:32:08 stroke Exp $
inherit gnome2
S=${WORKDIR}/gal2-0-${PV}
DESCRIPTION="A text editor for the Gnome2 desktop"
SRC_URI="mirror://gnome/sources/gal2/gal2-0-${PV}.tar.bz2"
-
HOMEPAGE="http://www.gnome.org/"
+
SLOT="0"
LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="x86"
+MAKEOPTS="-j1"
+
DEPEND="virtual/glibc
gnome-base/libgnomeprint
gnome-base/libgnomeprintui
@@ -23,7 +25,3 @@ RDEPEND=${DEPEND}
DOCS="AUTHORS BUGS ChangeLog COPYING COPYING.LIB FAQ INSTALL NEWS README* THANKS TODO"
-
-
-
-