diff options
author | 2002-07-16 04:01:26 +0000 | |
---|---|---|
committer | 2002-07-16 04:01:26 +0000 | |
commit | 47ae6590d5b4ee8bff5ef0ed878769468d54351e (patch) | |
tree | 14b34a8c365d37b17b5d3a373486fcdeaf6c2078 /app-text/rcs/rcs-5.7-r1.ebuild | |
parent | Fixes compile error. #4912. Thanks to Roman Weber (diff) | |
download | historical-47ae6590d5b4ee8bff5ef0ed878769468d54351e.tar.gz historical-47ae6590d5b4ee8bff5ef0ed878769468d54351e.tar.bz2 historical-47ae6590d5b4ee8bff5ef0ed878769468d54351e.zip |
Added KEYWORDS
Diffstat (limited to 'app-text/rcs/rcs-5.7-r1.ebuild')
-rw-r--r-- | app-text/rcs/rcs-5.7-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/rcs/rcs-5.7-r1.ebuild b/app-text/rcs/rcs-5.7-r1.ebuild index 658915d0d62b..d040cc675b23 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-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7-r1.ebuild,v 1.5 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7-r1.ebuild,v 1.6 2002/07/16 04:01:26 owen Exp $ S=${WORKDIR}/${P} DESCRIPTION="Revision Control System" @@ -10,7 +10,8 @@ HOMEPAGE="http://www.gnu.org/software/rcs/" DEPEND="virtual/glibc" RDEPEND="sys-apps/diffutils" - + +KEYWORDS="x86 ppc" src_compile() { |