diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-05-23 11:55:57 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-05-23 11:55:57 +0000 |
commit | 81e5430c345159586d1e5547e293bd5d8d41620f (patch) | |
tree | 46f445df660fa1db6d3145174a95399bb129b7f7 /app-emulation/xen-pvgrub | |
parent | Stable for amd64, wrt bug #470488 (diff) | |
download | gentoo-2-81e5430c345159586d1e5547e293bd5d8d41620f.tar.gz gentoo-2-81e5430c345159586d1e5547e293bd5d8d41620f.tar.bz2 gentoo-2-81e5430c345159586d1e5547e293bd5d8d41620f.zip |
Add jajl to DEPEND, fixes Bug #471008' by ago
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation/xen-pvgrub')
-rw-r--r-- | app-emulation/xen-pvgrub/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.2.1-r2.ebuild | 6 |
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() { |