diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 12:15:04 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 12:15:04 +0000 |
commit | be27b07d3abfb9afaca35ea578c358e003a599f8 (patch) | |
tree | 1a9bc012f32e1adce63920629981fc02172a7231 /app-mobilephone/gnokii/gnokii-0.6.29.ebuild | |
parent | Fix slot-deps on gnome libs (diff) | |
download | historical-be27b07d3abfb9afaca35ea578c358e003a599f8.tar.gz historical-be27b07d3abfb9afaca35ea578c358e003a599f8.tar.bz2 historical-be27b07d3abfb9afaca35ea578c358e003a599f8.zip |
Fix slot-dep on gtk+
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'app-mobilephone/gnokii/gnokii-0.6.29.ebuild')
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.29.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-mobilephone/gnokii/gnokii-0.6.29.ebuild b/app-mobilephone/gnokii/gnokii-0.6.29.ebuild index 5337f943c1b6..155f56444697 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.29.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.29.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/app-mobilephone/gnokii/gnokii-0.6.29.ebuild,v 1.6 2010/09/29 15:46:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.29.ebuild,v 1.7 2011/03/27 12:11:23 nirbheek Exp $ EAPI=2 @@ -24,11 +24,11 @@ IUSE="nls bluetooth ical irda sms postgres mysql usb X debug" RDEPEND="!app-mobilephone/smstools sys-apps/pcsc-lite - X? ( >=x11-libs/gtk+-2 ) + X? ( x11-libs/gtk+:2 ) bluetooth? ( net-wireless/bluez ) sms? ( !app-mobilephone/smstools - >=dev-libs/glib-2 + dev-libs/glib:2 postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( >=virtual/mysql-4.1 ) ) |