diff options
author | Olivier Crête <tester@gentoo.org> | 2003-07-18 19:14:40 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2003-07-18 19:14:40 +0000 |
commit | 5484daba47fa8381f64c06bda4730c35140648ff (patch) | |
tree | 074f11f9818572f92209fc845a407a7750b38ea6 /app-arch/mt-st | |
parent | Make the config function output the repository location (diff) | |
download | gentoo-2-5484daba47fa8381f64c06bda4730c35140648ff.tar.gz gentoo-2-5484daba47fa8381f64c06bda4730c35140648ff.tar.bz2 gentoo-2-5484daba47fa8381f64c06bda4730c35140648ff.zip |
Adding amd64 to a bunch of stuff
Diffstat (limited to 'app-arch/mt-st')
-rw-r--r-- | app-arch/mt-st/Manifest | 8 | ||||
-rw-r--r-- | app-arch/mt-st/mt-st-0.7-r1.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-arch/mt-st/Manifest b/app-arch/mt-st/Manifest index 92b902b0df00..d37e789e6285 100644 --- a/app-arch/mt-st/Manifest +++ b/app-arch/mt-st/Manifest @@ -1,7 +1,7 @@ +MD5 b3090e2b889c3dd9d2c270a06ae2469c mt-st-0.7.ebuild 725 +MD5 40e6864af0efa756bbe610442f0e4f2d mt-st-0.6.ebuild 709 +MD5 be69df54ef3a7d28f9af85a8bf4a767f mt-st-0.7-r1.ebuild 781 +MD5 0c5ae2ea8242dd570d93e88697955a75 ChangeLog 826 MD5 6a81aa6195840ec61f8fdfc81f476f03 files/digest-mt-st-0.6 60 MD5 97eb21a50a993a5e783cb7964d288978 files/digest-mt-st-0.7 60 MD5 97eb21a50a993a5e783cb7964d288978 files/digest-mt-st-0.7-r1 60 -MD5 40e6864af0efa756bbe610442f0e4f2d mt-st-0.6.ebuild 709 -MD5 b3090e2b889c3dd9d2c270a06ae2469c mt-st-0.7.ebuild 725 -MD5 0c5ae2ea8242dd570d93e88697955a75 ChangeLog 826 -MD5 f7c58aa8b62846a3387862ce58b70c7f mt-st-0.7-r1.ebuild 777 diff --git a/app-arch/mt-st/mt-st-0.7-r1.ebuild b/app-arch/mt-st/mt-st-0.7-r1.ebuild index f11ef5d8ca1c..414d44e46428 100644 --- a/app-arch/mt-st/mt-st-0.7-r1.ebuild +++ b/app-arch/mt-st/mt-st-0.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.7-r1.ebuild,v 1.1 2003/06/22 19:43:03 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.7-r1.ebuild,v 1.2 2003/07/18 19:14:23 tester Exp $ DESCRIPTION="Enhanced mt command for Linux, supporting Linux 2.4 ioctls" HOMEPAGE="http://www.gnu.org/software/tar/" @@ -9,7 +9,7 @@ S=${WORKDIR}/${P} SRC_URI="http://www.ibiblio.org/pub/linux/system/backup/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha hppa" +KEYWORDS="x86 ppc sparc alpha hppa amd64" DEPEND="virtual/glibc" src_unpack() { |