diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 07:27:48 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 07:27:48 +0000 |
commit | 78b82196ca3242b2921a493636b5762b6c59c3a6 (patch) | |
tree | 00acdc783d125ed96255783a8ddea0f054788eca /net-voip/yate | |
parent | Change pkgconfig dependency to virtual/pkgconfig. (diff) | |
download | gentoo-2-78b82196ca3242b2921a493636b5762b6c59c3a6.tar.gz gentoo-2-78b82196ca3242b2921a493636b5762b6c59c3a6.tar.bz2 gentoo-2-78b82196ca3242b2921a493636b5762b6c59c3a6.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'net-voip/yate')
-rw-r--r-- | net-voip/yate/ChangeLog | 5 | ||||
-rw-r--r-- | net-voip/yate/yate-2.0.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-voip/yate/ChangeLog b/net-voip/yate/ChangeLog index f99e2d835f75..666c09f43759 100644 --- a/net-voip/yate/ChangeLog +++ b/net-voip/yate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/yate # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.14 2012/03/25 10:25:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.15 2012/05/03 07:27:48 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> yate-2.0.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 25 Mar 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Set herd as primary maintainer as talked with volkmar. diff --git a/net-voip/yate/yate-2.0.0.ebuild b/net-voip/yate/yate-2.0.0.ebuild index 718da4b2af9d..9d49f01d4d81 100644 --- a/net-voip/yate/yate-2.0.0.ebuild +++ b/net-voip/yate/yate-2.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-2.0.0.ebuild,v 1.4 2011/03/02 18:42:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-2.0.0.ebuild,v 1.5 2012/05/03 07:27:48 jdhore Exp $ EAPI="2" @@ -32,7 +32,7 @@ RDEPEND=" speex? ( media-libs/speex ) ssl? ( dev-libs/openssl )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${PN} |