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 | aafe413caa110cd952cb043f2e4a4d088f40714f (patch) | |
tree | 06c108d0f3c11e3bb7df51a6a16d5a81013f415a /x11-terms | |
parent | added dvb use-var (diff) | |
download | gentoo-2-aafe413caa110cd952cb043f2e4a4d088f40714f.tar.gz gentoo-2-aafe413caa110cd952cb043f2e4a4d088f40714f.tar.bz2 gentoo-2-aafe413caa110cd952cb043f2e4a4d088f40714f.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" |