summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2018-02-23 10:40:38 +0100
committerTobias Klausmann <klausman@gentoo.org>2018-02-23 10:41:02 +0100
commit4775c722ae29d2c71dd717ef8f1a281e658adcac (patch)
tree230ab16d03b7719ba752c7268b88ab1d43f72f68
parentapp-shells/hstr: add back tinfo patch. (diff)
downloadgentoo-4775c722.tar.gz
gentoo-4775c722.tar.bz2
gentoo-4775c722.zip
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
-rw-r--r--app-arch/zstd/zstd-1.3.2.ebuild4
-rw-r--r--app-arch/zstd/zstd-1.3.3.ebuild2
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 625a3da65681..3daa6d7d0ada 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 6ecde2a7ad62..63e5ab864115 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"