diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-12-23 20:40:03 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-12-23 20:40:03 +0000 |
commit | 5c3a10170d37594970037ef746bc2b7795d4655f (patch) | |
tree | 7b64b4fc1843a387cad1222a7c4462eb240daba3 /dev-util/cweb/cweb-3.64.ebuild | |
parent | Fix accidently derefenced symlinks for libfontconfig. (diff) | |
download | gentoo-2-5c3a10170d37594970037ef746bc2b7795d4655f.tar.gz gentoo-2-5c3a10170d37594970037ef746bc2b7795d4655f.tar.bz2 gentoo-2-5c3a10170d37594970037ef746bc2b7795d4655f.zip |
Stable on ppc wrt bug #136559.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-util/cweb/cweb-3.64.ebuild')
-rw-r--r-- | dev-util/cweb/cweb-3.64.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/cweb/cweb-3.64.ebuild b/dev-util/cweb/cweb-3.64.ebuild index 7fd388e5255a..c272299b9333 100644 --- a/dev-util/cweb/cweb-3.64.ebuild +++ b/dev-util/cweb/cweb-3.64.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/cweb-3.64.ebuild,v 1.9 2005/08/28 17:50:55 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/cweb-3.64.ebuild,v 1.10 2006/12/23 20:40:03 dertobi123 Exp $ S=${WORKDIR} DESCRIPTION="Knuth's and Levy's C/C++ documenting system" @@ -9,7 +9,7 @@ HOMEPAGE="http://www-cs-faculty.stanford.edu/~knuth/cweb.html" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~ppc sparc x86" +KEYWORDS="~amd64 ppc sparc x86" IUSE="" DEPEND="virtual/libc" |