diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:48:45 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:51:54 +0100 |
commit | caa8457bf9ae7ae1dcc8778d7b4436b1a78cddc8 (patch) | |
tree | 06c18ab82eee5aa4b1f731fea33443fc7411713d /app-arch/lrzip | |
parent | app-arch/libarchive: drop x86-macos (diff) | |
download | gentoo-caa8457bf9ae7ae1dcc8778d7b4436b1a78cddc8.tar.gz gentoo-caa8457bf9ae7ae1dcc8778d7b4436b1a78cddc8.tar.bz2 gentoo-caa8457bf9ae7ae1dcc8778d7b4436b1a78cddc8.zip |
app-arch/lrzip: 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/lrzip')
-rw-r--r-- | app-arch/lrzip/lrzip-0.631_p20190619.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild b/app-arch/lrzip/lrzip-0.631_p20190619.ebuild index 4600e8d1820e..7afb90831e9e 100644 --- a/app-arch/lrzip/lrzip-0.631_p20190619.ebuild +++ b/app-arch/lrzip/lrzip-0.631_p20190619.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=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/ckolivas/lrzip/archive/${MY_COMMIT}.tar.gz -> ${P}.t LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~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 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" RDEPEND="dev-libs/lzo |