summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-05-04 07:33:12 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-05-04 07:33:12 +0000
commit1e5f166fb22508d71f6bfa0efed2694c0c5373b0 (patch)
tree43976acb76c5e7f90d588a4dc2e74382ea713b8a /sys-libs/tevent
parentFix building with dev-libs/glib >= 2.31 wrt #412365 by Daniel Kuehn and Elis ... (diff)
downloadgentoo-2-1e5f166fb22508d71f6bfa0efed2694c0c5373b0.tar.gz
gentoo-2-1e5f166fb22508d71f6bfa0efed2694c0c5373b0.tar.bz2
gentoo-2-1e5f166fb22508d71f6bfa0efed2694c0c5373b0.zip
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'sys-libs/tevent')
-rw-r--r--sys-libs/tevent/ChangeLog6
-rw-r--r--sys-libs/tevent/tevent-0.9.14-r1.ebuild4
-rw-r--r--sys-libs/tevent/tevent-0.9.15.ebuild4
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 )