summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-electronics/pcb/ChangeLog6
-rw-r--r--sci-electronics/pcb/pcb-20110918.ebuild7
-rw-r--r--sci-electronics/pcb/pcb-20140316.ebuild5
3 files changed, 12 insertions, 6 deletions
diff --git a/sci-electronics/pcb/ChangeLog b/sci-electronics/pcb/ChangeLog
index db823237a49a..7f18c3ea9f42 100644
--- a/sci-electronics/pcb/ChangeLog
+++ b/sci-electronics/pcb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/pcb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.75 2014/05/12 06:13:24 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.76 2014/07/31 16:50:33 tomjbe Exp $
+
+ 31 Jul 2014; Thomas Beierlein <tomjbe@gentoo.org> pcb-20110918.ebuild,
+ pcb-20140316.ebuild:
+ Add missing depend (bug #514844). Thanks Patrick
*pcb-20140316 (12 May 2014)
diff --git a/sci-electronics/pcb/pcb-20110918.ebuild b/sci-electronics/pcb/pcb-20110918.ebuild
index 2051fe4acc2d..e2640beac909 100644
--- a/sci-electronics/pcb/pcb-20110918.ebuild
+++ b/sci-electronics/pcb/pcb-20110918.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v 1.8 2013/01/04 12:58:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20110918.ebuild,v 1.9 2014/07/31 16:50:33 tomjbe Exp $
EAPI="3"
@@ -17,7 +17,8 @@ IUSE="dbus debug doc gcode gif gtk jpeg m4lib-png motif nelma opengl png
test tk toporouter xrender"
# toporouter-output USE flag removed, there seems to be no result
-CDEPEND="gif? ( >=media-libs/gd-2.0.23 )
+CDEPEND="dev-libs/glib:2
+ gif? ( >=media-libs/gd-2.0.23 )
gtk? ( x11-libs/gtk+:2 x11-libs/pango
x11-libs/gtkglext
dbus? ( sys-apps/dbus ) )
diff --git a/sci-electronics/pcb/pcb-20140316.ebuild b/sci-electronics/pcb/pcb-20140316.ebuild
index fa904005cdc0..9b74dd4fdd09 100644
--- a/sci-electronics/pcb/pcb-20140316.ebuild
+++ b/sci-electronics/pcb/pcb-20140316.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20140316.ebuild,v 1.1 2014/05/12 06:13:24 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20140316.ebuild,v 1.2 2014/07/31 16:50:33 tomjbe Exp $
EAPI="5"
@@ -17,7 +17,8 @@ IUSE="dbus debug doc gcode gif gtk jpeg m4lib-png motif nelma opengl png
test tk toporouter xrender"
# toporouter-output USE flag removed, there seems to be no result
-CDEPEND="gif? ( >=media-libs/gd-2.0.23 )
+CDEPEND="dev-libs/glib:2
+ gif? ( >=media-libs/gd-2.0.23 )
gtk? ( x11-libs/gtk+:2 x11-libs/pango
x11-libs/gtkglext
dbus? ( sys-apps/dbus ) )