diff options
author | 2014-11-03 13:52:55 +0000 | |
---|---|---|
committer | 2014-11-03 13:52:55 +0000 | |
commit | 49b43c8ce308da25661911c1a9707d941e52a781 (patch) | |
tree | 9f911984ab963dc450be1fc2be9048bcbe18fd02 /net-voip | |
parent | Update PostgreSQL dependencies and/or checks to virtual/postgresql. (diff) | |
download | gentoo-2-49b43c8ce308da25661911c1a9707d941e52a781.tar.gz gentoo-2-49b43c8ce308da25661911c1a9707d941e52a781.tar.bz2 gentoo-2-49b43c8ce308da25661911c1a9707d941e52a781.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/yate/ChangeLog | 6 | ||||
-rw-r--r-- | net-voip/yate/yate-5.4.0.ebuild | 4 | ||||
-rw-r--r-- | net-voip/yate/yate-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-voip/yate/ChangeLog b/net-voip/yate/ChangeLog index 78a7a56ccf20..9a6a07c35a4d 100644 --- a/net-voip/yate/ChangeLog +++ b/net-voip/yate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-voip/yate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.31 2014/07/27 21:41:21 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.32 2014/11/03 13:52:55 titanofold Exp $ + + 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> yate-5.4.0.ebuild, + yate-9999.ebuild: + Update PostgreSQL dependencies and/or checks to virtual/postgresql. 27 Jul 2014; Rick Farina <zerochaos@gentoo.org> yate-5.4.0.ebuild, yate-9999.ebuild: diff --git a/net-voip/yate/yate-5.4.0.ebuild b/net-voip/yate/yate-5.4.0.ebuild index ef07f67a767d..4ed4fd3a90ef 100644 --- a/net-voip/yate/yate-5.4.0.ebuild +++ b/net-voip/yate/yate-5.4.0.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/yate/yate-5.4.0.ebuild,v 1.2 2014/07/27 21:41:21 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild,v 1.3 2014/11/03 13:52:55 titanofold Exp $ EAPI=5 @@ -24,7 +24,7 @@ SLOT="0" IUSE="doc sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc +ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex h323 spandsp +ssl qt4 +zlib amrnb" RDEPEND=" - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) mysql? ( virtual/mysql ) gsm? ( media-sound/gsm ) speex? ( media-libs/speex ) diff --git a/net-voip/yate/yate-9999.ebuild b/net-voip/yate/yate-9999.ebuild index 0cb20b45a899..f4c30d0c8ade 100644 --- a/net-voip/yate/yate-9999.ebuild +++ b/net-voip/yate/yate-9999.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/yate/yate-9999.ebuild,v 1.5 2014/07/27 21:41:21 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-9999.ebuild,v 1.6 2014/11/03 13:52:55 titanofold Exp $ EAPI=5 @@ -24,7 +24,7 @@ SLOT="0" IUSE="doc sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc +ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex h323 spandsp +ssl qt4 +zlib amrnb" RDEPEND=" - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) mysql? ( virtual/mysql ) gsm? ( media-sound/gsm ) speex? ( media-libs/speex ) |