diff options
Diffstat (limited to 'x11-wm/blackbox/blackbox-0.65.0-r2.ebuild')
-rw-r--r-- | x11-wm/blackbox/blackbox-0.65.0-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/blackbox/blackbox-0.65.0-r2.ebuild b/x11-wm/blackbox/blackbox-0.65.0-r2.ebuild index 1b15279def02..95c16d608880 100644 --- a/x11-wm/blackbox/blackbox-0.65.0-r2.ebuild +++ b/x11-wm/blackbox/blackbox-0.65.0-r2.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-wm/blackbox/blackbox-0.65.0-r2.ebuild,v 1.2 2003/10/11 14:10:10 hillster Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.65.0-r2.ebuild,v 1.3 2003/11/11 23:47:27 tseng Exp $ IUSE="nls" @@ -13,7 +13,8 @@ HOMEPAGE="http://blackboxwm.sf.net/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 ~ppc ~sparc" +MYCONF="--disable-nls" mydoc="AUTHORS LICENSE README ChangeLog* TODO* data/README*" @@ -29,7 +30,6 @@ pkg_postinst() { ewarn ewarn "This build of Blackbox makes use of the mousewheel patch, allowing you" ewarn "to use the mousewheel change workspace or application focus." - ewarn "It is known to have a few issues. For a install of Blackbox" - ewarn "you may emerge ${PN}-${PV}." + ewarn "Please note that NLS support is now *disabled*, as it is horribly broken." ewarn } |