diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-01-09 20:39:51 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-01-09 20:39:51 +0000 |
commit | 435d3f6eb8c269043a2136ea668d1f9de2f24d3e (patch) | |
tree | 50480c312264f358fa40186afec4678025ec498e /app-crypt/libscrypt | |
parent | Stable on amd64 and x86, wrt bug #535558 (diff) | |
download | gentoo-2-435d3f6eb8c269043a2136ea668d1f9de2f24d3e.tar.gz gentoo-2-435d3f6eb8c269043a2136ea668d1f9de2f24d3e.tar.bz2 gentoo-2-435d3f6eb8c269043a2136ea668d1f9de2f24d3e.zip |
Keyword ~mips and ~x86. Needed for net-misc/tor.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'app-crypt/libscrypt')
-rw-r--r-- | app-crypt/libscrypt/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/libscrypt/libscrypt-1.19.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/libscrypt/libscrypt-1.20.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-crypt/libscrypt/ChangeLog b/app-crypt/libscrypt/ChangeLog index 9d70b8252528..e66b53dd4b29 100644 --- a/app-crypt/libscrypt/ChangeLog +++ b/app-crypt/libscrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/libscrypt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/ChangeLog,v 1.3 2015/01/08 17:59:15 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/ChangeLog,v 1.4 2015/01/09 20:39:51 blueness Exp $ + + 09 Jan 2015; Anthony G. Basile <blueness@gentoo.org> libscrypt-1.19.ebuild, + libscrypt-1.20.ebuild: + Keyword ~mips and ~x86. Needed for net-misc/tor. *libscrypt-1.20 (08 Jan 2015) diff --git a/app-crypt/libscrypt/libscrypt-1.19.ebuild b/app-crypt/libscrypt/libscrypt-1.19.ebuild index c7d22e904488..02bc093705e6 100644 --- a/app-crypt/libscrypt/libscrypt-1.19.ebuild +++ b/app-crypt/libscrypt/libscrypt-1.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/libscrypt-1.19.ebuild,v 1.2 2015/01/08 17:55:14 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/libscrypt-1.19.ebuild,v 1.3 2015/01/09 20:39:51 blueness Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" IUSE="" DEPEND="" diff --git a/app-crypt/libscrypt/libscrypt-1.20.ebuild b/app-crypt/libscrypt/libscrypt-1.20.ebuild index 6cb8f2a5a669..d6b8fca1d0f4 100644 --- a/app-crypt/libscrypt/libscrypt-1.20.ebuild +++ b/app-crypt/libscrypt/libscrypt-1.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild,v 1.1 2015/01/08 17:59:15 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild,v 1.2 2015/01/09 20:39:51 blueness Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" IUSE="" DEPEND="" |