public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Vitaly Zdanevich" <zdanevich.vitaly@ya.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-arch/microtar/
Date: Wed, 17 Jul 2024 09:24:41 +0000 (UTC)	[thread overview]
Message-ID: <1721208247.48c0bb14964c4649f07bc01f130bda14a08b0afb.zdanevich.vitaly@gentoo> (raw)

commit:     48c0bb14964c4649f07bc01f130bda14a08b0afb
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed Jul 17 09:24:07 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Wed Jul 17 09:24:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48c0bb14

app-arch/microtar: ExcessiveLineLength fix

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-arch/microtar/microtar-0.1.0.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-arch/microtar/microtar-0.1.0.ebuild b/app-arch/microtar/microtar-0.1.0.ebuild
index e5ec79063..55264e127 100644
--- a/app-arch/microtar/microtar-0.1.0.ebuild
+++ b/app-arch/microtar/microtar-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,13 @@ KEYWORDS="~amd64"
 
 src_compile() {
 	tc-export CC
-	${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -I./src -fPIC -shared -Wl,-soname=libmicrotar.so src/microtar.c -o libmicrotar.so
+	${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} \
+		-I./src \
+		-fPIC \
+		-shared \
+		-Wl,-soname=libmicrotar.so \
+		src/microtar.c \
+		-o libmicrotar.so
 }
 
 src_install() {


             reply	other threads:[~2024-07-17  9:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-17  9:24 Vitaly Zdanevich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-17 11:09 [gentoo-commits] repo/proj/guru:dev commit in: app-arch/microtar/ Lucio Sauer
2022-04-20 21:57 Alessandro Barbieri

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=1721208247.48c0bb14964c4649f07bc01f130bda14a08b0afb.zdanevich.vitaly@gentoo \
    --to=zdanevich.vitaly@ya.ru \
    --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