diff options
author | Olivier Crête <tester@gentoo.org> | 2003-07-20 00:49:44 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2003-07-20 00:49:44 +0000 |
commit | 81cf953df404da2297ec6857c325c3f07df81d21 (patch) | |
tree | ac4883065cd62f1d9ae4e56468c52965e2d38e13 /sys-apps/textutils | |
parent | initial ebuild (diff) | |
download | historical-81cf953df404da2297ec6857c325c3f07df81d21.tar.gz historical-81cf953df404da2297ec6857c325c3f07df81d21.tar.bz2 historical-81cf953df404da2297ec6857c325c3f07df81d21.zip |
unmask empty textutils on amd64
Diffstat (limited to 'sys-apps/textutils')
-rw-r--r-- | sys-apps/textutils/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/textutils/textutils-2.1-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/textutils/Manifest b/sys-apps/textutils/Manifest index 230b37e1d3c0..f76d27d5aa16 100644 --- a/sys-apps/textutils/Manifest +++ b/sys-apps/textutils/Manifest @@ -1,6 +1,6 @@ MD5 11ee038e783a57b232061caddd8a48a0 textutils-2.1.ebuild 1101 MD5 4639171ca42a3aba855a0b48114d7e8b textutils-2.0.21.ebuild 1254 -MD5 805c1782faed7b13286d54877130f5f1 textutils-2.1-r1.ebuild 467 +MD5 daaa565e04dac807cec4a2150533d2fc textutils-2.1-r1.ebuild 472 MD5 1adb441c8e36850d8ab67059854567a3 ChangeLog 2387 MD5 fa618c23a88a25c243798aacf2db59a6 files/textutils-2.0.21-gentoo.diff 1278 MD5 912d3e77416726cfd0e4fbe8b53a3468 files/digest-textutils-2.1 66 diff --git a/sys-apps/textutils/textutils-2.1-r1.ebuild b/sys-apps/textutils/textutils-2.1-r1.ebuild index d3bf88a1ed5c..cdda9fa66643 100644 --- a/sys-apps/textutils/textutils-2.1-r1.ebuild +++ b/sys-apps/textutils/textutils-2.1-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1-r1.ebuild,v 1.1 2003/07/18 12:50:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1-r1.ebuild,v 1.2 2003/07/20 00:49:39 tester Exp $ DESCRIPTION="textutils, sh-utils and fileutils are replaced by coreutils" HOMEPAGE="http://www.gnu.org/software/coreutils/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm amd64" RDEPEND="sys-apps/coreutils" |