Ignore:
Timestamp:
Sep 2, 2015, 11:11:39 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • Fix build process for gentoo (Marc Elser melsers_at_gmx.chx>)
File:
1 moved

Legend:

Unmodified
Added
Removed
  • projects/mondorescue/pbconf/branches/3.2/MondoRescue/ebuild/MondoRescue.ebuild

    r1993 r1994  
    55# $Id$
    66
    7 inherit libtool
     7EAPI=5
     8
     9inherit perl-module
    810
    911DESCRIPTION="PBSUMMARY"
    1012HOMEPAGE="PBURL"
    11 #SRC_URI="PBREPO/PBSRC"
    12 SRC_URI="ftp://ftp.mondorescue.org/src/${PN/-rescue/}-${PV}.tar.gz"
     13SRC_URI="PBREPO/PBSRC"
    1314
    1415LICENSE="GPL-2"
     
    1819
    1920DEPEND="${RDEPEND}"
    20 RDEPEND="dev-util/projectbuilder
    21     perl >= 5.6.2"
     21RDEPEND="dev-util/ProjectBuilder
     22    >=dev-lang/perl-5.6.2"
    2223MANDIR="/usr/share/man"
    2324
Note: See TracChangeset for help on using the changeset viewer.