commit: de2a12b5d44092015f9ab623fb1aa552fd77c71c
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 08:55:44 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 08:56:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2a12b5
net-libs/libpsl: shorten ewarn to one line
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-libs/libpsl/libpsl-0.21.0.ebuild | 3 +--
net-libs/libpsl/libpsl-0.21.1-r1.ebuild | 3 +--
net-libs/libpsl/libpsl-0.21.1.ebuild | 3 +--
3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/net-libs/libpsl/libpsl-0.21.0.ebuild
b/net-libs/libpsl/libpsl-0.21.0.ebuild
index 9f62b4a5210b..aee4fd8128fc 100644
--- a/net-libs/libpsl/libpsl-0.21.0.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.0.ebuild
@@ -32,8 +32,7 @@ BDEPEND="${PYTHON_DEPS}
pkg_pretend() {
if use icu && use idn ; then
- ewarn "\"icu\" and \"idn\" USE flags are enabled."
- ewarn "Using \"idn\"."
+ ewarn "\"icu\" and \"idn\" USE flags are enabled. Using
\"idn\"."
fi
}
diff --git a/net-libs/libpsl/libpsl-0.21.1-r1.ebuild
b/net-libs/libpsl/libpsl-0.21.1-r1.ebuild
index 5b1d662e0cbe..20dbfe96b561 100644
--- a/net-libs/libpsl/libpsl-0.21.1-r1.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.1-r1.ebuild
@@ -32,8 +32,7 @@ BDEPEND="${PYTHON_DEPS}
pkg_pretend() {
if use icu && use idn ; then
- ewarn "\"icu\" and \"idn\" USE flags are enabled."
- ewarn "Using \"idn\"."
+ ewarn "\"icu\" and \"idn\" USE flags are enabled. Using
\"idn\"."
fi
}
diff --git a/net-libs/libpsl/libpsl-0.21.1.ebuild
b/net-libs/libpsl/libpsl-0.21.1.ebuild
index 7c98113b4afa..b6447e9ca7fc 100644
--- a/net-libs/libpsl/libpsl-0.21.1.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.1.ebuild
@@ -32,8 +32,7 @@ BDEPEND="${PYTHON_DEPS}
pkg_pretend() {
if use icu && use idn ; then
- ewarn "\"icu\" and \"idn\" USE flags are enabled."
- ewarn "Using \"idn\"."
+ ewarn "\"icu\" and \"idn\" USE flags are enabled. Using
\"idn\"."
fi
}