diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-06-28 02:24:53 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-06-28 02:24:53 +0000 |
commit | 9cbe0d5a2970fb6b0ba4f7d33570e1f9549c4f49 (patch) | |
tree | d14d4f746e6bd5bbd8226d0d36789d053a806788 /app-text/c2ps/c2ps-4.0.ebuild | |
parent | QA - fix use invocation (diff) | |
download | historical-9cbe0d5a2970fb6b0ba4f7d33570e1f9549c4f49.tar.gz historical-9cbe0d5a2970fb6b0ba4f7d33570e1f9549c4f49.tar.bz2 historical-9cbe0d5a2970fb6b0ba4f7d33570e1f9549c4f49.zip |
Added ~sparc, ~mips
Diffstat (limited to 'app-text/c2ps/c2ps-4.0.ebuild')
-rw-r--r-- | app-text/c2ps/c2ps-4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild index d171c83406d3..b3750576f786 100644 --- a/app-text/c2ps/c2ps-4.0.ebuild +++ b/app-text/c2ps/c2ps-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/c2ps-4.0.ebuild,v 1.6 2004/06/24 22:28:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/c2ps-4.0.ebuild,v 1.7 2004/06/28 02:18:31 ciaranm Exp $ DESCRIPTION="Generates a beautified ps document from a source file (c/c++)" HOMEPAGE="http://www.cs.technion.ac.il/users/c2ps" @@ -8,7 +8,7 @@ SRC_URI="http://www.cs.technion.ac.il/users/c2ps/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~sparc ~mips" IUSE="" src_compile() { |