diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-09-26 10:13:20 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-09-26 10:13:20 +0000 |
commit | f35f1f340573955911885db1370050fa007882be (patch) | |
tree | 7361b2bcdc3e3d2c9b6252c052b1db4cd1481583 /app-emulation | |
parent | Delete temp. entry of =app-emulation/xen-tools-4.2.1-r3 wrt Bug #484524 (diff) | |
download | gentoo-2-f35f1f340573955911885db1370050fa007882be.tar.gz gentoo-2-f35f1f340573955911885db1370050fa007882be.tar.bz2 gentoo-2-f35f1f340573955911885db1370050fa007882be.zip |
Correct jserver.patch name in xen-pvgrub-4.2.2-r1, fixes Bug #485248
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-pvgrub/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.2.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen-pvgrub/ChangeLog b/app-emulation/xen-pvgrub/ChangeLog index 1952e7ba5d3e..3db5482a0c49 100644 --- a/app-emulation/xen-pvgrub/ChangeLog +++ b/app-emulation/xen-pvgrub/ChangeLog @@ -1,6 +1,9 @@ # 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.39 2013/08/23 13:14:52 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog,v 1.40 2013/09/26 10:13:20 idella4 Exp $ + + 26 Sep 2013; Ian Delaney <idella4@gentoo.org> xen-pvgrub-4.2.2-r1.ebuild: + Correct jserver.patch name in xen-pvgrub-4.2.2-r1, fixes Bug #485248 23 Aug 2013; Ian Delaney <idella4@gentoo.org> xen-pvgrub-4.2.1-r3.ebuild, xen-pvgrub-4.2.2-r1.ebuild, xen-pvgrub-4.3.0.ebuild: diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.2.2-r1.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.2.2-r1.ebuild index c0374db24979..cbe6aa74584f 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.2.2-r1.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.2.2-r1.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.2-r1.ebuild,v 1.7 2013/08/23 13:14:52 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.2-r1.ebuild,v 1.8 2013/09/26 10:13:20 idella4 Exp $ EAPI=4 PYTHON_DEPEND="2:2.6" @@ -84,7 +84,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN/-pvgrub/}-4-fix_dotconfig-gcc.patch # fix jobserver in Makefile - epatch "${FILESDIR}"/${PN/-pvgrub/}-4.2.0-jserver.patch + epatch "${FILESDIR}"/${PN}-4.2-jserver.patch # gcc warnings/QA fix epatch "${FILESDIR}"/${PN}-4-qa.patch |