diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-05 19:55:49 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-05 20:19:12 +0300 |
commit | 479140e9add838500492c3757c35fcb76ef5854a (patch) | |
tree | a3420664442564418f74e3c0f9dbd706293a6fcb /app-arch | |
parent | dev-libs/libmspack: mark s390 stable (diff) | |
download | gentoo-479140e9add838500492c3757c35fcb76ef5854a.tar.gz gentoo-479140e9add838500492c3757c35fcb76ef5854a.tar.bz2 gentoo-479140e9add838500492c3757c35fcb76ef5854a.zip |
app-arch/zstd: mark s390 stable
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/zstd/zstd-1.1.3.ebuild | 4 | ||||
-rw-r--r-- | app-arch/zstd/zstd-1.3.2.ebuild | 4 | ||||
-rw-r--r-- | app-arch/zstd/zstd-1.3.3.ebuild | 4 | ||||
-rw-r--r-- | app-arch/zstd/zstd-1.3.4-r1.ebuild | 4 | ||||
-rw-r--r-- | app-arch/zstd/zstd-1.3.4.ebuild | 4 | ||||
-rw-r--r-- | app-arch/zstd/zstd-1.3.6.ebuild | 4 | ||||
-rw-r--r-- | app-arch/zstd/zstd-1.3.7-r1.ebuild | 4 | ||||
-rw-r--r-- | app-arch/zstd/zstd-1.3.7.ebuild | 4 | ||||
-rw-r--r-- | app-arch/zstd/zstd-1.3.8.ebuild | 4 |
9 files changed, 18 insertions, 18 deletions
diff --git a/app-arch/zstd/zstd-1.1.3.ebuild b/app-arch/zstd/zstd-1.1.3.ebuild index 09f6b558a73c..c87529fee201 100644 --- a/app-arch/zstd/zstd-1.1.3.ebuild +++ b/app-arch/zstd/zstd-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # 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" SLOT="0" -KEYWORDS="amd64 arm ~mips ppc ppc64 ~sparc x86" +KEYWORDS="amd64 arm ~mips ppc ppc64 ~s390 ~sparc x86" IUSE="static-libs" src_compile() { diff --git a/app-arch/zstd/zstd-1.3.2.ebuild b/app-arch/zstd/zstd-1.3.2.ebuild index 6231db5a2860..c74aec770997 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-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # 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="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~s390 ~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 63e5ab864115..00ba354373b2 100644 --- a/app-arch/zstd/zstd-1.3.3.ebuild +++ b/app-arch/zstd/zstd-1.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # 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="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="static-libs" RDEPEND="app-arch/xz-utils" diff --git a/app-arch/zstd/zstd-1.3.4-r1.ebuild b/app-arch/zstd/zstd-1.3.4-r1.ebuild index 8cb0fdbfd797..1ae35e5b72b7 100644 --- a/app-arch/zstd/zstd-1.3.4-r1.ebuild +++ b/app-arch/zstd/zstd-1.3.4-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="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( BSD GPL-2 )" SLOT="0/1" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="lz4 static-libs" RDEPEND="app-arch/xz-utils diff --git a/app-arch/zstd/zstd-1.3.4.ebuild b/app-arch/zstd/zstd-1.3.4.ebuild index 63e5ab864115..00ba354373b2 100644 --- a/app-arch/zstd/zstd-1.3.4.ebuild +++ b/app-arch/zstd/zstd-1.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # 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="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="static-libs" RDEPEND="app-arch/xz-utils" diff --git a/app-arch/zstd/zstd-1.3.6.ebuild b/app-arch/zstd/zstd-1.3.6.ebuild index 1b444a99f6d2..22ed4d9c53e1 100644 --- a/app-arch/zstd/zstd-1.3.6.ebuild +++ b/app-arch/zstd/zstd-1.3.6.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="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( BSD GPL-2 )" SLOT="0/1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="lz4 static-libs" RDEPEND="app-arch/xz-utils diff --git a/app-arch/zstd/zstd-1.3.7-r1.ebuild b/app-arch/zstd/zstd-1.3.7-r1.ebuild index cf9d338ce59b..51e41cc42c04 100644 --- a/app-arch/zstd/zstd-1.3.7-r1.ebuild +++ b/app-arch/zstd/zstd-1.3.7-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=7 @@ -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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="lz4 static-libs" RDEPEND="app-arch/xz-utils diff --git a/app-arch/zstd/zstd-1.3.7.ebuild b/app-arch/zstd/zstd-1.3.7.ebuild index 1b444a99f6d2..22ed4d9c53e1 100644 --- a/app-arch/zstd/zstd-1.3.7.ebuild +++ b/app-arch/zstd/zstd-1.3.7.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="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( BSD GPL-2 )" SLOT="0/1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="lz4 static-libs" RDEPEND="app-arch/xz-utils diff --git a/app-arch/zstd/zstd-1.3.8.ebuild b/app-arch/zstd/zstd-1.3.8.ebuild index cf9d338ce59b..51e41cc42c04 100644 --- a/app-arch/zstd/zstd-1.3.8.ebuild +++ b/app-arch/zstd/zstd-1.3.8.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=7 @@ -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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="lz4 static-libs" RDEPEND="app-arch/xz-utils |