diff options
author | 2014-12-06 06:02:52 +0000 | |
---|---|---|
committer | 2014-12-06 06:02:52 +0000 | |
commit | 36a7bdf2ad005ace8b14f3a4e23046aa19c7020c (patch) | |
tree | 74486d9cf4416be298ac0fd5d2bfa59477a51ec3 /sys-boot | |
parent | Respect CC. (diff) | |
download | gentoo-2-36a7bdf2ad005ace8b14f3a4e23046aa19c7020c.tar.gz gentoo-2-36a7bdf2ad005ace8b14f3a4e23046aa19c7020c.tar.bz2 gentoo-2-36a7bdf2ad005ace8b14f3a4e23046aa19c7020c.zip |
Remove unneeded blank line
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/grub-2.02_beta2-r5.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 80ea6cb7ea11..b3f555562ccd 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.334 2014/12/06 03:25:14 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.335 2014/12/06 06:02:52 patrick Exp $ + + 06 Dec 2014; Patrick Lauer <patrick@gentoo.org> grub-2.02_beta2-r5.ebuild: + Remove unneeded blank line 06 Dec 2014; Mike Gilbert <floppym@gentoo.org> files/grub-2.02_beta2-bash-completions.patch: diff --git a/sys-boot/grub/grub-2.02_beta2-r5.ebuild b/sys-boot/grub/grub-2.02_beta2-r5.ebuild index c1aa7bbcaa87..5a8e751f185b 100644 --- a/sys-boot/grub/grub-2.02_beta2-r5.ebuild +++ b/sys-boot/grub/grub-2.02_beta2-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r5.ebuild,v 1.2 2014/12/06 03:09:58 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r5.ebuild,v 1.3 2014/12/06 06:02:52 patrick Exp $ EAPI=5 @@ -291,7 +291,6 @@ src_install() { use doc && multibuild_for_best_variant run_in_build_dir \ emake -C docs DESTDIR="${D}" install-html - insinto /etc/default newins "${FILESDIR}"/grub.default-3 grub } |