From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lessfs/
Date: Fri, 12 Feb 2021 13:45:04 +0000 (UTC) [thread overview]
Message-ID: <1613137481.c5cd45796e50d587680c6c7e60a1cee3c67e25ae.bkohler@gentoo> (raw)
commit: c5cd45796e50d587680c6c7e60a1cee3c67e25ae
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Feb 11 20:19:45 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 13:44:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cd4579
sys-fs/lessfs: Apply gcc-10 workaround
* Dead upstream
Closes: https://bugs.gentoo.org/710090
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
sys-fs/lessfs/lessfs-1.7.0-r1.ebuild | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)
diff --git a/sys-fs/lessfs/lessfs-1.7.0-r1.ebuild b/sys-fs/lessfs/lessfs-1.7.0-r1.ebuild
index 7f0e7606c04..2691c219976 100644
--- a/sys-fs/lessfs/lessfs-1.7.0-r1.ebuild
+++ b/sys-fs/lessfs/lessfs-1.7.0-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit readme.gentoo-r1
+
+inherit flag-o-matic readme.gentoo-r1
MY_PV="${PV/_/-}"
MY_P="${PN}-${MY_PV}"
@@ -17,14 +18,13 @@ KEYWORDS="amd64 x86"
IUSE="berkdb crypt debug filelog memtrace lzo snappy"
RDEPEND="
+ app-crypt/mhash
+ dev-db/tokyocabinet
+ sys-fs/fuse:0
berkdb? ( sys-libs/db:* )
crypt? ( dev-libs/openssl:0= )
lzo? ( dev-libs/lzo )
- snappy? ( app-arch/snappy )
- >=dev-db/tokyocabinet-1.4.42
- app-crypt/mhash
- >=sys-fs/fuse-2.8.0:0=
-"
+ snappy? ( app-arch/snappy )"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
@@ -35,15 +35,19 @@ DOC_CONTENTS="Default configuration file: /etc/${PN}.cfg.
PATCHES=(
# From PLD-Linux, bug #674422
- "${FILESDIR}/${P}-openssl11.patch"
+ "${FILESDIR}"/${P}-openssl11.patch
)
src_configure() {
+ append-flags -fcommon
econf \
- $(use_enable debug) $(use_enable debug lckdebug) \
- $(use_enable filelog) $(use_with crypt crypto) \
- $(use_with lzo) $(use_enable memtrace) \
+ $(use_enable debug) \
+ $(use_enable debug lckdebug) \
+ $(use_enable filelog) \
+ $(use_enable memtrace) \
$(use_with berkdb berkeleydb) \
+ $(use_with crypt crypto) \
+ $(use_with lzo) \
$(use_with snappy)
}
next reply other threads:[~2021-02-12 13:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-12 13:45 Ben Kohler [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-02-12 13:45 [gentoo-commits] repo/gentoo:master commit in: sys-fs/lessfs/ Ben Kohler
2019-05-19 20:55 Andreas Sturmlechner
2019-05-19 20:50 Mikle Kolyada
2019-05-19 15:48 Thomas Deutschmann
2019-01-12 10:59 Pacho Ramos
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=1613137481.c5cd45796e50d587680c6c7e60a1cee3c67e25ae.bkohler@gentoo \
--to=bkohler@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