mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 17:41:05 +02:00
sys-devel/autoconf: Sync with Gentoo
It's from Gentoo commit db27d0e82a44717ec536e0905d7d0639ac223bd2.
This commit is contained in:
parent
8f4360c97b
commit
346b40780b
@ -12,13 +12,19 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
|
|||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="${PV:0:3}"
|
SLOT="${PV:0:3}"
|
||||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||||
|
IUSE="test"
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
|
dev-lang/perl
|
||||||
sys-devel/m4
|
sys-devel/m4
|
||||||
dev-lang/perl"
|
test? ( dev-util/dejagnu )
|
||||||
RDEPEND="${BDEPEND}
|
"
|
||||||
|
RDEPEND="
|
||||||
|
${BDEPEND}
|
||||||
sys-apps/texinfo
|
sys-apps/texinfo
|
||||||
>=sys-devel/autoconf-wrapper-13"
|
>=sys-devel/autoconf-wrapper-13
|
||||||
|
"
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}"/${P}-gentoo.patch
|
"${FILESDIR}"/${P}-gentoo.patch
|
||||||
|
@ -12,13 +12,19 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
|
|||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="${PV:0:3}"
|
SLOT="${PV:0:3}"
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||||
|
IUSE="test"
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
|
dev-lang/perl
|
||||||
sys-devel/m4
|
sys-devel/m4
|
||||||
dev-lang/perl"
|
test? ( dev-util/dejagnu )
|
||||||
RDEPEND="${BDEPEND}
|
"
|
||||||
|
RDEPEND="
|
||||||
|
${BDEPEND}
|
||||||
sys-apps/texinfo
|
sys-apps/texinfo
|
||||||
>=sys-devel/autoconf-wrapper-13"
|
>=sys-devel/autoconf-wrapper-13
|
||||||
|
"
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}"/${P}-gentoo.patch
|
"${FILESDIR}"/${P}-gentoo.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user