commit: 1143798e7a264d5938299f6d9e87f5a87a72b211
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 05:48:27 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 20 05:59:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1143798e
dev-perl/Alien-LibGumbo: fix whitespace
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
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}"