summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-02 19:45:51 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-02 19:45:51 +0000
commit8641ff0d4220772f7cbbe22af07ee173db222be3 (patch)
treec89c7c469f95c5b6fa6982fa4bbd4fbe15cfa0f8 /sci-electronics/xnec2c
parentCorrect Slots for gtk 3 introduction to tree (diff)
downloadgentoo-2-8641ff0d4220772f7cbbe22af07ee173db222be3.tar.gz
gentoo-2-8641ff0d4220772f7cbbe22af07ee173db222be3.tar.bz2
gentoo-2-8641ff0d4220772f7cbbe22af07ee173db222be3.zip
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/xnec2c')
-rw-r--r--sci-electronics/xnec2c/ChangeLog7
-rw-r--r--sci-electronics/xnec2c/xnec2c-1.4.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-electronics/xnec2c/ChangeLog b/sci-electronics/xnec2c/ChangeLog
index 486fbabb64fd..af7c3ed11959 100644
--- a/sci-electronics/xnec2c/ChangeLog
+++ b/sci-electronics/xnec2c/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/xnec2c
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/ChangeLog,v 1.2 2010/09/27 15:43:40 tomjbe Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/ChangeLog,v 1.3 2011/03/02 19:45:51 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> xnec2c-1.4.ebuild:
+ Correct Slots for gtk 3 introduction to tree
27 Sep 2010; Thomas Beierlein <tomjbe@gentoo.org> xnec2c-1.4.ebuild,
+files/xnec2c-1.4-fortify.patch:
diff --git a/sci-electronics/xnec2c/xnec2c-1.4.ebuild b/sci-electronics/xnec2c/xnec2c-1.4.ebuild
index c144bc0471d3..adef4f9f943c 100644
--- a/sci-electronics/xnec2c/xnec2c-1.4.ebuild
+++ b/sci-electronics/xnec2c/xnec2c-1.4.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/xnec2c/xnec2c-1.4.ebuild,v 1.2 2010/09/27 15:43:40 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/xnec2c-1.4.ebuild,v 1.3 2011/03/02 19:45:51 jlec Exp $
EAPI="2"
@@ -17,7 +17,8 @@ IUSE="examples"
S="${WORKDIR}/${PN}"
-RDEPEND="dev-libs/glib
+RDEPEND="
+ dev-libs/glib:2
x11-libs/gtk+:2"
DEPEND="${RDEPEND}
sys-devel/gettext"