diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:33:12 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 07:33:12 +0000 |
commit | f3ef087cf73f17de375dfa68438844f4dc4cdfec (patch) | |
tree | d015f6bc902fa123193bfcea9effc63893a719a5 /sys-libs/tevent | |
parent | Fix building with dev-libs/glib >= 2.31 wrt #412365 by Daniel Kuehn and Elis ... (diff) | |
download | historical-f3ef087cf73f17de375dfa68438844f4dc4cdfec.tar.gz historical-f3ef087cf73f17de375dfa68438844f4dc4cdfec.tar.bz2 historical-f3ef087cf73f17de375dfa68438844f4dc4cdfec.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'sys-libs/tevent')
-rw-r--r-- | sys-libs/tevent/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.14-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.15.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog index 88efcdbdb39c..0b489c0f966a 100644 --- a/sys-libs/tevent/ChangeLog +++ b/sys-libs/tevent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/tevent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.14 2012/04/21 12:10:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.15 2012/05/04 07:33:12 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> tevent-0.9.14-r1.ebuild, + tevent-0.9.15.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 21 Apr 2012; Markus Meier <maekke@gentoo.org> tevent-0.9.15.ebuild: add ~arm, bug #412489 diff --git a/sys-libs/tevent/tevent-0.9.14-r1.ebuild b/sys-libs/tevent/tevent-0.9.14-r1.ebuild index f82bdd7254ba..f12e1751879f 100644 --- a/sys-libs/tevent/tevent-0.9.14-r1.ebuild +++ b/sys-libs/tevent/tevent-0.9.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.14-r1.ebuild,v 1.3 2012/02/25 16:36:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.14-r1.ebuild,v 1.4 2012/05/04 07:33:12 jdhore Exp $ EAPI=4 PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/python-2.4.2 >=sys-libs/talloc-2.0.6[python]" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" PATCHES=( "${FILESDIR}"/add-py-file-${PV}.patch "${FILESDIR}"/tevent-version.patch ) diff --git a/sys-libs/tevent/tevent-0.9.15.ebuild b/sys-libs/tevent/tevent-0.9.15.ebuild index 767afbdd2117..f4296595d394 100644 --- a/sys-libs/tevent/tevent-0.9.15.ebuild +++ b/sys-libs/tevent/tevent-0.9.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.15.ebuild,v 1.2 2012/04/21 12:10:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.15.ebuild,v 1.3 2012/05/04 07:33:12 jdhore Exp $ EAPI=4 PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/python-2.4.2 >=sys-libs/talloc-2.0.6[python]" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" WAF_BINARY="${S}/buildtools/bin/waf" PATCHES=( "${FILESDIR}"/add-py-file.patch ) |