diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 13:52:14 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 13:52:14 +0000 |
commit | 1c9fef4db144a5e0b449c96c1c1c4cc63afaa1f0 (patch) | |
tree | 72b7bb4e2a20f42985a5ecfe81759e7ce238844c /net-voip | |
parent | Update PostgreSQL dependencies and/or checks to virtual/postgresql. (diff) | |
download | gentoo-2-1c9fef4db144a5e0b449c96c1c1c4cc63afaa1f0.tar.gz gentoo-2-1c9fef4db144a5e0b449c96c1c1c4cc63afaa1f0.tar.bz2 gentoo-2-1c9fef4db144a5e0b449c96c1c1c4cc63afaa1f0.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 'net-voip')
-rw-r--r-- | net-voip/gnugk/ChangeLog | 5 | ||||
-rw-r--r-- | net-voip/gnugk/gnugk-3.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-voip/gnugk/ChangeLog b/net-voip/gnugk/ChangeLog index 78c64f09a692..73b5719ad677 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.15 2014/06/26 14:07:24 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/ChangeLog,v 1.16 2014/11/03 13:52:14 titanofold Exp $ + + 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> gnugk-3.4.ebuild: + Update PostgreSQL dependencies and/or checks to virtual/postgresql. 26 Jun 2014; Michael Palimaka <kensington@gentoo.org> -files/gnugk-2.2.7-configure.patch, -files/gnugk-2.2.7-firebird-2.1.patch, diff --git a/net-voip/gnugk/gnugk-3.4.ebuild b/net-voip/gnugk/gnugk-3.4.ebuild index 9eb4a2948948..422e84b70738 100644 --- a/net-voip/gnugk/gnugk-3.4.ebuild +++ b/net-voip/gnugk/gnugk-3.4.ebuild @@ -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/net-voip/gnugk/gnugk-3.4.ebuild,v 1.1 2013/10/01 15:21:03 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/gnugk-3.4.ebuild,v 1.2 2014/11/03 13:52:14 titanofold Exp $ EAPI="5" @@ -30,7 +30,7 @@ RDEPEND="net-libs/ptlib:= lua? ( dev-lang/lua ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) snmp? ( net-analyzer/net-snmp ) ssh? ( net-libs/libssh ) sqlite? ( dev-db/sqlite:3 )" |