diff options
author | 2024-09-24 05:49:59 +0000 | |
---|---|---|
committer | 2024-09-24 05:49:59 +0000 | |
commit | 1772e64dc8057f1eb1f3b7d32acc9a03150685b3 (patch) | |
tree | c3d4633919122e1f2917677ec1ed31285e67c637 /app-arch/lha | |
parent | app-arch/lha: Stabilize 114i_p20210328 x86, #940180 (diff) | |
download | gentoo-1772e64dc8057f1eb1f3b7d32acc9a03150685b3.tar.gz gentoo-1772e64dc8057f1eb1f3b7d32acc9a03150685b3.tar.bz2 gentoo-1772e64dc8057f1eb1f3b7d32acc9a03150685b3.zip |
app-arch/lha: Stabilize 114i_p20210328 amd64, #940180
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-arch/lha')
-rw-r--r-- | app-arch/lha/lha-114i_p20210328.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/lha/lha-114i_p20210328.ebuild b/app-arch/lha/lha-114i_p20210328.ebuild index ea97cc1f2733..9a9521cb43ee 100644 --- a/app-arch/lha/lha-114i_p20210328.ebuild +++ b/app-arch/lha/lha-114i_p20210328.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jca02266/lha/archive/${MY_COMMIT}.tar.gz -> ${P}.tar LICENSE="lha" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" S="${WORKDIR}/${PN}-${MY_COMMIT}" |