diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-24 09:22:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-24 09:28:34 +0100 |
commit | d5e0b565a6a129b1d0645539f1a131f172e9ce14 (patch) | |
tree | c053ef1ec42c7548b22ed9e5d5f20fa669d44289 /app-crypt | |
parent | dev-perl/XML-LibXML: Bump to version 2.13.200 (diff) | |
download | gentoo-d5e0b565a6a129b1d0645539f1a131f172e9ce14.tar.gz gentoo-d5e0b565a6a129b1d0645539f1a131f172e9ce14.tar.bz2 gentoo-d5e0b565a6a129b1d0645539f1a131f172e9ce14.zip |
app-crypt/rhash: Remove *-fbsd keywords from 1.3.6-r1
Bug: https://bugs.gentoo.org/651334
Diffstat (limited to 'app-crypt')
-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 69f97e6e47ab..b51d7d7fab81 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-fbsd ~x86-fbsd ~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 ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="debug nls openssl static-libs" RDEPEND="openssl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )" |