summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-05-17 04:59:51 +0000
committerJeroen Roovers <jer@gentoo.org>2012-05-17 04:59:51 +0000
commit850775726c82802a622f6bf0fde8e6c7c4edcf5c (patch)
tree5928c3de4bb94fcd269780e71da55c39649dd670 /app-backup/amanda/amanda-3.2.1.ebuild
parentFix TEXTRELs when building fuser as a PIE #394443 by Attila Tóth. (diff)
downloadgentoo-2-850775726c82802a622f6bf0fde8e6c7c4edcf5c.tar.gz
gentoo-2-850775726c82802a622f6bf0fde8e6c7c4edcf5c.tar.bz2
gentoo-2-850775726c82802a622f6bf0fde8e6c7c4edcf5c.zip
Add missing dev-libs/libxslt dependency (bug #381307).
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/amanda/amanda-3.2.1.ebuild')
-rw-r--r--app-backup/amanda/amanda-3.2.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-backup/amanda/amanda-3.2.1.ebuild b/app-backup/amanda/amanda-3.2.1.ebuild
index 20859f607af5..1244bc0754ba 100644
--- a/app-backup/amanda/amanda-3.2.1.ebuild
+++ b/app-backup/amanda/amanda-3.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild,v 1.11 2012/05/03 02:06:09 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild,v 1.12 2012/05/17 04:59:51 jer Exp $
EAPI=3
inherit autotools eutils perl-module
@@ -41,6 +41,7 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
>=app-text/docbook-xsl-stylesheets-1.72.0
app-text/docbook-xml-dtd
+ dev-libs/libxslt
"
IUSE="curl gnuplot ipv6 kerberos minimal nls readline s3 samba xfs"