diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-05-15 18:36:06 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-05-15 18:36:06 +0000 |
commit | 0a4783a9e1e1eda9081cac4d59756d40eff04df3 (patch) | |
tree | c3cdb306d1ee9b559a041f97cdf02bb96994eb68 /app-emulation/xen | |
parent | Version bump (diff) | |
download | gentoo-2-0a4783a9e1e1eda9081cac4d59756d40eff04df3.tar.gz gentoo-2-0a4783a9e1e1eda9081cac4d59756d40eff04df3.tar.bz2 gentoo-2-0a4783a9e1e1eda9081cac4d59756d40eff04df3.zip |
epatch_user helper added wrt Bug #464052
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.2.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index ae49cdcfffc7..ce5c8c951a95 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.115 2013/05/15 18:03:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.116 2013/05/15 18:36:06 idella4 Exp $ + + 15 May 2013; Ian Delaney <idella4@gentoo.org> xen-4.2.1-r1.ebuild, + xen-4.2.1-r2.ebuild, xen-4.2.2.ebuild: + epatch_user helper added wrt Bug #464052 *xen-4.2.2 (15 May 2013) *xen-4.2.1-r3 (15 May 2013) diff --git a/app-emulation/xen/xen-4.2.2.ebuild b/app-emulation/xen/xen-4.2.2.ebuild index b8dcda756a27..73b0afff086f 100644 --- a/app-emulation/xen/xen-4.2.2.ebuild +++ b/app-emulation/xen/xen-4.2.2.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/xen-4.2.2.ebuild,v 1.1 2013/05/15 18:03:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.2.ebuild,v 1.2 2013/05/15 18:36:06 idella4 Exp $ EAPI=5 @@ -89,6 +89,8 @@ src_prepare() { #Security patches epatch "${FILESDIR}"/${PN}-4-CVE-2013-1918-XSA-45_[1-7].patch + + epatch_user } src_configure() { |