diff options
author | 2014-11-03 11:12:33 +0000 | |
---|---|---|
committer | 2014-11-03 11:12:33 +0000 | |
commit | f1446ab64ee6eedceee7cafae0210de5ff0068ad (patch) | |
tree | 1a615b1f28bb926b8a3fe35a7fbf38c44c1ebd0d /app-mobilephone/gnokii/gnokii-9999.ebuild | |
parent | Bump to EAPI=5 (diff) | |
download | gentoo-2-f1446ab64ee6eedceee7cafae0210de5ff0068ad.tar.gz gentoo-2-f1446ab64ee6eedceee7cafae0210de5ff0068ad.tar.bz2 gentoo-2-f1446ab64ee6eedceee7cafae0210de5ff0068ad.zip |
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'app-mobilephone/gnokii/gnokii-9999.ebuild')
-rw-r--r-- | app-mobilephone/gnokii/gnokii-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-mobilephone/gnokii/gnokii-9999.ebuild b/app-mobilephone/gnokii/gnokii-9999.ebuild index 9b56e3b65451..236be404bf4c 100644 --- a/app-mobilephone/gnokii/gnokii-9999.ebuild +++ b/app-mobilephone/gnokii/gnokii-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild,v 1.11 2012/09/11 04:17:55 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild,v 1.12 2014/11/03 11:12:33 titanofold Exp $ EAPI=4 @@ -30,7 +30,7 @@ RDEPEND="!app-mobilephone/smstools sms? ( !app-mobilephone/smstools >=dev-libs/glib-2 - postgres? ( >=dev-db/postgresql-base-8.0 ) + postgres? ( >=virtual/postgresql-8.0 ) mysql? ( >=virtual/mysql-4.1 ) ) ical? ( dev-libs/libical ) |