diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 20:08:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 20:08:41 +0000 |
commit | b54767790500906e1e7d2aeb58ab6d1a7184c406 (patch) | |
tree | 61fdef8241b97181306617b9137500c1cb938b57 /app-text/rcs | |
parent | Closing #35809. (diff) | |
download | historical-b54767790500906e1e7d2aeb58ab6d1a7184c406.tar.gz historical-b54767790500906e1e7d2aeb58ab6d1a7184c406.tar.bz2 historical-b54767790500906e1e7d2aeb58ab6d1a7184c406.zip |
Remove arm keywords
Diffstat (limited to 'app-text/rcs')
-rw-r--r-- | app-text/rcs/rcs-5.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/rcs/rcs-5.7-r1.ebuild b/app-text/rcs/rcs-5.7-r1.ebuild index f0a57b336dba..be8312a32d5c 100644 --- a/app-text/rcs/rcs-5.7-r1.ebuild +++ b/app-text/rcs/rcs-5.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-text/rcs/rcs-5.7-r1.ebuild,v 1.11 2003/02/13 09:43:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7-r1.ebuild,v 1.12 2004/02/22 20:05:41 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Revision Control System" @@ -13,7 +13,7 @@ DEPEND="virtual/glibc" RDEPEND="sys-apps/diffutils" -KEYWORDS="x86 ppc sparc " +KEYWORDS="x86 ppc sparc" src_compile() { |