diff options
author | 2021-03-09 21:15:36 +0100 | |
---|---|---|
committer | 2021-03-09 20:37:43 +0000 | |
commit | 264bc7597ff2934f241c6a21721a5f7e51001de0 (patch) | |
tree | c24737d925b3a9f071e12ada65cf83b596361737 /app-crypt/aespipe | |
parent | dev-util/pkgcheck: stable 0.8.2-r1 for hppa, bug #773904 (diff) | |
download | gentoo-264bc7597ff2934f241c6a21721a5f7e51001de0.tar.gz gentoo-264bc7597ff2934f241c6a21721a5f7e51001de0.tar.bz2 gentoo-264bc7597ff2934f241c6a21721a5f7e51001de0.zip |
app-crypt/aespipe: stable 2.4f for sparc, bug #775098
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-crypt/aespipe')
-rw-r--r-- | app-crypt/aespipe/aespipe-2.4f.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild b/app-crypt/aespipe/aespipe-2.4f.ebuild index 3ead8cc5fb4e..8959f446caec 100644 --- a/app-crypt/aespipe/aespipe-2.4f.ebuild +++ b/app-crypt/aespipe/aespipe-2.4f.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static" RDEPEND="app-arch/sharutils app-crypt/gnupg" |