summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-02 20:19:29 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-02 20:19:29 +0000
commit8dada4b7dd1f77eb26e2a11c9a7777c47c9fa8e7 (patch)
tree6637caf692cdc44bc73c7e628d03b1bef3311a0e /sci-electronics
parentCorrect Slots for gtk 3 introduction to tree (diff)
downloadgentoo-2-8dada4b7dd1f77eb26e2a11c9a7777c47c9fa8e7.tar.gz
gentoo-2-8dada4b7dd1f77eb26e2a11c9a7777c47c9fa8e7.tar.bz2
gentoo-2-8dada4b7dd1f77eb26e2a11c9a7777c47c9fa8e7.zip
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/linsmith/ChangeLog7
-rw-r--r--sci-electronics/linsmith/linsmith-0.99.12.ebuild11
2 files changed, 11 insertions, 7 deletions
diff --git a/sci-electronics/linsmith/ChangeLog b/sci-electronics/linsmith/ChangeLog
index 8d8b308cac80..0cfab4c1f73c 100644
--- a/sci-electronics/linsmith/ChangeLog
+++ b/sci-electronics/linsmith/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/linsmith
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/ChangeLog,v 1.1 2010/09/08 17:50:27 tomjbe Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/ChangeLog,v 1.2 2011/03/02 20:19:29 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> linsmith-0.99.12.ebuild:
+ Correct Slots for gtk 3 introduction to tree
08 Sep 2010; Thomas Beierlein <tomjbe@gentoo.org>
+files/0.99.12-configure.in.patch, +linsmith-0.99.12.ebuild,
diff --git a/sci-electronics/linsmith/linsmith-0.99.12.ebuild b/sci-electronics/linsmith/linsmith-0.99.12.ebuild
index d20f817e5d83..acdd38a6cfe4 100644
--- a/sci-electronics/linsmith/linsmith-0.99.12.ebuild
+++ b/sci-electronics/linsmith/linsmith-0.99.12.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/linsmith/linsmith-0.99.12.ebuild,v 1.1 2010/09/08 17:50:27 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/linsmith/linsmith-0.99.12.ebuild,v 1.2 2011/03/02 20:19:29 jlec Exp $
EAPI="2"
@@ -15,13 +15,14 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
-RDEPEND="x11-libs/gtk+:2
- dev-libs/libxml2
+RDEPEND="
+ x11-libs/gtk+:2
+ dev-libs/libxml2:2
dev-libs/glib:2
dev-libs/atk
gnome-base/libgnome
gnome-base/libgnomecanvas
- gnome-base/libgnomeprint
+ gnome-base/libgnomeprint:2.2
gnome-base/libgnomeui"
DEPEND="${RDEPEND}
dev-util/pkgconfig"