From 6d39b6f4e41e93ff8089fad5a13a1ec01d800a56 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 20 Apr 2022 00:40:15 +0100 Subject: dev-util/indent: avoid maintainer mode Closes: https://bugs.gentoo.org/839561 Signed-off-by: Sam James --- dev-util/indent/indent-2.2.12.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'dev-util') diff --git a/dev-util/indent/indent-2.2.12.ebuild b/dev-util/indent/indent-2.2.12.ebuild index 1518ed284af8..07e8341f0b32 100644 --- a/dev-util/indent/indent-2.2.12.ebuild +++ b/dev-util/indent/indent-2.2.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit strip-linguas +inherit autotools strip-linguas DESCRIPTION="Indent program source files" HOMEPAGE="https://www.gnu.org/software/indent/" @@ -14,17 +14,16 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="nls" -BDEPEND=" - app-text/texi2html - nls? ( sys-devel/gettext ) -" -RDEPEND=" - nls? ( virtual/libintl ) -" +BDEPEND="app-text/texi2html + nls? ( sys-devel/gettext )" +DEPEND="nls? ( virtual/libintl )" +RDEPEND="${DEPEND}" src_prepare() { default + sed -i -e '/AM_CFLAGS/s:-Werror::g' src/Makefile.{am,in} || die + eautoreconf } src_configure() { -- cgit v1.2.3-65-gdbad