summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-01 03:14:16 +0100
committerSam James <sam@gentoo.org>2022-08-01 03:14:16 +0100
commit8cb83e169f42b7d5f993b5c9db7f9097f4f05954 (patch)
tree8975ee6672ae730a38aabb61cd08d122af25b215
parentsys-apps/portage: drop 3.0.32, 3.0.33 (diff)
downloadgentoo-8cb83e169f42b7d5f993b5c9db7f9097f4f05954.tar.gz
gentoo-8cb83e169f42b7d5f993b5c9db7f9097f4f05954.tar.bz2
gentoo-8cb83e169f42b7d5f993b5c9db7f9097f4f05954.zip
net-libs/libsignon-glib: fix compiling (duplicate phase def.)
Closes: https://bugs.gentoo.org/861497 Thanks-to: Matthew Dawson <matthew@mjdsystems.ca> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-libs/libsignon-glib/libsignon-glib-2.1-r1.ebuild (renamed from net-libs/libsignon-glib/libsignon-glib-2.1.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild b/net-libs/libsignon-glib/libsignon-glib-2.1-r1.ebuild
index 67df5bba992c..1fee6ac93428 100644
--- a/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild
+++ b/net-libs/libsignon-glib/libsignon-glib-2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -80,7 +80,7 @@ src_compile() {
fi
}
-src_compile() {
+src_test() {
if use python; then
python_foreach_impl run_in_build_dir meson_src_test
else