From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtd-utils/
Date: Thu, 26 Sep 2024 08:08:20 +0000 (UTC) [thread overview]
Message-ID: <1727338097.4d825be7c42f1a6a024ddee07c016e074d2684c7.robbat2@gentoo> (raw)
commit: 4d825be7c42f1a6a024ddee07c016e074d2684c7
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 08:04:22 2024 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 08:08:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d825be7
sys-fs/mtd-utils: improve configure opts
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
Closes: https://bugs.gentoo.org/940249
sys-fs/mtd-utils/metadata.xml | 3 +++
.../{mtd-utils-2.2.1.ebuild => mtd-utils-2.2.1-r1.ebuild} | 14 ++++++++++----
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/sys-fs/mtd-utils/metadata.xml b/sys-fs/mtd-utils/metadata.xml
index 85989de1c9ac..1a40eb3fdbdb 100644
--- a/sys-fs/mtd-utils/metadata.xml
+++ b/sys-fs/mtd-utils/metadata.xml
@@ -12,4 +12,7 @@
<upstream>
<remote-id type="cpe">cpe:/a:mtd-utils_project:mtd-utils</remote-id>
</upstream>
+ <use>
+ <flag name="ubifs">Build UBIFS tools</flag>
+ </use>
</pkgmetadata>
diff --git a/sys-fs/mtd-utils/mtd-utils-2.2.1.ebuild b/sys-fs/mtd-utils/mtd-utils-2.2.1-r1.ebuild
similarity index 76%
rename from sys-fs/mtd-utils/mtd-utils-2.2.1.ebuild
rename to sys-fs/mtd-utils/mtd-utils-2.2.1-r1.ebuild
index bdc80fbd7c37..cedbe3c1639e 100644
--- a/sys-fs/mtd-utils/mtd-utils-2.2.1.ebuild
+++ b/sys-fs/mtd-utils/mtd-utils-2.2.1-r1.ebuild
@@ -12,7 +12,8 @@ SRC_URI="https://infraroot.at/pub/mtd/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
-IUSE="+lzo +ssl test xattr +zstd"
+IUSE="+lzo +ssl test xattr +zstd ubifs"
+REQUIRED_USE="ubifs? ( lzo ssl xattr zstd )"
RESTRICT="!test? ( test )"
DEPEND="
@@ -34,14 +35,19 @@ src_prepare() {
}
src_configure() {
- # --enable-tests is for test programs that are installed
+ # --with-tests is for test programs that are installed; was --enable-tests in earlier versions
local myeconfargs=(
- --enable-tests
+ --with-tests
+ --with-zlib
+ --enable-ubihealthd
+ --with-lsmtd
+ --with-jffs
$(use_enable test unit-tests)
$(use_with lzo)
- $(use_with ssl ubifs)
$(use_with xattr)
$(use_with zstd)
+ $(use_with ubifs)
+ $(use_with ubifs crypto) # UBIFS-specific crypto support
)
econf "${myeconfargs[@]}"
}
next reply other threads:[~2024-09-26 8:08 UTC|newest]
Thread overview: 82+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-26 8:08 Robin H. Johnson [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 8:58 [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtd-utils/ Arthur Zamarin
2025-03-08 6:46 Arthur Zamarin
2025-03-08 1:41 Sam James
2025-03-08 1:41 Sam James
2025-03-08 1:37 Sam James
2025-03-08 1:10 Jakov Smolić
2025-03-07 11:24 Sam James
2025-03-07 11:24 Sam James
2025-03-01 23:28 Conrad Kostecki
2024-10-30 16:58 Sam James
2024-10-27 6:50 Arthur Zamarin
2024-10-25 21:31 Sam James
2024-10-25 21:25 Sam James
2024-10-25 21:25 Sam James
2024-10-25 21:25 Sam James
2024-09-25 16:20 Robin H. Johnson
2023-12-31 2:45 Conrad Kostecki
2023-12-23 18:45 Jakov Smolić
2023-12-23 18:45 Jakov Smolić
2023-12-22 13:29 Arthur Zamarin
2023-10-04 18:32 Arthur Zamarin
2023-10-03 22:45 Sam James
2023-10-03 22:39 Sam James
2023-10-03 22:39 Sam James
2023-10-03 22:39 Sam James
2023-09-25 16:52 Jakov Smolić
2023-09-25 16:52 Jakov Smolić
2023-09-14 5:27 WANG Xuerui
2023-09-01 17:11 Robin H. Johnson
2023-05-31 3:26 Sam James
2023-01-09 8:55 Jakov Smolić
2023-01-09 1:54 Sam James
2023-01-08 17:58 Arthur Zamarin
2023-01-08 17:00 Arthur Zamarin
2023-01-08 17:00 Arthur Zamarin
2023-01-08 17:00 Arthur Zamarin
2023-01-08 17:00 Arthur Zamarin
2022-10-07 18:52 Robin H. Johnson
2022-10-07 12:25 Jakov Smolić
2022-10-07 9:35 Agostino Sarubbo
2022-10-05 11:35 Sam James
2022-10-05 11:35 Sam James
2022-10-05 8:03 Arthur Zamarin
2022-10-05 8:03 Arthur Zamarin
2022-10-05 7:56 Arthur Zamarin
2022-02-11 22:45 Jakov Smolić
2022-02-11 20:48 Arthur Zamarin
2022-02-11 19:20 Jakov Smolić
2022-02-11 19:20 Jakov Smolić
2022-02-11 19:19 Arthur Zamarin
2022-02-11 19:07 Jakov Smolić
2022-02-11 19:07 Jakov Smolić
2022-01-12 17:46 Mike Frysinger
2022-01-05 17:34 Arthur Zamarin
2022-01-05 16:12 Arthur Zamarin
2021-09-30 18:45 Jakov Smolić
2021-09-30 18:18 Sam James
2021-09-26 7:28 Agostino Sarubbo
2021-09-26 5:01 Sam James
2021-09-25 19:56 Sam James
2021-08-31 2:23 Yixun Lan
2021-08-27 23:13 Jakov Smolić
2021-08-26 22:52 Sam James
2021-08-26 22:52 Sam James
2020-12-17 2:41 Sam James
2020-12-04 18:31 Sergei Trofimovich
2020-12-03 6:40 Sam James
2020-12-02 3:06 Thomas Deutschmann
2020-10-28 4:10 Sam James
2020-09-16 8:04 Joonas Niilola
2020-05-11 18:14 Georgy Yakovlev
2020-02-13 21:40 David Seifert
2019-12-15 20:30 Michał Górny
2019-07-29 14:47 Mikle Kolyada
2018-11-02 19:56 Robin H. Johnson
2017-05-15 21:28 Manuel Rüger
2016-11-22 8:56 Vicente Olivert Riera
2016-11-22 8:54 Vicente Olivert Riera
2016-10-24 18:12 Markus Meier
2016-01-26 22:14 Mike Frysinger
2015-08-27 5:32 Mike Frysinger
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=1727338097.4d825be7c42f1a6a024ddee07c016e074d2684c7.robbat2@gentoo \
--to=robbat2@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