--- a/app-backup/amanda/amanda-3.3.5.ebuild +++ a/app-backup/amanda/amanda-3.3.5.ebuild @@ -8,8 +8,11 @@ inherit autotools eutils perl-module user systemd DESCRIPTION="The Advanced Maryland Automatic Network Disk Archiver" HOMEPAGE="http://www.amanda.org/" SRC_URI="mirror://sourceforge/amanda/${P}.tar.gz" + LICENSE="HPND BSD BSD-2 GPL-2+ GPL-3+" SLOT="0" +IUSE="curl gnuplot ipv6 kerberos minimal nls readline s3 samba systemd xfs" + KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND="sys-libs/readline virtual/awk @@ -43,8 +46,6 @@ DEPEND="${RDEPEND} dev-libs/libxslt " -IUSE="curl gnuplot ipv6 kerberos minimal nls readline s3 samba systemd xfs" - MYFILESDIR="${T}/files" ENVDIR="/etc/env.d" ENVDFILE="97amanda" @@ -135,6 +136,8 @@ src_unpack() { } src_prepare() { + # gentoo bug #537248 + epatch "${FILESDIR}/local-amanda-perl5.20.patch" # gentoo bug #331111 sed -i '/^check-local: check-perl$/d' "${S}"/config/automake/scripts.am @@ -470,3 +473,4 @@ amanda_permissions_fix() { chmod u=srwx,g=rx,o= "${root}"/${i} done } +