summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-31 20:49:07 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-31 20:49:07 +0000
commitbe3eb5e24a1ee9b920f5abc0395377870260323f (patch)
tree738e86242e5972111efda01394d9d1604355edaf /sys-apps/tar
parent*** empty log message *** (diff)
downloadhistorical-be3eb5e24a1ee9b920f5abc0395377870260323f.tar.gz
historical-be3eb5e24a1ee9b920f5abc0395377870260323f.tar.bz2
historical-be3eb5e24a1ee9b920f5abc0395377870260323f.zip
*** empty log message ***
Diffstat (limited to 'sys-apps/tar')
-rw-r--r--sys-apps/tar/tar-1.13.18-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/tar/tar-1.13.18-r1.ebuild b/sys-apps/tar/tar-1.13.18-r1.ebuild
index 57f1e78e7dab..bbbaec3312d3 100644
--- a/sys-apps/tar/tar-1.13.18-r1.ebuild
+++ b/sys-apps/tar/tar-1.13.18-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.18-r1.ebuild,v 1.1 2001/01/01 21:58:26 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.18-r1.ebuild,v 1.2 2001/01/31 20:49:07 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,7 +9,8 @@ S=${WORKDIR}/${P}
DESCRIPTION="Use this to try make tarballs :)"
SRC_URI="ftp://alpha.gnu.org/gnu/tar/"${A}
HOMEPAGE="http://www.gnu.org/software/tar/"
-DEPEND=">=sys-libs/glibc-2.1.3"
+DEPEND="virtual/glibc"
+
src_compile() {
try ./configure --prefix=/usr --libexecdir=/usr/libexec/misc --host=${CHOST}
try make ${MAKEOPTS}