diff options
author | James Le Cuirot <chewi@gentoo.org> | 2018-03-25 19:53:04 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-03-25 19:53:04 +0100 |
commit | 7fb66e11dc6fedc27a430c0f4cfe1fcce5669c0b (patch) | |
tree | 5910159d362834614ebd09f2882ad4d4392513c7 /app-crypt/rhash | |
parent | sys-apps/busybox: Cleanup insecure versions (diff) | |
download | gentoo-7fb66e11dc6fedc27a430c0f4cfe1fcce5669c0b.tar.gz gentoo-7fb66e11dc6fedc27a430c0f4cfe1fcce5669c0b.tar.bz2 gentoo-7fb66e11dc6fedc27a430c0f4cfe1fcce5669c0b.zip |
app-crypt/rhash: Drop macos prefix keywords from 1.3.6
It doesn't handle Darwin as an explicitly stated target. This will be
fixed in the next release.
Bug: https://bugs.gentoo.org/651334
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-crypt/rhash')
-rw-r--r-- | app-crypt/rhash/rhash-1.3.6-r1.ebuild | 2 |
1 files changed, 1 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 b51d7d7fab81..f5d9f3796faa 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 ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x64-solaris ~x86-solaris" IUSE="debug nls openssl static-libs" RDEPEND="openssl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )" |