diff options
author | Sam James <sam@gentoo.org> | 2023-05-27 18:08:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:19:03 +0100 |
commit | e97fc38fd3d3903e9219f4f7362b43758684bdfd (patch) | |
tree | c78a2aca6c8f170192915443368fa9a84c6abf48 /mail-client/mutt | |
parent | lxde-base/lxpanel: drop dead prefix targets (diff) | |
download | gentoo-e97fc38fd3d3903e9219f4f7362b43758684bdfd.tar.gz gentoo-e97fc38fd3d3903e9219f4f7362b43758684bdfd.tar.bz2 gentoo-e97fc38fd3d3903e9219f4f7362b43758684bdfd.zip |
mail-client/mutt: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-client/mutt')
-rw-r--r-- | mail-client/mutt/mutt-2.2.10.ebuild | 6 | ||||
-rw-r--r-- | mail-client/mutt/mutt-2.2.3.ebuild | 8 | ||||
-rw-r--r-- | mail-client/mutt/mutt-2.2.9.ebuild | 8 |
3 files changed, 2 insertions, 20 deletions
diff --git a/mail-client/mutt/mutt-2.2.10.ebuild b/mail-client/mutt/mutt-2.2.10.ebuild index 0da43ba76730..5916056c4127 100644 --- a/mail-client/mutt/mutt-2.2.10.ebuild +++ b/mail-client/mutt/mutt-2.2.10.ebuild @@ -170,12 +170,6 @@ src_configure() { "--with-exec-shell=${EPREFIX}/bin/sh" ) - if [[ ${CHOST} == *-solaris2.* && ${CHOST#*-solaris2.} -le 10 ]] ; then - # arrows in index view do not show when using wchar_t - # or misalign due to wrong computations - myconf+=( "--without-wc-funcs" ) - fi - # note: REQUIRED_USE should have selected only one of these, but for # bug #607360 we're forced to allow multiple. For that reason, this # list is ordered to preference, and only the first is taken. diff --git a/mail-client/mutt/mutt-2.2.3.ebuild b/mail-client/mutt/mutt-2.2.3.ebuild index c381f273c4ab..749342f6246c 100644 --- a/mail-client/mutt/mutt-2.2.3.ebuild +++ b/mail-client/mutt/mutt-2.2.3.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="7" @@ -159,12 +159,6 @@ src_configure() { "--with-exec-shell=${EPREFIX}/bin/sh" ) - if [[ ${CHOST} == *-solaris2.* && ${CHOST#*-solaris2.} -le 10 ]] ; then - # arrows in index view do not show when using wchar_t - # or misalign due to wrong computations - myconf+=( "--without-wc-funcs" ) - fi - # note: REQUIRED_USE should have selected only one of these, but for # bug #607360 we're forced to allow multiple. For that reason, this # list is ordered to preference, and only the first is taken. diff --git a/mail-client/mutt/mutt-2.2.9.ebuild b/mail-client/mutt/mutt-2.2.9.ebuild index 9d67d7ecdc97..0c9fb3980886 100644 --- a/mail-client/mutt/mutt-2.2.9.ebuild +++ b/mail-client/mutt/mutt-2.2.9.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="7" @@ -170,12 +170,6 @@ src_configure() { "--with-exec-shell=${EPREFIX}/bin/sh" ) - if [[ ${CHOST} == *-solaris2.* && ${CHOST#*-solaris2.} -le 10 ]] ; then - # arrows in index view do not show when using wchar_t - # or misalign due to wrong computations - myconf+=( "--without-wc-funcs" ) - fi - # note: REQUIRED_USE should have selected only one of these, but for # bug #607360 we're forced to allow multiple. For that reason, this # list is ordered to preference, and only the first is taken. |