public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aric Belsito" <lluixhi@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: net-libs/libnsl/
Date: Sat, 16 Sep 2017 23:32:37 +0000 (UTC)	[thread overview]
Message-ID: <1505604725.e1a067c5f6ac27ab2ade3a6220489b21355ed8f3.lluixhi@gentoo> (raw)

commit:     e1a067c5f6ac27ab2ade3a6220489b21355ed8f3
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Sat Sep 16 23:32:05 2017 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Sat Sep 16 23:32:05 2017 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=e1a067c5

net-libs/libnsl: fix __always_inline

 net-libs/libnsl/Manifest            | 2 +-
 net-libs/libnsl/libnsl-1.1.0.ebuild | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-libs/libnsl/Manifest b/net-libs/libnsl/Manifest
index 8367efc..6e4241c 100644
--- a/net-libs/libnsl/Manifest
+++ b/net-libs/libnsl/Manifest
@@ -1,3 +1,3 @@
 DIST libnsl-1.1.0.tar.gz 209148 SHA256 a23cfcf7f29f168b95e821d01217600096c05be8cd5c085450cb4f160425277b SHA512 12555ed701d06247b6774c6c2759ada280ffce73820976adb4aaa48b50b97121b1805412541778dfcdd8845af6a10b2e5a9dc0eb7b953e84467d0a40ad3360cd WHIRLPOOL c347bbd72b75d1e3ab0069f802da8e4e4e4931a8a61b4abed1dd664c4576e7e22e96c012858c684ec79a981aea84460eae3a2ccb8e94aa7bfecfdd99c3e54730
-EBUILD libnsl-1.1.0.ebuild 967 SHA256 a9123cdd506a2be6455829c046df1e1e9d606cb2042303ec25b55677a7e69d0e SHA512 e99ec0a2a5c3afd0486d5925ce9027a9327108effdb2d403d79d04f698e7168ee20790a126ac19f099ce6f41ddb886010ab4ac7a56315fc2bb44fb87876fefe8 WHIRLPOOL 35bc4be387b9e1a277c87413b69fc811d8a8dafef89aea60240108ef7bc5bc27fdaf3bd6eb51326b3d92dbafb70c4febc96d3a9470fa16839285a54687b5fd1f
+EBUILD libnsl-1.1.0.ebuild 1006 SHA256 dae9457daf893d82cbaab00ee2bc72bd2a2e17477558d29120e905068e4c1183 SHA512 98459d3710f1cc93f3e70c40b89b0a65c9827831826d18790e9ef22235f18af2b057a90f495c0777e9e734496bed4c5a986fa3cad1cee27fe6eb3407638b26aa WHIRLPOOL dff95f9c0317e9e20abd3a703e571bba6c2004cebb2cc46f56d0c9880d9eb5475ee92ef0d04099da490af85997afcc203b80c8d2a146175f0adde5188ae83f36
 MISC metadata.xml 379 SHA256 ebf32af5bc074fc17a37c93745bc34847424be60d6d5d23a69d88baabc554bcf SHA512 00a77262e76176fbc54ff2d1d8ba070868f185f5f940abd25ad1af80fd52f1560c9e0290c42283a98519a653a334ed6dfd4e0f8540d10946253b3afc205bb753 WHIRLPOOL eab5963365c94d28e5e60cc0b4eaee3d576bf8cc3372eb739f0fcbdbf4f3c37fc1af7c90b39866e476fdcd2d529b7e78f2bbcc1d3b938c047702d09db3141fa6

diff --git a/net-libs/libnsl/libnsl-1.1.0.ebuild b/net-libs/libnsl/libnsl-1.1.0.ebuild
index f9d9ea0..3fbbc6b 100644
--- a/net-libs/libnsl/libnsl-1.1.0.ebuild
+++ b/net-libs/libnsl/libnsl-1.1.0.ebuild
@@ -28,6 +28,7 @@ src_prepare(){
 		sed -e 's|^__BEGIN_DECLS$|#ifdef __cplusplus\nextern "C" {\n#endif|' \
 		    -e 's|^__END_DECLS$|#ifdef __cplusplus\n}\n#endif|' \
 		    -e 's| __THROW||' \
+		    -e 's|__always_inline|inline|' \
 		    -i {} \; || die
 	eautoreconf
 }


             reply	other threads:[~2017-09-16 23:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-16 23:32 Aric Belsito [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-22 18:01 [gentoo-commits] proj/musl:master commit in: net-libs/libnsl/ Aric Belsito
2017-11-12 19:33 Aric Belsito
2017-09-16 23:55 Aric Belsito
2017-09-16 23:26 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=1505604725.e1a067c5f6ac27ab2ade3a6220489b21355ed8f3.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