Diff lha-114i_p20201004 with a lha-114i_p20210328
/usr/portage/app-arch/lha/lha-114i_p20210328.ebuild 2023-10-09 14:52:28.184368317 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit autotools |
7 | 7 | |
8 |
MY_COMMIT="7c3cd95fdf0d2f9198bb779561724cd314bc39a6" |
|
8 |
MY_COMMIT="26950220c9c7590fd603ecaa54a12a52371affed" |
|
9 | 9 | |
10 | 10 |
DESCRIPTION="Utility for creating and opening lzh archives" |
11 | 11 |
HOMEPAGE="https://github.com/jca02266/lha https://lha.osdn.jp" |
... | ... | |
13 | 13 | |
14 | 14 |
LICENSE="lha" |
15 | 15 |
SLOT="0" |
16 |
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" |
|
16 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" |
|
17 | 17 | |
18 | 18 |
S="${WORKDIR}/${PN}-${MY_COMMIT}" |
19 | 19 |