diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 14:16:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 14:16:07 +0000 |
commit | f5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a (patch) | |
tree | db38970b0aee99e8ef1a7e46747ab0aa2f70a68e /app-arch/mt-st/mt-st-0.7.ebuild | |
parent | Added SLOT and KEYWORDS (diff) | |
download | gentoo-2-f5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a.tar.gz gentoo-2-f5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a.tar.bz2 gentoo-2-f5d020b5cdc5f50c38a49cc6d777e159d4c0ae6a.zip |
repoman'd
Diffstat (limited to 'app-arch/mt-st/mt-st-0.7.ebuild')
-rw-r--r-- | app-arch/mt-st/mt-st-0.7.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-arch/mt-st/mt-st-0.7.ebuild b/app-arch/mt-st/mt-st-0.7.ebuild index f542a179fa14..074c32975e4e 100644 --- a/app-arch/mt-st/mt-st-0.7.ebuild +++ b/app-arch/mt-st/mt-st-0.7.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.7.ebuild,v 1.4 2002/07/17 20:44:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.7.ebuild,v 1.5 2002/07/25 14:16:07 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Enhanced mt command for Linux, supporting Linux 2.4 ioctls" SRC_URI="http://www.ibiblio.org/pub/linux/system/backup/${P}.tar.gz" -SLOT="0" HOMEPAGE="http://www.gnu.org/software/tar/" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="virtual/glibc" |