diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-12-19 09:55:44 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-12-19 09:56:31 +0100 |
commit | de2a12b5d44092015f9ab623fb1aa552fd77c71c (patch) | |
tree | 5115c03c4f82444212859c60a43f7fa112e68d9b /net-libs/libpsl | |
parent | app-arch/createrepo_c: drop 0.16.2 (diff) | |
download | gentoo-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.ebuild | 3 | ||||
-rw-r--r-- | net-libs/libpsl/libpsl-0.21.1-r1.ebuild | 3 | ||||
-rw-r--r-- | 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 } |