From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cssc/
Date: Sun, 14 May 2023 08:12:54 +0000 (UTC) [thread overview]
Message-ID: <1684051570.b297ef3e92e4e810409341e2f9e77b475ddb3cce.sam@gentoo> (raw)
commit: b297ef3e92e4e810409341e2f9e77b475ddb3cce
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 08:04:45 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 14 08:06:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b297ef3e
dev-vcs/cssc: fix disable-valgrind flag
Closes: https://bugs.gentoo.org/906318
Fixes: 6952d230a11be325d68ec744cc7f8cffadbcde60
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/cssc/cssc-1.4.1.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-vcs/cssc/cssc-1.4.1.ebuild b/dev-vcs/cssc/cssc-1.4.1.ebuild
index 3705d88715ba..e8d51771989e 100644
--- a/dev-vcs/cssc/cssc-1.4.1.ebuild
+++ b/dev-vcs/cssc/cssc-1.4.1.ebuild
@@ -2,16 +2,18 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools
CSSC_PN="${PN^^}"
CSSC_P="${CSSC_PN}-${PV}"
DESCRIPTION="The GNU Project's replacement for SCCS"
-SRC_URI="mirror://gnu/${PN}/${CSSC_P}.tar.gz"
HOMEPAGE="https://www.gnu.org/software/cssc/"
-SLOT="0"
+SRC_URI="mirror://gnu/${PN}/${CSSC_P}.tar.gz"
+
LICENSE="GPL-3"
+SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -32,7 +34,7 @@ src_prepare() {
src_configure() {
# Valgrind is only used for tests
econf \
- --disable-valgrind \
+ --without-valgrind \
--enable-binary
}
next reply other threads:[~2023-05-14 8:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-14 8:12 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-14 0:31 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cssc/ Sam James
2021-01-06 22:58 Fabian Groffen
2020-12-17 14:50 Aaron Bauman
2020-12-17 12:16 Sam James
2020-12-03 2:01 Thomas Deutschmann
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=1684051570.b297ef3e92e4e810409341e2f9e77b475ddb3cce.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