diff options
author | Jonas Stein <jstein@gentoo.org> | 2023-04-02 17:03:42 +0200 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2023-04-02 17:03:42 +0200 |
commit | 09261f9f442da3233ae1028e6621e9a0d014578f (patch) | |
tree | 1f82a1279f5ea382bf5f8bc8c2d950cc726919de /x11-wm/icewm | |
parent | sci-libs/armadillo: add 12.0.1 (diff) | |
download | gentoo-09261f9f442da3233ae1028e6621e9a0d014578f.tar.gz gentoo-09261f9f442da3233ae1028e6621e9a0d014578f.tar.bz2 gentoo-09261f9f442da3233ae1028e6621e9a0d014578f.zip |
x11-wm/icewm:
Typo in einfo - "Confilcting"
Closes: https://bugs.gentoo.org/903700
Signed-off-by: Jonas Stein <jstein@gentoo.org>
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/icewm-2.9.6.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/icewm/icewm-2.9.7.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/icewm/icewm-3.3.1.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/icewm/icewm-2.9.6.ebuild b/x11-wm/icewm/icewm-2.9.6.ebuild index 0664df0f927f..8abbaa37a6ab 100644 --- a/x11-wm/icewm/icewm-2.9.6.ebuild +++ b/x11-wm/icewm/icewm-2.9.6.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=8 @@ -82,7 +82,7 @@ BDEPEND=" pkg_pretend() { if use gdk-pixbuf && use imlib ; then - einfo 'Confilcting USE flags have been enabled:' + einfo 'Conflicting USE flags have been enabled:' einfo '"gdk-pixbuf" and "imlib" exclude each other!' einfo 'Using "gdk-pixbuf".' fi diff --git a/x11-wm/icewm/icewm-2.9.7.ebuild b/x11-wm/icewm/icewm-2.9.7.ebuild index c329b7a03a4e..24527671c135 100644 --- a/x11-wm/icewm/icewm-2.9.7.ebuild +++ b/x11-wm/icewm/icewm-2.9.7.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=8 @@ -82,7 +82,7 @@ BDEPEND=" pkg_pretend() { if use gdk-pixbuf && use imlib ; then - einfo 'Confilcting USE flags have been enabled:' + einfo 'Conflicting USE flags have been enabled:' einfo '"gdk-pixbuf" and "imlib" exclude each other!' einfo 'Using "gdk-pixbuf".' fi diff --git a/x11-wm/icewm/icewm-3.3.1.ebuild b/x11-wm/icewm/icewm-3.3.1.ebuild index beda371ecbfd..182fcaf040ba 100644 --- a/x11-wm/icewm/icewm-3.3.1.ebuild +++ b/x11-wm/icewm/icewm-3.3.1.ebuild @@ -82,7 +82,7 @@ BDEPEND=" pkg_pretend() { if use gdk-pixbuf && use imlib ; then - einfo 'Confilcting USE flags have been enabled:' + einfo 'Conflicting USE flags have been enabled:' einfo '"gdk-pixbuf" and "imlib" exclude each other!' einfo 'Using "gdk-pixbuf".' fi |