diff options
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/rxvt/rxvt-2.7.9.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-terms/rxvt/rxvt-2.7.9.ebuild b/x11-terms/rxvt/rxvt-2.7.9.ebuild index e487132e6858..32590289442b 100644 --- a/x11-terms/rxvt/rxvt-2.7.9.ebuild +++ b/x11-terms/rxvt/rxvt-2.7.9.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/x11-terms/rxvt/rxvt-2.7.9.ebuild,v 1.1 2003/03/03 10:21:49 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.9.ebuild,v 1.2 2003/03/07 08:09:31 drobbins Exp $ inherit eutils @@ -10,7 +10,10 @@ DESCRIPTION="rxvt -- nice small x11 terminal" SRC_URI="ftp://ftp.rxvt.org/pub/rxvt/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" +#This ebuild has problems compiling, and die doesn't detect the error. +#some UTMP issue, and rxvt doesn't compile. So zapping this for now (drobbins, 07 Mar 2003) +KEYWORDS="-*" +#KEYWORDS="~x86 ~ppc ~alpha ~sparc" HOMEPAGE="http://www.rxvt.org" |