diff options
author | Sam James <sam@gentoo.org> | 2023-05-20 06:48:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-20 06:59:35 +0100 |
commit | 1143798e7a264d5938299f6d9e87f5a87a72b211 (patch) | |
tree | dcde4b5ab4ad551bc664e46a3d28f58289873198 /dev-perl/Alien-LibGumbo | |
parent | games-util/lutris: Keyword 0.5.13 x86, #906601 (diff) | |
download | gentoo-1143798e7a264d5938299f6d9e87f5a87a72b211.tar.gz gentoo-1143798e7a264d5938299f6d9e87f5a87a72b211.tar.bz2 gentoo-1143798e7a264d5938299f6d9e87f5a87a72b211.zip |
dev-perl/Alien-LibGumbo: fix whitespace
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Alien-LibGumbo')
-rw-r--r-- | dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild index d1497e90d761..85f00b320c80 100644 --- a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild +++ b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,6 +27,7 @@ BDEPEND="${RDEPEND} >=dev-perl/Alien-Base-ModuleBuild-0.5.0 >=dev-perl/Module-Build-0.420.0 " + src_configure() { unset LD; if [[ -n "${CCLD}" ]]; then @@ -35,9 +36,11 @@ src_configure() { tc-export CC CXX perl-module_src_configure } + src_compile() { ./Build --config optimize="${CFLAGS}" build || die } + src_test() { local MODULES=( "Alien::LibGumbo ${DIST_VERSION}" |