diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-03-25 08:41:09 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-03-25 08:41:09 +0000 |
commit | 3774e02f1198f7856edfc47c4ee68391ec95e5be (patch) | |
tree | 54d3ef813c7c6651b29c1bde1e465c6180153251 /sys-boot | |
parent | Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. This is usef... (diff) | |
download | historical-3774e02f1198f7856edfc47c4ee68391ec95e5be.tar.gz historical-3774e02f1198f7856edfc47c4ee68391ec95e5be.tar.bz2 historical-3774e02f1198f7856edfc47c4ee68391ec95e5be.zip |
Fix whitespace.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/mbr-gpt/Manifest | 2 | ||||
-rw-r--r-- | sys-boot/mbr-gpt/mbr-gpt-0.0.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/mbr-gpt/Manifest b/sys-boot/mbr-gpt/Manifest index b3131b8b2c36..ef467aabc166 100644 --- a/sys-boot/mbr-gpt/Manifest +++ b/sys-boot/mbr-gpt/Manifest @@ -1,4 +1,4 @@ DIST mbr-gpt_0.0.1.tar.gz 15861 RMD160 1d61afc95e558951709b604e6695a0cfbbf9d5f7 SHA1 e9cd243b8f139169edaf18ea5562a198270a7746 SHA256 c66cc48c6034f1db72ddba187a52f590001a946f87478171b3d362b601b26bc2 -EBUILD mbr-gpt-0.0.1.ebuild 1504 RMD160 5fc8649c465a7bfe17263cb92ce8e7e43b57bc2a SHA1 91d48e66d9acbc0471b638dba78cd7bcd03c7adf SHA256 167290a3ade11a0f565b08322aef8f8de8dc6f6333718fb3ccff27832299f533 +EBUILD mbr-gpt-0.0.1.ebuild 1503 RMD160 e7b43f9567d4602cdfe59dab377ac2c08cb58ace SHA1 472616e656fb24f5ec948d4de8c6759ba7176560 SHA256 a4895749e7d592a544058bd9f47d5e5244b4951793fd03e0c6833da2dd4dc126 MISC ChangeLog 444 RMD160 7a18a9c92829ef546d61829f046a08d51dc3b8d9 SHA1 06fbd64a25f899e1ca5a050ef04058d7b6fe059b SHA256 e56fd8d94dca6c319ccb2f04210e3f6061e2a2983d3a3475fe7b6677e0952ae8 MISC metadata.xml 227 RMD160 e54f63c709ba122fa8d5931652deb3821a967981 SHA1 84c05df3fda91de26beaaf15ffdbf4ea15b3784b SHA256 eb6179099f91f31168c95bd4a018a01f37aa1eb8d9ba8d3ed039056bac71bcf8 diff --git a/sys-boot/mbr-gpt/mbr-gpt-0.0.1.ebuild b/sys-boot/mbr-gpt/mbr-gpt-0.0.1.ebuild index 4f82a8beb6dd..8e677e3b6323 100644 --- a/sys-boot/mbr-gpt/mbr-gpt-0.0.1.ebuild +++ b/sys-boot/mbr-gpt/mbr-gpt-0.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/mbr-gpt/mbr-gpt-0.0.1.ebuild,v 1.1 2008/03/25 08:40:43 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/mbr-gpt/mbr-gpt-0.0.1.ebuild,v 1.2 2008/03/25 08:41:09 robbat2 Exp $ inherit eutils flag-o-matic @@ -45,7 +45,7 @@ src_install() { } pkg_postinst() { - einfo "See the instructions on the homepage, and make sure you know what" + einfo "See the instructions on the homepage, and make sure you know what" einfo "you are doing before touching this. The mbr file does into your" einfo "MBR, or alternatively you can do a creative reboot utilizing the" einfo "boot.elf binary." |