commit: 4775c722ae29d2c71dd717ef8f1a281e658adcac Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Fri Feb 23 09:40:38 2018 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Fri Feb 23 09:41:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4775c722
app-arch/zstd: Mark versions stable/testing like amd64 This is to support having btrfs-progs stable and up-to-date on alpha, so btrfs-progs can be included in the install ISO. Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-arch/zstd/zstd-1.3.2.ebuild | 4 ++-- app-arch/zstd/zstd-1.3.3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-arch/zstd/zstd-1.3.2.ebuild b/app-arch/zstd/zstd-1.3.2.ebuild index 625a3da6568..3daa6d7d0ad 100644 --- a/app-arch/zstd/zstd-1.3.2.ebuild +++ b/app-arch/zstd/zstd-1.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( BSD GPL-2 )" SLOT="0/1" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="static-libs" RDEPEND="app-arch/xz-utils" diff --git a/app-arch/zstd/zstd-1.3.3.ebuild b/app-arch/zstd/zstd-1.3.3.ebuild index 6ecde2a7ad6..63e5ab86411 100644 --- a/app-arch/zstd/zstd-1.3.3.ebuild +++ b/app-arch/zstd/zstd-1.3.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( BSD GPL-2 )" SLOT="0/1" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="static-libs" RDEPEND="app-arch/xz-utils"
