Summary: | games-misc/fortune-mod-1.99.1-r2: ~arm64 keyword request | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Roy Bamford <neddyseagoon> |
Component: | Current packages | Assignee: | Gentoo Games <games> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | candrews |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | ARM64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Roy Bamford
![]() Does fortune 1.99.3 build on arm64? If not, this patch should be submitted upstream: https://github.com/shlomif/fortune-mod --- fortune-mod-1.99.1-r2.ebuild 2018-03-10 11:09:51.802293561 -0000 +++ fortune-mod-1.99.5.ebuild 2018-03-10 11:29:50.256782616 -0000 @@ -5,8 +5,8 @@ inherit eutils toolchain-funcs DESCRIPTION="The notorious fortune program" -HOMEPAGE="http://www.redellipse.net/code/fortune" -SRC_URI="http://www.redellipse.net/code/downloads/${P}.tar.gz" +HOMEPAGE="http://www.shlomifish.org/open-source/projects/fortune-mod" +SRC_URI="http://www.shlomifish.org/open-source/projects/fortune-mod/arcs/${P}.tar.xz" LICENSE="BSD" SLOT="0" @@ -17,8 +17,6 @@ RDEPEND="${DEPEND}" src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch \ - "${FILESDIR}"/01_all_fortune_all-fix.patch sed -i \ -e 's:/games::' \ fortune-mod-1.99.5 works on arm64, however, that also installs all the fortune files too, so the above patch is no more than a proof of concept. USE=offensive still works. In view of bug https://bugs.gentoo.org/634288 this package is unlikely to be a suitable version bump in its present form. Now has keywords on ~arm64. |