public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ocrad/
Date: Wed, 29 Dec 2021 03:58:13 +0000 (UTC)	[thread overview]
Message-ID: <1640750279.873d874069600e85391fd46206665c70751f0beb.sam@gentoo> (raw)

commit:     873d874069600e85391fd46206665c70751f0beb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 29 03:57:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 29 03:57:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873d8740

app-text/ocrad: don't call AR directly

Closes: https://bugs.gentoo.org/722474
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/ocrad/ocrad-0.27.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/app-text/ocrad/ocrad-0.27.ebuild b/app-text/ocrad/ocrad-0.27.ebuild
index d7001dd7c77e..be1acd75228b 100644
--- a/app-text/ocrad/ocrad-0.27.ebuild
+++ b/app-text/ocrad/ocrad-0.27.ebuild
@@ -13,9 +13,9 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86"
 
-DEPEND="$(unpacker_src_uri_depends)"
+BDEPEND="$(unpacker_src_uri_depends)"
 
-DOCS="AUTHORS ChangeLog NEWS README"
+DOCS=( AUTHORS ChangeLog NEWS README )
 
 src_configure() {
 	# ./configure is not based on autotools
@@ -27,8 +27,13 @@ src_configure() {
 		--prefix=/usr || die
 }
 
+src_compile() {
+	emake AR="$(tc-getAR)"
+}
+
 src_install() {
 	default
+
 	doman doc/${PN}.1
 	doinfo doc/${PN}.info
 }


             reply	other threads:[~2021-12-29  3:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-29  3:58 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-22 18:54 [gentoo-commits] repo/gentoo:master commit in: app-text/ocrad/ Conrad Kostecki
2024-06-22 18:54 Conrad Kostecki
2022-10-18  2:28 Sam James
2021-12-29  3:39 Jonas Stein
2021-07-28  3:12 Sam James
2021-07-28  3:12 Sam James
2020-01-01 19:18 Mikle Kolyada
2020-01-01 19:18 Mikle Kolyada
2020-01-01 19:16 Mikle Kolyada
2017-04-23 12:36 Alexis Ballier

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=1640750279.873d874069600e85391fd46206665c70751f0beb.sam@gentoo \
    --to=sam@gentoo.org \
    --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