summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-02 19:38:24 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-02 19:38:24 +0000
commitc42eff98df4122258e20b3acb258fa466e58a943 (patch)
treed07ba45aa1e077d9b858bdfd42d7d8a75b608bed /sci-electronics/gsmc
parentCorrect Slots for gtk 3 introduction to tree (diff)
downloadgentoo-2-c42eff98df4122258e20b3acb258fa466e58a943.tar.gz
gentoo-2-c42eff98df4122258e20b3acb258fa466e58a943.tar.bz2
gentoo-2-c42eff98df4122258e20b3acb258fa466e58a943.zip
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/gsmc')
-rw-r--r--sci-electronics/gsmc/ChangeLog5
-rw-r--r--sci-electronics/gsmc/gsmc-1.1-r1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-electronics/gsmc/ChangeLog b/sci-electronics/gsmc/ChangeLog
index e82dadc6a684..4c88a90b2c76 100644
--- a/sci-electronics/gsmc/ChangeLog
+++ b/sci-electronics/gsmc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/gsmc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gsmc/ChangeLog,v 1.3 2011/01/12 22:41:20 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gsmc/ChangeLog,v 1.4 2011/03/02 19:38:24 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> gsmc-1.1-r1.ebuild:
+ Correct Slots for gtk 3 introduction to tree
12 Jan 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
files/gsmc-1.1-autotools.patch:
diff --git a/sci-electronics/gsmc/gsmc-1.1-r1.ebuild b/sci-electronics/gsmc/gsmc-1.1-r1.ebuild
index d82cb4916da3..b6dd72f6d095 100644
--- a/sci-electronics/gsmc/gsmc-1.1-r1.ebuild
+++ b/sci-electronics/gsmc/gsmc-1.1-r1.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/gsmc/gsmc-1.1-r1.ebuild,v 1.1 2011/01/12 22:21:26 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gsmc/gsmc-1.1-r1.ebuild,v 1.2 2011/03/02 19:38:24 jlec Exp $
EAPI="2"
@@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-CDEPEND="dev-libs/glib
+CDEPEND="
+ dev-libs/glib:2
x11-libs/gtk+:2"
DEPEND="${CDEPEND}
dev-util/pkgconfig"