summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-03-29 12:49:51 +0000
committerChristoph Mende <angelos@gentoo.org>2011-03-29 12:49:51 +0000
commit94ca750ca162a694d01c671f5734066e48f91a80 (patch)
tree3bde31b2beb7af87a2463e4659647ff90c96a920 /net-irc/loqui
parentFix gtk+ slot deps (diff)
downloadgentoo-2-94ca750ca162a694d01c671f5734066e48f91a80.tar.gz
gentoo-2-94ca750ca162a694d01c671f5734066e48f91a80.tar.bz2
gentoo-2-94ca750ca162a694d01c671f5734066e48f91a80.zip
Fix gtk+ slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/loqui')
-rw-r--r--net-irc/loqui/ChangeLog7
-rw-r--r--net-irc/loqui/loqui-0.4.4.ebuild10
2 files changed, 11 insertions, 6 deletions
diff --git a/net-irc/loqui/ChangeLog b/net-irc/loqui/ChangeLog
index 6b4b8fcaafb0..fa07921d9c05 100644
--- a/net-irc/loqui/ChangeLog
+++ b/net-irc/loqui/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/loqui
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/ChangeLog,v 1.39 2008/03/25 18:45:15 coldwind Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/ChangeLog,v 1.40 2011/03/29 12:49:51 angelos Exp $
+
+ 29 Mar 2011; Christoph Mende <angelos@gentoo.org> loqui-0.4.4.ebuild:
+ Fix gtk+ slot deps
25 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> loqui-0.4.4.ebuild:
amd64 stable and clean up.
diff --git a/net-irc/loqui/loqui-0.4.4.ebuild b/net-irc/loqui/loqui-0.4.4.ebuild
index e43c37f75b8e..e6e2f72a6d9d 100644
--- a/net-irc/loqui/loqui-0.4.4.ebuild
+++ b/net-irc/loqui/loqui-0.4.4.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/loqui-0.4.4.ebuild,v 1.7 2008/03/25 18:45:15 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/loqui-0.4.4.ebuild,v 1.8 2011/03/29 12:49:51 angelos Exp $
+
+EAPI=1
DESCRIPTION="a graphical IRC client for GNOME2 on UNIX like operating system."
SRC_URI="http://loqui.good-day.net/src/${P}.tar.gz"
@@ -11,8 +13,8 @@ SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE="nls"
-RDEPEND=">=dev-libs/glib-2.2.1
- >=x11-libs/gtk+-2.4
+RDEPEND=">=dev-libs/glib-2.2.1:2
+ >=x11-libs/gtk+-2.4:2
>=net-libs/gnet-2.0.3"
DEPEND="${RDEPEND}
dev-util/pkgconfig