alpine >2.0 when built with USE="onlyalpine" fails during installation because the alpine.1 manpage cannot be found; the location was apparently changed only in the false branch of the "onlyalpine" conditional expression. Reproducible: Always Steps to Reproduce: 1. USE="onlyalpine" emerge alpine-2.21.1 2. Observe error during installation Expected Results: Successful installation with and without USE="onlyalpine".
Created attachment 508252 [details, diff] Ebuild patch to correctly install the alpine.1 manpage The attached patch fixes the ebuild; the manpage is found in both branches of the onlyalpine use check.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b464bff71a0ccb78b0f351b40956cac7122dc87e commit b464bff71a0ccb78b0f351b40956cac7122dc87e Author: robert <gentoo.bugzilla.2012@r123.de> AuthorDate: 2017-12-05 22:57:30 +0000 Commit: Michael Palimaka <kensington@gentoo.org> CommitDate: 2017-12-06 11:48:01 +0000 mail-client/alpine: fix installing with use=onlyalpine Closes: https://bugs.gentoo.org/639932 Closes: https://github.com/gentoo/gentoo/pull/6463 mail-client/alpine/alpine-2.21.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)