sys-devel/automake: Sync with Gentoo

It's from Gentoo commit c449267b6b9dbf9d088ab7a952ee28ba8575054f.
This commit is contained in:
Flatcar Buildbot 2023-07-17 07:13:32 +00:00 committed by Sayan Chowdhury
parent 64ed8cde4c
commit 92051767a4
No known key found for this signature in database
GPG Key ID: B02399319CD05C8B
3 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit python-any-r1
@ -15,7 +15,7 @@ else
MY_P="${P}"
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
https://alpha.gnu.org/pub/gnu/${PN}/${MY_P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
else
MY_PV="$(ver_cut 1).$(($(ver_cut 2)-1))b"
MY_P="${PN}-${MY_PV}"
@ -42,7 +42,7 @@ RDEPEND=">=dev-lang/perl-5.6
sys-devel/gnuconfig"
DEPEND="${RDEPEND}"
BDEPEND="
app-arch/gzip
app-alternatives/gzip
sys-apps/help2man
test? ( ${PYTHON_DEPS} )
"

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit python-any-r1
@ -42,7 +42,7 @@ RDEPEND=">=dev-lang/perl-5.6
sys-devel/gnuconfig"
DEPEND="${RDEPEND}"
BDEPEND="
app-arch/gzip
app-alternatives/gzip
sys-apps/help2man
test? ( ${PYTHON_DEPS} )
"

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit python-any-r1
@ -42,7 +42,7 @@ RDEPEND=">=dev-lang/perl-5.6
sys-devel/gnuconfig"
DEPEND="${RDEPEND}"
BDEPEND="
app-arch/gzip
app-alternatives/gzip
sys-apps/help2man
test? ( ${PYTHON_DEPS} )
"