autoconf-2.65-r1.ebuild 627 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. inherit toolchain-autoconf
  5. DESCRIPTION="Used to create autoconfiguration files"
  6. HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
  7. SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
  8. LICENSE="GPL-3"
  9. SLOT="${PV}"
  10. KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
  11. IUSE=""
  12. DEPEND=">=sys-devel/m4-1.4.6
  13. dev-lang/perl"
  14. RDEPEND="${DEPEND}
  15. !~sys-devel/${P}:2.5
  16. >=sys-devel/autoconf-wrapper-13"
  17. PATCHES=(
  18. "${FILESDIR}"/${P}-AC_TYPE_INT_T.patch #324649
  19. )