summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2018-08-09 00:10:13 +0100
committerJames Le Cuirot <chewi@gentoo.org>2018-08-09 00:10:13 +0100
commit1cdc359aa073e986fe37a90047701e541612ca72 (patch)
tree6353edc18e089b1e24aa01a0160fdf87ec64d48a /app-crypt/rhash/rhash-1.3.6-r1.ebuild
parentapp-crypt/rhash: amd64 stable wrt bug #663198 (diff)
downloadgentoo-1cdc359aa073e986fe37a90047701e541612ca72.tar.gz
gentoo-1cdc359aa073e986fe37a90047701e541612ca72.tar.bz2
gentoo-1cdc359aa073e986fe37a90047701e541612ca72.zip
app-crypt/rhash: Fix triplet issues and restore fbsd/macos keywords
I was waiting for upstream to release the fix but that is taking a while so I've patched it. Closes: https://bugs.gentoo.org/651334 Package-Manager: Portage-2.3.45, Repoman-2.3.10
Diffstat (limited to 'app-crypt/rhash/rhash-1.3.6-r1.ebuild')
-rw-r--r--app-crypt/rhash/rhash-1.3.6-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/rhash/rhash-1.3.6-r1.ebuild b/app-crypt/rhash/rhash-1.3.6-r1.ebuild
index b2d4ec528a70..71e3618548a5 100644
--- a/app-crypt/rhash/rhash-1.3.6-r1.ebuild
+++ b/app-crypt/rhash/rhash-1.3.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="debug nls libressl ssl static-libs"
RDEPEND="
@@ -28,6 +28,7 @@ S="${WORKDIR}/RHash-${PV}"
PATCHES=(
"${FILESDIR}"/unquote-cc.patch
"${FILESDIR}"/${P}-no_echon.patch
+ "${FILESDIR}"/{freebsd,darwin}-triplet.patch
)
src_prepare() {