diff options
Diffstat (limited to 'sys-devel/autoconf/autoconf-9999.ebuild')
-rw-r--r-- | sys-devel/autoconf/autoconf-9999.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-devel/autoconf/autoconf-9999.ebuild b/sys-devel/autoconf/autoconf-9999.ebuild index eb8c5125e6f0..2471b7be65c3 100644 --- a/sys-devel/autoconf/autoconf-9999.ebuild +++ b/sys-devel/autoconf/autoconf-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-9999.ebuild,v 1.4 2011/09/21 08:36:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-9999.ebuild,v 1.5 2012/04/25 03:57:16 vapier Exp $ -EAPI="2" +EAPI="3" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git @@ -12,8 +12,8 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" #KEYWORDS="" else - SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 - ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.bz2" + SRC_URI="mirror://gnu/${PN}/${P}.tar.xz + ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" fi @@ -26,7 +26,7 @@ IUSE="emacs" DEPEND=">=sys-apps/texinfo-4.3 >=sys-devel/m4-1.4.6 - dev-lang/perl" + >=dev-lang/perl-5.6" RDEPEND="${DEPEND} >=sys-devel/autoconf-wrapper-10" PDEPEND="emacs? ( app-emacs/autoconf-mode )" |