From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/sandboxfs/
Date: Wed, 23 Sep 2020 06:33:31 +0000 (UTC) [thread overview]
Message-ID: <1600840735.701f78b43749d228fa4fb9de9c823d55a21ebc51.gyakovlev@gentoo> (raw)
commit: 701f78b43749d228fa4fb9de9c823d55a21ebc51
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 05:23:22 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 05:58:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701f78b4
sys-fs/sandboxfs: adjust for cargo_src_configure
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
sys-fs/sandboxfs/sandboxfs-0.2.0.ebuild | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/sys-fs/sandboxfs/sandboxfs-0.2.0.ebuild b/sys-fs/sandboxfs/sandboxfs-0.2.0.ebuild
index 969d88adb8c..4f84031cfe0 100644
--- a/sys-fs/sandboxfs/sandboxfs-0.2.0.ebuild
+++ b/sys-fs/sandboxfs/sandboxfs-0.2.0.ebuild
@@ -97,18 +97,13 @@ QA_FLAGS_IGNORED="/usr/bin/sandboxfs"
S="${WORKDIR}/${PN}-${P}"
src_configure() {
- myfeatures=(
- $(usex profile profiling '')
- )
-}
-
-src_compile() {
- cargo_src_compile ${myfeatures:+--features "${myfeatures[*]}"}
+ local myfeatures=( $(usex profile profiling '') )
+ cargo_src_configure
}
src_install() {
mv man _man || die
- cargo_src_install ${myfeatures:+--features "${myfeatures[*]}"}
+ cargo_src_install
doman _man/"${PN}.1"
einstalldocs
}
next reply other threads:[~2020-09-23 6:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-23 6:33 Georgy Yakovlev [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-23 6:33 [gentoo-commits] repo/gentoo:master commit in: sys-fs/sandboxfs/ Georgy Yakovlev
2020-05-02 9:28 Georgy Yakovlev
2020-04-01 9:07 Georgy Yakovlev
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=1600840735.701f78b43749d228fa4fb9de9c823d55a21ebc51.gyakovlev@gentoo \
--to=gyakovlev@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