diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-01-24 19:48:09 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-01-24 19:48:09 +0000 |
commit | 501d70d08a66dd1cb5e2d287d78678d5fa3d30a6 (patch) | |
tree | 5527257f446ab97616e7c2ef8808565dcf924c6a | |
parent | Fixed Java support (diff) | |
download | historical-501d70d08a66dd1cb5e2d287d78678d5fa3d30a6.tar.gz historical-501d70d08a66dd1cb5e2d287d78678d5fa3d30a6.tar.bz2 historical-501d70d08a66dd1cb5e2d287d78678d5fa3d30a6.zip |
added missing dep sys-apps/xfsprogs (it needs the headers)
-rw-r--r-- | sys-apps/dmapi/dmapi-20020124.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dmapi/dmapi-20020124.ebuild b/sys-apps/dmapi/dmapi-20020124.ebuild index 3dddae16be8b..eae5a58b84dc 100644 --- a/sys-apps/dmapi/dmapi-20020124.ebuild +++ b/sys-apps/dmapi/dmapi-20020124.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/dmapi/dmapi-20020124.ebuild,v 1.1 2002/01/24 08:02:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-20020124.ebuild,v 1.2 2002/01/24 19:48:09 danarmak Exp $ S=${WORKDIR}/cmd/${PN} DESCRIPTION="XFS data management API library" 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-devel/make" +DEPEND="virtual/glibc sys-devel/autoconf sys-devel/make sys-apps/xfsprogs" RDEPEND="virtual/glibc" src_compile() { |