summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 21:58:40 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 21:58:40 +0000
commit973bbefb624a74ce28ce518b9b3252bec5aaf1d6 (patch)
tree0bb703a65007094235533c954f932d906d06265c /net-print/pykota
parentMigrating away from deprecated postgres virtuals (diff)
downloadgentoo-2-973bbefb624a74ce28ce518b9b3252bec5aaf1d6.tar.gz
gentoo-2-973bbefb624a74ce28ce518b9b3252bec5aaf1d6.tar.bz2
gentoo-2-973bbefb624a74ce28ce518b9b3252bec5aaf1d6.zip
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-print/pykota')
-rw-r--r--net-print/pykota/ChangeLog6
-rw-r--r--net-print/pykota/pykota-1.25_p2437-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-print/pykota/ChangeLog b/net-print/pykota/ChangeLog
index 370e3a643da3..52825cb9c407 100644
--- a/net-print/pykota/ChangeLog
+++ b/net-print/pykota/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-print/pykota
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/pykota/ChangeLog,v 1.25 2010/06/04 19:57:02 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/pykota/ChangeLog,v 1.26 2010/06/17 21:58:40 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org>
+ pykota-1.25_p2437-r1.ebuild:
+ Migrating away from deprecated postgres virtuals
04 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pykota-1.25_p2437-r1.ebuild:
diff --git a/net-print/pykota/pykota-1.25_p2437-r1.ebuild b/net-print/pykota/pykota-1.25_p2437-r1.ebuild
index 8ca86c92d66e..4f5a1fcba594 100644
--- a/net-print/pykota/pykota-1.25_p2437-r1.ebuild
+++ b/net-print/pykota/pykota-1.25_p2437-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/pykota/pykota-1.25_p2437-r1.ebuild,v 1.4 2010/06/04 19:57:02 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/pykota/pykota-1.25_p2437-r1.ebuild,v 1.5 2010/06/17 21:58:40 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -23,7 +23,7 @@ DEPEND="dev-lang/python
dev-python/pkipplib
ldap? ( dev-python/python-ldap )
mysql? ( dev-python/mysql-python )
- postgres? ( virtual/postgresql-server dev-db/pygresql )
+ postgres? ( dev-db/postgresql-server dev-db/pygresql )
sqlite? ( =dev-python/pysqlite-2* )
snmp? ( net-analyzer/net-snmp =dev-python/pysnmp-3.4* )
xml? ( dev-python/jaxml )"