summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-06 09:27:50 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-06 09:27:50 +0000
commitd4bf9b95e31b55d0038ecf1cabe710bfd3bbeb92 (patch)
treea60cbb4c2bb8dc643387bcb2912a7aa086300e41 /sci-electronics/pcb
parentMarked ~ppc-macos and ~x64-macos, seems to work fine without Mac::SystemDirec... (diff)
downloadgentoo-2-d4bf9b95e31b55d0038ecf1cabe710bfd3bbeb92.tar.gz
gentoo-2-d4bf9b95e31b55d0038ecf1cabe710bfd3bbeb92.tar.bz2
gentoo-2-d4bf9b95e31b55d0038ecf1cabe710bfd3bbeb92.zip
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/pcb')
-rw-r--r--sci-electronics/pcb/ChangeLog6
-rw-r--r--sci-electronics/pcb/pcb-20081128-r1.ebuild6
-rw-r--r--sci-electronics/pcb/pcb-20091103.ebuild6
-rw-r--r--sci-electronics/pcb/pcb-20100929.ebuild4
4 files changed, 13 insertions, 9 deletions
diff --git a/sci-electronics/pcb/ChangeLog b/sci-electronics/pcb/ChangeLog
index 4efe39c934aa..f70b50846561 100644
--- a/sci-electronics/pcb/ChangeLog
+++ b/sci-electronics/pcb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/pcb
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.62 2011/01/07 22:58:49 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.63 2011/03/06 09:27:50 jlec Exp $
+
+ 06 Mar 2011; Justin Lecher <jlec@gentoo.org> pcb-20081128-r1.ebuild,
+ pcb-20091103.ebuild, pcb-20100929.ebuild:
+ Correct Slots for gtk 3 introduction to tree
07 Jan 2011; Christian Faulhammer <fauli@gentoo.org> pcb-20100929.ebuild:
stable x86, bug 349096
diff --git a/sci-electronics/pcb/pcb-20081128-r1.ebuild b/sci-electronics/pcb/pcb-20081128-r1.ebuild
index 6bfd1e03794e..878a8ffb5ea7 100644
--- a/sci-electronics/pcb/pcb-20081128-r1.ebuild
+++ b/sci-electronics/pcb/pcb-20081128-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20081128-r1.ebuild,v 1.7 2010/11/14 17:25:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20081128-r1.ebuild,v 1.8 2011/03/06 09:27:50 jlec Exp $
EAPI="2"
@@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86"
IUSE="dbus doc gif gtk jpeg motif nelma nls png xrender threads tk"
RDEPEND="gif? ( >=media-libs/gd-2.0.23 )
- gtk? ( >=x11-libs/gtk+-2.4 x11-libs/pango
+ gtk? ( x11-libs/gtk+:2 x11-libs/pango
dbus? ( sys-apps/dbus ) )
jpeg? ( >=media-libs/gd-2.0.23[jpeg] )
motif? ( !gtk? (
diff --git a/sci-electronics/pcb/pcb-20091103.ebuild b/sci-electronics/pcb/pcb-20091103.ebuild
index 958688b926fa..de9f20c6ecf8 100644
--- a/sci-electronics/pcb/pcb-20091103.ebuild
+++ b/sci-electronics/pcb/pcb-20091103.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20091103.ebuild,v 1.6 2010/12/20 15:55:10 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20091103.ebuild,v 1.7 2011/03/06 09:27:50 jlec Exp $
EAPI="2"
@@ -18,7 +18,7 @@ IUSE="dbus doc gif gtk jpeg m4lib-png motif nelma nls png xrender test tk toporo
# debug USE flag removed for pcb-20091103 (many crashes, should be fixed for next release)
CDEPEND="gif? ( >=media-libs/gd-2.0.23 )
- gtk? ( >=x11-libs/gtk+-2.4 x11-libs/pango
+ gtk? ( x11-libs/gtk+:2 x11-libs/pango
dbus? ( sys-apps/dbus ) )
jpeg? ( >=media-libs/gd-2.0.23[jpeg] )
motif? ( !gtk? (
diff --git a/sci-electronics/pcb/pcb-20100929.ebuild b/sci-electronics/pcb/pcb-20100929.ebuild
index 201db58c00a2..7c3a44f7e571 100644
--- a/sci-electronics/pcb/pcb-20100929.ebuild
+++ b/sci-electronics/pcb/pcb-20100929.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20100929.ebuild,v 1.7 2011/01/07 22:58:49 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20100929.ebuild,v 1.8 2011/03/06 09:27:50 jlec Exp $
EAPI="3"
@@ -17,7 +17,7 @@ IUSE="dbus doc gif gtk jpeg m4lib-png motif nelma gcode nls png xrender test tk
# toporouter-output USE flag removed, there seems to be no result
CDEPEND="gif? ( >=media-libs/gd-2.0.23 )
- gtk? ( >=x11-libs/gtk+-2.4 x11-libs/pango
+ gtk? ( x11-libs/gtk+:2 x11-libs/pango
dbus? ( sys-apps/dbus ) )
jpeg? ( >=media-libs/gd-2.0.23[jpeg] )
motif? ( !gtk? (