summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-12-28 16:44:27 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-12-28 16:44:27 +0000
commit1625062accaaa703d4e37b03959426cc8289c07a (patch)
tree77dc3a352c418be228ea0254570bea9341173150 /net-voip
parentVersion bump (diff)
downloadgentoo-2-1625062accaaa703d4e37b03959426cc8289c07a.tar.gz
gentoo-2-1625062accaaa703d4e37b03959426cc8289c07a.tar.bz2
gentoo-2-1625062accaaa703d4e37b03959426cc8289c07a.zip
Rename virtual/postgresql to dev-db/postgresql
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/gnugk/ChangeLog5
-rw-r--r--net-voip/gnugk/gnugk-3.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-voip/gnugk/ChangeLog b/net-voip/gnugk/ChangeLog
index 73b5719ad677..5aee5efd1019 100644
--- a/net-voip/gnugk/ChangeLog
+++ b/net-voip/gnugk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-voip/gnugk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/ChangeLog,v 1.16 2014/11/03 13:52:14 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/ChangeLog,v 1.17 2014/12/28 16:44:27 titanofold Exp $
+
+ 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> gnugk-3.4.ebuild:
+ Rename virtual/postgresql to dev-db/postgresql
03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> gnugk-3.4.ebuild:
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
diff --git a/net-voip/gnugk/gnugk-3.4.ebuild b/net-voip/gnugk/gnugk-3.4.ebuild
index 422e84b70738..52925617ae66 100644
--- a/net-voip/gnugk/gnugk-3.4.ebuild
+++ b/net-voip/gnugk/gnugk-3.4.ebuild
@@ -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/net-voip/gnugk/gnugk-3.4.ebuild,v 1.2 2014/11/03 13:52:14 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/gnugk-3.4.ebuild,v 1.3 2014/12/28 16:44:27 titanofold Exp $
EAPI="5"
@@ -30,7 +30,7 @@ RDEPEND="net-libs/ptlib:=
lua? ( dev-lang/lua )
mysql? ( virtual/mysql )
odbc? ( dev-db/unixODBC )
- postgres? ( virtual/postgresql )
+ postgres? ( dev-db/postgresql )
snmp? ( net-analyzer/net-snmp )
ssh? ( net-libs/libssh )
sqlite? ( dev-db/sqlite:3 )"