commit: 8e4e0482c7cd6181a2ccbbd4c5c946ddc51a7362 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Dec 27 11:01:19 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Dec 27 11:01:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=8e4e0482
sys-apps/help2man: drop ~m68k-mint Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> sys-apps/help2man/help2man-1.47.16.ebuild | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/sys-apps/help2man/help2man-1.47.16.ebuild b/sys-apps/help2man/help2man-1.47.16.ebuild index 74f019bb9a..044ca4b121 100644 --- a/sys-apps/help2man/help2man-1.47.16.ebuild +++ b/sys-apps/help2man/help2man-1.47.16.ebuild @@ -7,16 +7,9 @@ DESCRIPTION="GNU utility to convert program --help output to a man page" HOMEPAGE="https://www.gnu.org/software/help2man/" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" -# Needed to rebase the Makefile hunk, now in files/ -#CYGWIN_PATCHREV="60ae068c5e01fbed4ee3f86107f7df64d596a864" -#CYGWIN_PATCH="1.40.4-cygwin-nls.patch" -#SRC_URI+=" elibc_Cygwin? ( -# https://raw.githubusercontent.com/cygwinports/help2man/${CYGWIN_PATCHREV}/${CYGWIN_PATCH} -> ${PN}-${CYGWIN_PATCH} -#)" - LICENSE="GPL-3" SLOT="0" -KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls" RDEPEND="dev-lang/perl @@ -30,14 +23,14 @@ PATCHES=( ) src_prepare() { + default + if [[ ${CHOST} == *-darwin* ]] ; then sed -i \ -e 's/-shared/-bundle/' \ Makefile.in || die fi - default - use elibc_Cygwin && eapply -p2 "${FILESDIR}"/${PN}-1.47.16-cygwin.patch }
