diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 19:45:51 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 19:45:51 +0000 |
commit | 8641ff0d4220772f7cbbe22af07ee173db222be3 (patch) | |
tree | c89c7c469f95c5b6fa6982fa4bbd4fbe15cfa0f8 /sci-electronics/xnec2c/xnec2c-1.4.ebuild | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-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/xnec2c-1.4.ebuild')
-rw-r--r-- | sci-electronics/xnec2c/xnec2c-1.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
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" |