summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-boot/efibootmgr/ChangeLog7
-rw-r--r--sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-boot/efibootmgr/ChangeLog b/sys-boot/efibootmgr/ChangeLog
index a9a43d6c98d2..4616a7c82362 100644
--- a/sys-boot/efibootmgr/ChangeLog
+++ b/sys-boot/efibootmgr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/efibootmgr
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.19 2009/06/02 14:59:56 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.20 2010/03/03 19:44:51 armin76 Exp $
+
+ 03 Mar 2010; Raúl Porcel <armin76@gentoo.org> efibootmgr-0.5.4.ebuild:
+ Add dev-util/pkgconfig to DEPEND, bug #306125
02 Jun 2009; Raúl Porcel <armin76@gentoo.org> -efibootmgr-0.5.3.ebuild,
efibootmgr-0.5.4.ebuild:
diff --git a/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild b/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild
index 7e274584f081..0c8453819cf0 100644
--- a/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild
+++ b/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild,v 1.3 2009/06/02 14:59:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild,v 1.4 2010/03/03 19:44:51 armin76 Exp $
inherit flag-o-matic toolchain-funcs
@@ -14,7 +14,8 @@ KEYWORDS="~amd64 ia64 ~x86"
IUSE=""
RDEPEND="sys-apps/pciutils"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
pkg_config() {
# should prob get moved into tc-funcs or something ...