public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/libzdb: libzdb-2.11.1.ebuild libzdb-3.0.ebuild libzdb-2.11.2.ebuild ChangeLog libzdb-2.11.3.ebuild libzdb-2.12.ebuild
@ 2014-11-03 11:23 Aaron Swenson (titanofold)
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Swenson (titanofold) @ 2014-11-03 11:23 UTC (permalink / raw
  To: gentoo-commits

titanofold    14/11/03 11:23:10

  Modified:             libzdb-2.11.1.ebuild libzdb-3.0.ebuild
                        libzdb-2.11.2.ebuild ChangeLog libzdb-2.11.3.ebuild
                        libzdb-2.12.ebuild
  Log:
  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)

Revision  Changes    Path
1.7                  dev-db/libzdb/libzdb-2.11.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild?r1=1.6&r2=1.7

Index: libzdb-2.11.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libzdb-2.11.1.ebuild	20 May 2013 08:23:36 -0000	1.6
+++ libzdb-2.11.1.ebuild	3 Nov 2014 11:23:10 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/libzdb/libzdb-2.11.1.ebuild,v 1.6 2013/05/20 08:23:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v 1.7 2014/11/03 11:23:10 titanofold Exp $
 
 EAPI="4"
 
@@ -19,7 +19,7 @@
 RESTRICT=test
 
 RDEPEND="mysql? ( virtual/mysql )
-	postgres? ( dev-db/postgresql-base )
+	postgres? ( virtual/postgresql )
 	sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
 	ssl? ( dev-libs/openssl )"
 DEPEND="${RDEPEND}



1.2                  dev-db/libzdb/libzdb-3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild?r1=1.1&r2=1.2

Index: libzdb-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libzdb-3.0.ebuild	15 Apr 2014 07:24:40 -0000	1.1
+++ libzdb-3.0.ebuild	3 Nov 2014 11:23:10 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild,v 1.1 2014/04/15 07:24:40 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild,v 1.2 2014/11/03 11:23:10 titanofold Exp $
 
 EAPI="4"
 
@@ -19,7 +19,7 @@
 RESTRICT=test
 
 RDEPEND="mysql? ( virtual/mysql )
-	postgres? ( dev-db/postgresql-base )
+	postgres? ( virtual/postgresql )
 	sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
 	ssl? ( dev-libs/openssl )"
 DEPEND="${RDEPEND}



1.2                  dev-db/libzdb/libzdb-2.11.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild?r1=1.1&r2=1.2

Index: libzdb-2.11.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libzdb-2.11.2.ebuild	16 May 2013 15:12:49 -0000	1.1
+++ libzdb-2.11.2.ebuild	3 Nov 2014 11:23:10 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/libzdb/libzdb-2.11.2.ebuild,v 1.1 2013/05/16 15:12:49 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild,v 1.2 2014/11/03 11:23:10 titanofold Exp $
 
 EAPI="4"
 
@@ -19,7 +19,7 @@
 RESTRICT=test
 
 RDEPEND="mysql? ( virtual/mysql )
-	postgres? ( dev-db/postgresql-base )
+	postgres? ( virtual/postgresql )
 	sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
 	ssl? ( dev-libs/openssl )"
 DEPEND="${RDEPEND}



1.20                 dev-db/libzdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	7 Jun 2014 19:13:40 -0000	1.19
+++ ChangeLog	3 Nov 2014 11:23:10 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/libzdb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v 1.19 2014/06/07 19:13:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v 1.20 2014/11/03 11:23:10 titanofold Exp $
+
+  03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> libzdb-2.11.1.ebuild,
+  libzdb-2.11.2.ebuild, libzdb-2.11.3.ebuild, libzdb-2.12.ebuild,
+  libzdb-3.0.ebuild:
+  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
 
   07 Jun 2014; Agostino Sarubbo <ago@gentoo.org> libzdb-2.12.ebuild:
   Stable for x86, wrt bug #507682



1.2                  dev-db/libzdb/libzdb-2.11.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild?r1=1.1&r2=1.2

Index: libzdb-2.11.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libzdb-2.11.3.ebuild	1 Jul 2013 18:57:33 -0000	1.1
+++ libzdb-2.11.3.ebuild	3 Nov 2014 11:23:10 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/libzdb/libzdb-2.11.3.ebuild,v 1.1 2013/07/01 18:57:33 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild,v 1.2 2014/11/03 11:23:10 titanofold Exp $
 
 EAPI="4"
 
@@ -19,7 +19,7 @@
 RESTRICT=test
 
 RDEPEND="mysql? ( virtual/mysql )
-	postgres? ( dev-db/postgresql-base )
+	postgres? ( virtual/postgresql )
 	sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
 	ssl? ( dev-libs/openssl )"
 DEPEND="${RDEPEND}



1.4                  dev-db/libzdb/libzdb-2.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild?r1=1.3&r2=1.4

Index: libzdb-2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libzdb-2.12.ebuild	7 Jun 2014 19:13:40 -0000	1.3
+++ libzdb-2.12.ebuild	3 Nov 2014 11:23:10 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild,v 1.3 2014/06/07 19:13:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild,v 1.4 2014/11/03 11:23:10 titanofold Exp $
 
 EAPI="4"
 
@@ -19,7 +19,7 @@
 RESTRICT=test
 
 RDEPEND="mysql? ( virtual/mysql )
-	postgres? ( dev-db/postgresql-base )
+	postgres? ( virtual/postgresql )
 	sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
 	ssl? ( dev-libs/openssl )"
 DEPEND="${RDEPEND}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/libzdb: libzdb-2.11.1.ebuild libzdb-3.0.ebuild libzdb-2.11.2.ebuild ChangeLog libzdb-2.11.3.ebuild libzdb-2.12.ebuild
