diff options
author | 2005-04-28 16:00:30 +0000 | |
---|---|---|
committer | 2005-04-28 16:00:30 +0000 | |
commit | 8acac40755cebafe791a6d338cae0e79a3241cbe (patch) | |
tree | 761909a8bc10812985ad556521b410f5e8d328da /sys-fs/xfsdump/xfsdump-2.2.25.ebuild | |
parent | Only have this for >=pam-0.78, as we want to make use of the 'include' (diff) | |
download | historical-8acac40755cebafe791a6d338cae0e79a3241cbe.tar.gz historical-8acac40755cebafe791a6d338cae0e79a3241cbe.tar.bz2 historical-8acac40755cebafe791a6d338cae0e79a3241cbe.zip |
Update dep to >=sys-apps/attr-2.4.19 since xfsdump doesn't build with older
versions. Trim older version.
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'sys-fs/xfsdump/xfsdump-2.2.25.ebuild')
-rw-r--r-- | sys-fs/xfsdump/xfsdump-2.2.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/xfsdump/xfsdump-2.2.25.ebuild b/sys-fs/xfsdump/xfsdump-2.2.25.ebuild index 3a489fb80184..212924c67ac1 100644 --- a/sys-fs/xfsdump/xfsdump-2.2.25.ebuild +++ b/sys-fs/xfsdump/xfsdump-2.2.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.25.ebuild,v 1.4 2005/04/25 06:51:10 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.25.ebuild,v 1.5 2005/04/28 16:00:30 agriffis Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="debug static" DEPEND="sys-fs/e2fsprogs sys-fs/xfsprogs sys-apps/dmapi - sys-apps/attr" + >=sys-apps/attr-2.4.19" src_unpack() { unpack ${A} |