diff options
author | 2019-01-09 16:11:26 +0100 | |
---|---|---|
committer | 2019-01-09 16:12:06 +0100 | |
commit | d72751d2879609a8d64dd2eb13ecb16c8be091ca (patch) | |
tree | 56472d31815ff62d0f02d86d938070cde00697a9 /app-crypt/rhash | |
parent | x11-apps/xauth: mark ~amd64-linux ~x86-linux (diff) | |
download | gentoo-d72751d2879609a8d64dd2eb13ecb16c8be091ca.tar.gz gentoo-d72751d2879609a8d64dd2eb13ecb16c8be091ca.tar.bz2 gentoo-d72751d2879609a8d64dd2eb13ecb16c8be091ca.zip |
app-crypt/rhash: mark ~x86-linux
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'app-crypt/rhash')
-rw-r--r-- | app-crypt/rhash/rhash-1.3.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/rhash/rhash-1.3.6-r1.ebuild b/app-crypt/rhash/rhash-1.3.6-r1.ebuild index bf08f69614ab..bc4994b4b6ee 100644 --- a/app-crypt/rhash/rhash-1.3.6-r1.ebuild +++ b/app-crypt/rhash/rhash-1.3.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 s390 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 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="debug nls libressl ssl static-libs" RDEPEND=" |