diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 11:28:17 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 11:28:17 +0000 |
commit | 32c244a8c621f0af9a3c2ecfbe7fc3915eb3e107 (patch) | |
tree | b97220055b29e173439f5d3a4775cfdc1e5222a0 /dev-db/pgmemcache/pgmemcache-2.0.4.ebuild | |
parent | media-libs/jasper: Drop old (diff) | |
download | gentoo-2-32c244a8c621f0af9a3c2ecfbe7fc3915eb3e107.tar.gz gentoo-2-32c244a8c621f0af9a3c2ecfbe7fc3915eb3e107.tar.bz2 gentoo-2-32c244a8c621f0af9a3c2ecfbe7fc3915eb3e107.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 'dev-db/pgmemcache/pgmemcache-2.0.4.ebuild')
-rw-r--r-- | dev-db/pgmemcache/pgmemcache-2.0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/pgmemcache/pgmemcache-2.0.4.ebuild b/dev-db/pgmemcache/pgmemcache-2.0.4.ebuild index 164dd3a1a724..b203756d13e7 100644 --- a/dev-db/pgmemcache/pgmemcache-2.0.4.ebuild +++ b/dev-db/pgmemcache/pgmemcache-2.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.0.4.ebuild,v 1.2 2010/11/30 09:25:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.0.4.ebuild,v 1.3 2014/11/03 11:28:17 titanofold Exp $ DESCRIPTION="A PostgreSQL API based on libmemcached to interface with memcached" HOMEPAGE="http://pgfoundry.org/projects/pgmemcache" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=dev-db/postgresql-base-8.4 +DEPEND=">=virtual/postgresql-8.4 >=dev-libs/libmemcached-0.39" RDEPEND="${DEPEND}" |