summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-12-19 09:55:44 +0100
committerFlorian Schmaus <flow@gentoo.org>2022-12-19 09:56:31 +0100
commitde2a12b5d44092015f9ab623fb1aa552fd77c71c (patch)
tree5115c03c4f82444212859c60a43f7fa112e68d9b /net-libs/libpsl
parentapp-arch/createrepo_c: drop 0.16.2 (diff)
downloadgentoo-de2a12b5d44092015f9ab623fb1aa552fd77c71c.tar.gz
gentoo-de2a12b5d44092015f9ab623fb1aa552fd77c71c.tar.bz2
gentoo-de2a12b5d44092015f9ab623fb1aa552fd77c71c.zip
net-libs/libpsl: shorten ewarn to one line
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-libs/libpsl')
-rw-r--r--net-libs/libpsl/libpsl-0.21.0.ebuild3
-rw-r--r--net-libs/libpsl/libpsl-0.21.1-r1.ebuild3
-rw-r--r--net-libs/libpsl/libpsl-0.21.1.ebuild3
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
}