diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-03-07 08:09:31 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-03-07 08:09:31 +0000 |
commit | 24194efd34a99cae4d0d9a5a8e41de0585fbdc22 (patch) | |
tree | 09da70670af5772b7c305cc6fa60dbfcf0552c23 /x11-terms | |
parent | added dvb use-var (diff) | |
download | historical-24194efd34a99cae4d0d9a5a8e41de0585fbdc22.tar.gz historical-24194efd34a99cae4d0d9a5a8e41de0585fbdc22.tar.bz2 historical-24194efd34a99cae4d0d9a5a8e41de0585fbdc22.zip |
masking flaky rxvt
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" |