From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lowdown/
Date: Sat, 01 Feb 2025 09:22:33 +0000 (UTC) [thread overview]
Message-ID: <1738401653.7648a2badc36c4acdc7f51667ffa613d5fa832ce.flow@gentoo> (raw)
commit: 7648a2badc36c4acdc7f51667ffa613d5fa832ce
Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Thu Jan 23 15:35:33 2025 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Feb 1 09:20:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7648a2ba
app-text/lowdown: fix prefix installation
We can't switch to econf from configure, because this uses oconfigure[^1]
and oconfigure doesn't recognize `--prefix` as valid command line argument
only `PREFIX`
[^1]: https://github.com/kristapsdz/oconfigure
Co-authored-by: Christian Ludwig <chrissicool <AT> gmail.com>
Closes: https://bugs.gentoo.org/947349
Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40274
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-text/lowdown/lowdown-1.3.2.ebuild | 6 +++---
app-text/lowdown/lowdown-1.4.0.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/app-text/lowdown/lowdown-1.3.2.ebuild b/app-text/lowdown/lowdown-1.3.2.ebuild
index d26df7daa0ed..5439d2e6de7c 100644
--- a/app-text/lowdown/lowdown-1.3.2.ebuild
+++ b/app-text/lowdown/lowdown-1.3.2.ebuild
@@ -52,11 +52,11 @@ src_configure() {
tc-export CC AR
./configure \
- PREFIX="/usr" \
- MANDIR="/usr/share/man" \
+ PREFIX="${EPREFIX}/usr" \
+ MANDIR="${EPREFIX}/usr/share/man" \
LDFLAGS="${LDFLAGS}" \
CPPFLAGS="${CPPFLAGS}" \
- LIBDIR="/usr/$(get_libdir)" \
+ LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
|| die "./configure failed"
}
diff --git a/app-text/lowdown/lowdown-1.4.0.ebuild b/app-text/lowdown/lowdown-1.4.0.ebuild
index d26df7daa0ed..5439d2e6de7c 100644
--- a/app-text/lowdown/lowdown-1.4.0.ebuild
+++ b/app-text/lowdown/lowdown-1.4.0.ebuild
@@ -52,11 +52,11 @@ src_configure() {
tc-export CC AR
./configure \
- PREFIX="/usr" \
- MANDIR="/usr/share/man" \
+ PREFIX="${EPREFIX}/usr" \
+ MANDIR="${EPREFIX}/usr/share/man" \
LDFLAGS="${LDFLAGS}" \
CPPFLAGS="${CPPFLAGS}" \
- LIBDIR="/usr/$(get_libdir)" \
+ LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
|| die "./configure failed"
}
next reply other threads:[~2025-02-01 9:22 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-01 9:22 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-05 14:13 [gentoo-commits] repo/gentoo:master commit in: app-text/lowdown/ Arthur Zamarin
2025-06-06 0:08 Sam James
2025-06-05 20:21 Arthur Zamarin
2025-06-05 20:21 Arthur Zamarin
2025-06-05 20:21 Arthur Zamarin
2025-03-29 7:41 Arthur Zamarin
2025-02-20 18:41 Patrick McLean
2025-02-01 9:22 Florian Schmaus
2025-01-29 18:23 Sam James
2025-01-06 18:41 Patrick McLean
2025-01-06 18:41 Patrick McLean
2025-01-05 12:15 WANG Xuerui
2024-12-10 18:10 Patrick McLean
2024-12-06 17:16 Patrick McLean
2024-12-06 17:15 Patrick McLean
2024-11-10 18:38 James Le Cuirot
2024-11-10 0:43 Jakov Smolić
2024-11-09 9:02 Arthur Zamarin
2024-11-09 9:02 Arthur Zamarin
2024-11-05 20:43 Sam James
2024-11-05 20:43 Sam James
2024-11-01 21:40 Patrick McLean
2024-11-01 21:40 Patrick McLean
2024-10-25 22:21 Sam James
2024-10-04 19:25 Patrick McLean
2024-09-24 23:00 Patrick McLean
2023-12-15 18:53 Patrick McLean
2023-04-21 17:22 Patrick McLean
2023-03-08 23:21 Patrick McLean
2023-03-08 23:21 Patrick McLean
2023-02-06 3:58 Patrick McLean
2022-10-30 22:30 Sam James
2022-05-20 18:47 Jakov Smolić
2022-04-02 5:25 Patrick McLean
2021-06-20 23:40 Sam James
2021-04-17 22:39 Patrick McLean
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=1738401653.7648a2badc36c4acdc7f51667ffa613d5fa832ce.flow@gentoo \
--to=flow@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