diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-03-31 23:07:03 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-03-31 23:07:03 +0000 |
commit | 8216d5183f4333ea4648e6871240c90137b67e6d (patch) | |
tree | 223c17e04976a292c67172c24219929f1b85ef35 /sys-apps/acl | |
parent | Adding PovRay 3.1g to portage, no linux distribution is complete without (diff) | |
download | gentoo-2-8216d5183f4333ea4648e6871240c90137b67e6d.tar.gz gentoo-2-8216d5183f4333ea4648e6871240c90137b67e6d.tar.bz2 gentoo-2-8216d5183f4333ea4648e6871240c90137b67e6d.zip |
Specified sys-apps/attr version in DEPEND, since the build failed with an older
attr.
Diffstat (limited to 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/acl-20020330.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/acl/acl-20020330.ebuild b/sys-apps/acl/acl-20020330.ebuild index a96c20ab9912..9391b14ed6ad 100644 --- a/sys-apps/acl/acl-20020330.ebuild +++ b/sys-apps/acl/acl-20020330.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-20020330.ebuild,v 1.1 2002/03/31 01:21:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-20020330.ebuild,v 1.2 2002/03/31 23:07:03 agenkin Exp $ S=${WORKDIR}/cmd/${PN} DESCRIPTION="XFS dump/restore utilities" SRC_URI="http://www.ibiblio.org/gentoo/distfiles/xfs-cmd-${PV}.tar.bz2" HOMEPAGE="http://oss.sgi.com/projects/xfs" -DEPEND="virtual/glibc sys-devel/autoconf sys-apps/attr sys-devel/make" +DEPEND="virtual/glibc sys-devel/autoconf >=sys-apps/attr-20020330 sys-devel/make" RDEPEND="virtual/glibc" src_compile() { |