summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/xen-pvgrub/ChangeLog6
-rw-r--r--app-emulation/xen-pvgrub/xen-pvgrub-4.2.1-r2.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emulation/xen-pvgrub/ChangeLog b/app-emulation/xen-pvgrub/ChangeLog
index 7200c8d25dcc..61d4dc245b68 100644
--- a/app-emulation/xen-pvgrub/ChangeLog
+++ b/app-emulation/xen-pvgrub/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/xen-pvgrub
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog,v 1.24 2013/05/20 14:15:45 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog,v 1.25 2013/05/23 11:55:57 idella4 Exp $
+
+ 23 May 2013; Ian Delaney <idella4@gentoo.org> xen-pvgrub-4.2.0-r1.ebuild,
+ xen-pvgrub-4.2.1-r1.ebuild, xen-pvgrub-4.2.1-r2.ebuild:
+ Add jajl to DEPEND, fixes Bug #471008' by ago
*xen-pvgrub-4.2.1-r2 (20 May 2013)
*xen-pvgrub-4.2.2 (20 May 2013)
diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.2.1-r2.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.2.1-r2.ebuild
index 0447dd542a15..69fcfa5f808c 100644
--- a/app-emulation/xen-pvgrub/xen-pvgrub-4.2.1-r2.ebuild
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.2.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.1-r2.ebuild,v 1.1 2013/05/20 14:15:45 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.1-r2.ebuild,v 1.2 2013/05/23 11:55:57 idella4 Exp $
EAPI=4
PYTHON_DEPEND="2:2.6"
@@ -27,8 +27,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="custom-cflags"
-DEPEND="sys-devel/gettext"
-
+DEPEND="sys-devel/gettext
+ dev-libs/yajl"
RDEPEND=">=app-emulation/xen-4.2.1"
pkg_setup() {