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
 }
 

Reply via email to