diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-15 05:27:27 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-15 05:27:27 +0000 |
commit | c7e482ef614797639e3911b1bb8a435f57bfa13b (patch) | |
tree | 4535ae6260a32088293a84c9f4de1f152f609367 /app-emulation | |
parent | Fix bug #422621 and bug #467522. (diff) | |
download | gentoo-2-c7e482ef614797639e3911b1bb8a435f57bfa13b.tar.gz gentoo-2-c7e482ef614797639e3911b1bb8a435f57bfa13b.tar.bz2 gentoo-2-c7e482ef614797639e3911b1bb8a435f57bfa13b.zip |
Whitespace
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
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 a5930de5835f..17c82c35665a 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.37 2013/07/31 14:19:31 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog,v 1.38 2013/08/15 05:27:27 patrick Exp $ + + 15 Aug 2013; Patrick Lauer <patrick@gentoo.org> xen-pvgrub-4.2.2-r1.ebuild: + Whitespace 31 Jul 2013; Ian Delaney <idella4@gentoo.org> +files/xen-pvgrub-4-qa.patch, +files/xen-pvgrub-4.2-jserver.patch, -files/xen-4.2.0-jserver.patch, 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 212c76118583..4cfb099749cd 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.5 2013/07/31 08:26:21 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.2.2-r1.ebuild,v 1.6 2013/08/15 05:27:27 patrick Exp $ EAPI=4 PYTHON_DEPEND="2:2.6" @@ -107,7 +107,7 @@ src_prepare() { "${FILESDIR}"/xen-4.2-CVE-2013-16-XSA-55.patch \ "${FILESDIR}"/xen-4.2-CVE-2013-17-XSA-55.patch \ "${FILESDIR}"/xen-4.2-CVE-2013-18to19-XSA-55.patch \ - "${FILESDIR}"/xen-4.2-CVE-2013-20to23-XSA-55.patch \ + "${FILESDIR}"/xen-4.2-CVE-2013-20to23-XSA-55.patch #Substitute for internal downloading. pciutils copied only due to the only .bz2 cp $DISTDIR/pciutils-2.2.9.tar.bz2 ./stubdom/ || die "pciutils not copied to stubdom" |