summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-04-13 21:18:32 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-04-13 21:18:32 +0000
commit0e53e5d029a93913eca70c335429557840cad77b (patch)
tree860ae4f1c968652293e3cd62fd0b02bc1645dede /dev-ml/lablgtk
parentgcc 4.3 build fix by David Carlos Manuelda <StormByte@gmail.com>, bug #217292 (diff)
downloadgentoo-2-0e53e5d029a93913eca70c335429557840cad77b.tar.gz
gentoo-2-0e53e5d029a93913eca70c335429557840cad77b.tar.bz2
gentoo-2-0e53e5d029a93913eca70c335429557840cad77b.zip
pkgconfig is only a build dep, bug #217278
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'dev-ml/lablgtk')
-rw-r--r--dev-ml/lablgtk/ChangeLog5
-rw-r--r--dev-ml/lablgtk/lablgtk-2.10.1.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-ml/lablgtk/ChangeLog b/dev-ml/lablgtk/ChangeLog
index 91ed2f14a810..90a44a200253 100644
--- a/dev-ml/lablgtk/ChangeLog
+++ b/dev-ml/lablgtk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/lablgtk
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.64 2008/04/06 19:55:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.65 2008/04/13 21:18:32 aballier Exp $
+
+ 13 Apr 2008; Alexis Ballier <aballier@gentoo.org> lablgtk-2.10.1.ebuild:
+ pkgconfig is only a build dep, bug #217278
06 Apr 2008; Alexis Ballier <aballier@gentoo.org> -lablgtk-2.6.0.ebuild:
remove old
diff --git a/dev-ml/lablgtk/lablgtk-2.10.1.ebuild b/dev-ml/lablgtk/lablgtk-2.10.1.ebuild
index 99e33e908fcd..4f9d1b6f8c52 100644
--- a/dev-ml/lablgtk/lablgtk-2.10.1.ebuild
+++ b/dev-ml/lablgtk/lablgtk-2.10.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.10.1.ebuild,v 1.6 2008/04/06 19:48:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.10.1.ebuild,v 1.7 2008/04/13 21:18:32 aballier Exp $
inherit eutils multilib
@@ -13,9 +13,8 @@ HOMEPAGE="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html"
SRC_URI="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/${P}.tar.gz"
LICENSE="LGPL-2.1 as-is"
-DEPEND=">=x11-libs/gtk+-2.10
+RDEPEND=">=x11-libs/gtk+-2.10
>=dev-lang/ocaml-3.07
- dev-util/pkgconfig
svg? ( >=gnome-base/librsvg-2.2 )
glade? ( >=gnome-base/libglade-2.0.1 )
gnomecanvas? ( >=gnome-base/libgnomecanvas-2.2 )
@@ -26,6 +25,8 @@ DEPEND=">=x11-libs/gtk+-2.10
spell? ( app-text/gtkspell )
sourceview? ( =x11-libs/gtksourceview-1* )
"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
SLOT="2"
KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd"