summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-27 12:05:24 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-27 12:05:24 +0000
commite80bffcede8d4fe9c2b930c84d6361db06b544b9 (patch)
treed6bdd938feb5324d0e073d45a3c9c3f7c6aa8b24 /app-mobilephone/gnocky
parentFix slot-dep on gtk+ (diff)
downloadgentoo-2-e80bffcede8d4fe9c2b930c84d6361db06b544b9.tar.gz
gentoo-2-e80bffcede8d4fe9c2b930c84d6361db06b544b9.tar.bz2
gentoo-2-e80bffcede8d4fe9c2b930c84d6361db06b544b9.zip
Fix slot-deps on gnome libs
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone/gnocky')
-rw-r--r--app-mobilephone/gnocky/ChangeLog7
-rw-r--r--app-mobilephone/gnocky/gnocky-0.0.6.ebuild10
2 files changed, 11 insertions, 6 deletions
diff --git a/app-mobilephone/gnocky/ChangeLog b/app-mobilephone/gnocky/ChangeLog
index 85dea1ea174c..83dc80e08428 100644
--- a/app-mobilephone/gnocky/ChangeLog
+++ b/app-mobilephone/gnocky/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-mobilephone/gnocky
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v 1.7 2008/11/02 18:19:25 mrness Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/ChangeLog,v 1.8 2011/03/27 12:05:24 nirbheek Exp $
+
+ 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gnocky-0.0.6.ebuild:
+ Fix slot-deps on gnome libs
02 Nov 2008; Alin Năstac <mrness@gentoo.org> -gnocky-0.0.5.ebuild:
Remove obsolete version.
diff --git a/app-mobilephone/gnocky/gnocky-0.0.6.ebuild b/app-mobilephone/gnocky/gnocky-0.0.6.ebuild
index 1ec40d2f41d6..cbc43b8c92b6 100644
--- a/app-mobilephone/gnocky/gnocky-0.0.6.ebuild
+++ b/app-mobilephone/gnocky/gnocky-0.0.6.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/app-mobilephone/gnocky/gnocky-0.0.6.ebuild,v 1.1 2008/07/12 16:02:51 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnocky/gnocky-0.0.6.ebuild,v 1.2 2011/03/27 12:05:24 nirbheek Exp $
+
+EAPI="2"
DESCRIPTION="GTK-2 version of gnokii"
HOMEPAGE="http://www.gnokii.org/"
@@ -11,8 +13,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2
- gnome-base/libglade
+RDEPEND="x11-libs/gtk+:2
+ gnome-base/libglade:2.0
app-mobilephone/gnokii"
DEPEND="dev-util/pkgconfig
${RDEPEND}"