@ 2014-12-28 15:04 Aaron Swenson (titanofold)
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Swenson (titanofold) @ 2014-12-28 15:04 UTC (permalink / raw
  To: gentoo-commits

titanofold    14/12/28 15:04:44

  Modified:             libzdb-2.11.1.ebuild libzdb-3.0.ebuild
                        libzdb-2.11.2.ebuild ChangeLog libzdb-2.11.3.ebuild
                        libzdb-2.12.ebuild
  Log:
  Rename virtual/postgresql to dev-db/postgresql
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)

Revision  Changes    Path
1.8                  dev-db/libzdb/libzdb-2.11.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild?r1=1.7&r2=1.8

Index: libzdb-2.11.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libzdb-2.11.1.ebuild	3 Nov 2014 11:23:10 -0000	1.7
+++ libzdb-2.11.1.ebuild	28 Dec 2014 15:04:44 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v 1.7 2014/11/03 11:23:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.1.ebuild,v 1.8 2014/12/28 15:04:44 titanofold Exp $
 
 EAPI="4"
 
@@ -19,7 +19,7 @@
 RESTRICT=test
 
 RDEPEND="mysql? ( virtual/mysql )
-	postgres? ( virtual/postgresql )
+	postgres? ( dev-db/postgresql )
 	sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
 	ssl? ( dev-libs/openssl )"
 DEPEND="${RDEPEND}



1.3                  dev-db/libzdb/libzdb-3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild?r1=1.2&r2=1.3

Index: libzdb-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libzdb-3.0.ebuild	3 Nov 2014 11:23:10 -0000	1.2
+++ libzdb-3.0.ebuild	28 Dec 2014 15:04:44 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild,v 1.2 2014/11/03 11:23:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-3.0.ebuild,v 1.3 2014/12/28 15:04:44 titanofold Exp $
 
 EAPI="4"
 
@@ -19,7 +19,7 @@
 RESTRICT=test
 
 RDEPEND="mysql? ( virtual/mysql )
-	postgres? ( virtual/postgresql )
+	postgres? ( dev-db/postgresql )
 	sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
 	ssl? ( dev-libs/openssl )"
 DEPEND="${RDEPEND}



1.3                  dev-db/libzdb/libzdb-2.11.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild?r1=1.2&r2=1.3

Index: libzdb-2.11.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libzdb-2.11.2.ebuild	3 Nov 2014 11:23:10 -0000	1.2
+++ libzdb-2.11.2.ebuild	28 Dec 2014 15:04:44 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild,v 1.2 2014/11/03 11:23:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.2.ebuild,v 1.3 2014/12/28 15:04:44 titanofold Exp $
 
 EAPI="4"
 
@@ -19,7 +19,7 @@
 RESTRICT=test
 
 RDEPEND="mysql? ( virtual/mysql )
-	postgres? ( virtual/postgresql )
+	postgres? ( dev-db/postgresql )
 	sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
 	ssl? ( dev-libs/openssl )"
 DEPEND="${RDEPEND}



1.21                 dev-db/libzdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	3 Nov 2014 11:23:10 -0000	1.20
+++ ChangeLog	28 Dec 2014 15:04:44 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/libzdb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v 1.20 2014/11/03 11:23:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/ChangeLog,v 1.21 2014/12/28 15:04:44 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> libzdb-2.11.1.ebuild,
+  libzdb-2.11.2.ebuild, libzdb-2.11.3.ebuild, libzdb-2.12.ebuild,
+  libzdb-3.0.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> libzdb-2.11.1.ebuild,
   libzdb-2.11.2.ebuild, libzdb-2.11.3.ebuild, libzdb-2.12.ebuild,



1.3                  dev-db/libzdb/libzdb-2.11.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild?r1=1.2&r2=1.3

Index: libzdb-2.11.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libzdb-2.11.3.ebuild	3 Nov 2014 11:23:10 -0000	1.2
+++ libzdb-2.11.3.ebuild	28 Dec 2014 15:04:44 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild,v 1.2 2014/11/03 11:23:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild,v 1.3 2014/12/28 15:04:44 titanofold Exp $
 
 EAPI="4"
 
@@ -19,7 +19,7 @@
 RESTRICT=test
 
 RDEPEND="mysql? ( virtual/mysql )
-	postgres? ( virtual/postgresql )
+	postgres? ( dev-db/postgresql )
 	sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
 	ssl? ( dev-libs/openssl )"
 DEPEND="${RDEPEND}



1.5                  dev-db/libzdb/libzdb-2.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild?r1=1.4&r2=1.5

Index: libzdb-2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libzdb-2.12.ebuild	3 Nov 2014 11:23:10 -0000	1.4
+++ libzdb-2.12.ebuild	28 Dec 2014 15:04:44 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild,v 1.4 2014/11/03 11:23:10 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.12.ebuild,v 1.5 2014/12/28 15:04:44 titanofold Exp $
 
 EAPI="4"
 
@@ -19,7 +19,7 @@
 RESTRICT=test
 
 RDEPEND="mysql? ( virtual/mysql )
-	postgres? ( virtual/postgresql )
+	postgres? ( dev-db/postgresql )
 	sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
 	ssl? ( dev-libs/openssl )"
 DEPEND="${RDEPEND}





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-28 15:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-03 11:23 [gentoo-commits] gentoo-x86 commit in dev-db/libzdb: libzdb-2.11.1.ebuild libzdb-3.0.ebuild libzdb-2.11.2.ebuild ChangeLog libzdb-2.11.3.ebuild libzdb-2.12.ebuild Aaron Swenson (titanofold)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-28 15:04 Aaron Swenson (titanofold)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox