diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:49:11 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:51:54 +0100 |
commit | 2bed783313125796fa16f277eecdef403e2ddaa4 (patch) | |
tree | a4c852073b11eb12b32ed0fc7651ec3aa4c65ff7 /app-arch/lzip | |
parent | app-arch/lz4: drop x86-macos (diff) | |
download | gentoo-2bed783313125796fa16f277eecdef403e2ddaa4.tar.gz gentoo-2bed783313125796fa16f277eecdef403e2ddaa4.tar.bz2 gentoo-2bed783313125796fa16f277eecdef403e2ddaa4.zip |
app-arch/lzip: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-arch/lzip')
-rw-r--r-- | app-arch/lzip/lzip-1.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/lzip/lzip-1.21.ebuild b/app-arch/lzip/lzip-1.21.ebuild index 74494bc80ba0..fc8241c82e5e 100644 --- a/app-arch/lzip/lzip-1.21.ebuild +++ b/app-arch/lzip/lzip-1.21.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=6 @@ -11,7 +11,7 @@ SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 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 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" S="${WORKDIR}/${P/_/-}" |