summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/mt-st/mt-st-0.6.ebuild')
-rw-r--r--app-arch/mt-st/mt-st-0.6.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-arch/mt-st/mt-st-0.6.ebuild b/app-arch/mt-st/mt-st-0.6.ebuild
index 188715f336c5..7288182d1731 100644
--- a/app-arch/mt-st/mt-st-0.6.ebuild
+++ b/app-arch/mt-st/mt-st-0.6.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.6.ebuild,v 1.14 2004/06/24 21:33:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.6.ebuild,v 1.15 2004/06/25 23:52:33 vapier Exp $
DESCRIPTION="Enhanced mt command for Linux, supporting Linux 2.4 ioctls"
-SRC_URI="http://www.ibiblio.org/pub/linux/system/backup/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/tar/"
+SRC_URI="http://www.ibiblio.org/pub/linux/system/backup/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
-IUSE=""
+SLOT="0"
KEYWORDS="x86 sparc"
+IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_unpack() {
unpack ${A}
@@ -24,6 +24,6 @@ src_compile() {
}
src_install() {
- dosbin mt stinit
+ dosbin mt stinit || die
doman mt.1 stinit.8
}