From: "Aric Belsito" <lluixhi@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: sys-boot/efibootmgr/
Date: Sun, 19 Mar 2017 00:43:47 +0000 (UTC) [thread overview]
Message-ID: <1489882928.1fb59128c35b0a6d9124f93fb2327fc36c10b188.lluixhi@gentoo> (raw)
commit: 1fb59128c35b0a6d9124f93fb2327fc36c10b188
Author: Rasmus Thomsen <rasmus.thomsen <AT> live <DOT> de>
AuthorDate: Sun Mar 19 00:22:08 2017 +0000
Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Sun Mar 19 00:22:08 2017 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=1fb59128
Added quotes to FILESDIR variable
sys-boot/efibootmgr/Manifest | 2 +-
sys-boot/efibootmgr/efibootmgr-14.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-boot/efibootmgr/Manifest b/sys-boot/efibootmgr/Manifest
index b0e4bf1..932df02 100644
--- a/sys-boot/efibootmgr/Manifest
+++ b/sys-boot/efibootmgr/Manifest
@@ -1,4 +1,4 @@
AUX musl.patch 472 SHA256 4710704529f140c66b3ebcbfd9613c6471ea27f4eefaaff05427102ef1cabf58 SHA512 08e06251f62f4723b22a447019e7fe0012282876d80511fbebe459fa6adea3ebdfeb322c2e0243d4cdf7a98506ef094a4c0f0142da634a654496e820d697a889 WHIRLPOOL c977cf2c0a517e497ccd3f6eb572dc364d1cfb92d5c899d7fb808ca55fa6b3c30ce458ae5f0422d900ae9ac1c8b4406934b827dce79f5f93aa691e85a1d77b46
DIST efibootmgr-14.tar.bz2 34972 SHA256 377ec16484414b80afd1b8a586153d7ef55ccf048638080101d49b7c77f37ad8 SHA512 97935f8752440ce236162e174ea3404e907ebddc5877d597a97813da76ad580689fc2e97044885fc860a12a473af7183242b6120e78e53243d35e569fb002baf WHIRLPOOL e5a6860130d9b12274cfe74a962a277989e9961cc8fb70372e8ac0831f79561e30fad0222154c957ed525cf930b912a1d731caff7ef5b2b0987c7cf8f28c4383
-EBUILD efibootmgr-14.ebuild 636 SHA256 4afa6529c6aadcb7cdf342b7ae29afdefe9ede3bc3a40ba8b16621b7147947ae SHA512 2c02ee35fe751757f2cfea135ea8db9076232b2261f95bffc2e1932343cb40933f34f09ae3c7f932a43edf4f7fcdadaec5d233c07c7eb425f8b0ca48bc097c2d WHIRLPOOL a47caa2e4f01c3c040b113cd29f3d44f73401e44ef4b44eda860ca53558c4f7d9b51aaa1f670d01f8be4cf147df69fca8914528b667fab503e40fb2ee73a4fee
+EBUILD efibootmgr-14.ebuild 638 SHA256 a80518cd659f0dbed6c876b484a32b814c9c48e5b4eb540095ec258e8cc22848 SHA512 8e4892b003363395b77b3e4162ae2b50313dfde7d2ebd04123df43abb620b22b51a8f957071fc47aff26f59eba5f20d0479a047ff1a5510ab2dd895de741769e WHIRLPOOL 0516a250d1e9ced19f23b6cdef0c2a0512a05b73c5378f167708bd8014a2ca6fac47f4bb1ebd5e6526eb20c58fee6ac5fc3ca246cc82ce113290d6407f9b20ed
MISC metadata.xml 626 SHA256 44a2b529eab0c2cec715823ecc54948cb93fafb692ac97dd7c8b8bcb4f3170bd SHA512 d52646244bf9c0d10d8c5b986e110944905fc8f898c0330f65cd6c734e6d8cfabf72854cef362f411d3d63fed3f5e22207a7b94d1ea8076e566d8eff228bb33b WHIRLPOOL 56109722d4478b9980f2077a05b9f74f451646a7df62f5c32c9d6ed9de3ccf34c19f670b1c87e1f57573d2231caebdaae86fa3bc91901622d6aa098a8edeb957
diff --git a/sys-boot/efibootmgr/efibootmgr-14.ebuild b/sys-boot/efibootmgr/efibootmgr-14.ebuild
index ae40316..af5bbf9 100644
--- a/sys-boot/efibootmgr/efibootmgr-14.ebuild
+++ b/sys-boot/efibootmgr/efibootmgr-14.ebuild
@@ -21,7 +21,7 @@ DEPEND="${RDEPEND}"
src_prepare() {
default
sed -i -e s/-Werror// Make.defaults || die
- epatch ${FILESDIR}/musl.patch
+ epatch "${FILESDIR}"/musl.patch
}
src_configure() {
next reply other threads:[~2017-03-19 0:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-19 0:43 Aric Belsito [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-03-19 0:43 [gentoo-commits] proj/musl:master commit in: sys-boot/efibootmgr/ Aric Belsito
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1489882928.1fb59128c35b0a6d9124f93fb2327fc36c10b188.lluixhi@gentoo \
--to=lluixhi@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox