diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:02:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:50:21 +0000 |
commit | 4f97a053cbdae3d39644b4d0c61220dae005bc0f (patch) | |
tree | 2d8e7fb3d251c81c5c47559a2d93b14af283ed74 /app-arch | |
parent | app-arch/ncompress: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-4f97a053cbdae3d39644b4d0c61220dae005bc0f.tar.gz gentoo-4f97a053cbdae3d39644b4d0c61220dae005bc0f.tar.bz2 gentoo-4f97a053cbdae3d39644b4d0c61220dae005bc0f.zip |
app-arch/pbzip2: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/pbzip2/pbzip2-1.1.12.ebuild b/app-arch/pbzip2/pbzip2-1.1.12.ebuild index b1c5fe68fa03..59a8b73bbc09 100644 --- a/app-arch/pbzip2/pbzip2-1.1.12.ebuild +++ b/app-arch/pbzip2/pbzip2-1.1.12.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=5 @@ -11,7 +11,7 @@ SRC_URI="https://launchpad.net/pbzip2/${PV:0:3}/${PV}/+download/${P}.tar.gz" LICENSE="BZIP2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="static symlink" LIB_DEPEND="app-arch/bzip2[static-libs(+)]" |