diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2008-01-14 16:40:13 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2008-01-14 16:40:13 +0000 |
commit | 0c7483c7ff2881ab5702670f875fe10400cd78dd (patch) | |
tree | f4e28d4ae26659ccd6ac6c6805019c79c1b5807a /sys-apps/irqbalance | |
parent | Stable for HPPA (bug #204760). (diff) | |
download | gentoo-2-0c7483c7ff2881ab5702670f875fe10400cd78dd.tar.gz gentoo-2-0c7483c7ff2881ab5702670f875fe10400cd78dd.tar.bz2 gentoo-2-0c7483c7ff2881ab5702670f875fe10400cd78dd.zip |
Add pkgconfig dependency for the Evil Compile Person <bugs@dev.gentooexperimental.org>, closes bug #204717.
(Portage version: 2.1.4)
Diffstat (limited to 'sys-apps/irqbalance')
-rw-r--r-- | sys-apps/irqbalance/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/irqbalance/irqbalance-0.55-r1.ebuild | 7 | ||||
-rw-r--r-- | sys-apps/irqbalance/irqbalance-0.55.ebuild | 7 |
3 files changed, 15 insertions, 8 deletions
diff --git a/sys-apps/irqbalance/ChangeLog b/sys-apps/irqbalance/ChangeLog index 28f29276b7a2..7d0aaabefe8e 100644 --- a/sys-apps/irqbalance/ChangeLog +++ b/sys-apps/irqbalance/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/irqbalance -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/ChangeLog,v 1.19 2007/08/25 18:06:58 vapier Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/ChangeLog,v 1.20 2008/01/14 16:40:13 chainsaw Exp $ + + 14 Jan 2008; Tony Vroon <chainsaw@gentoo.org> irqbalance-0.55.ebuild, + irqbalance-0.55-r1.ebuild: + Add pkgconfig dependency for the Evil Compile Person + <bugs@dev.gentooexperimental.org>, closes bug #204717. *irqbalance-0.55-r1 (25 Aug 2007) diff --git a/sys-apps/irqbalance/irqbalance-0.55-r1.ebuild b/sys-apps/irqbalance/irqbalance-0.55-r1.ebuild index 777977f85265..24425e72ff08 100644 --- a/sys-apps/irqbalance/irqbalance-0.55-r1.ebuild +++ b/sys-apps/irqbalance/irqbalance-0.55-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.55-r1.ebuild,v 1.1 2007/08/25 18:06:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.55-r1.ebuild,v 1.2 2008/01/14 16:40:13 chainsaw Exp $ inherit eutils @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="=dev-libs/glib-2*" +DEPEND="=dev-libs/glib-2* + dev-util/pkgconfig" src_unpack() { unpack ${P}.tar.gz diff --git a/sys-apps/irqbalance/irqbalance-0.55.ebuild b/sys-apps/irqbalance/irqbalance-0.55.ebuild index eb94a94a38a4..d5283ad8f348 100644 --- a/sys-apps/irqbalance/irqbalance-0.55.ebuild +++ b/sys-apps/irqbalance/irqbalance-0.55.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.55.ebuild,v 1.5 2007/04/06 20:26:43 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.55.ebuild,v 1.6 2008/01/14 16:40:13 chainsaw Exp $ inherit eutils @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="=dev-libs/glib-2*" +DEPEND="=dev-libs/glib-2* + dev-util/pkgconfig" src_unpack() { unpack ${A} |