diff options
Diffstat (limited to 'app-admin/gkrellm/gkrellm-2.1.10.ebuild')
-rw-r--r-- | app-admin/gkrellm/gkrellm-2.1.10.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-admin/gkrellm/gkrellm-2.1.10.ebuild b/app-admin/gkrellm/gkrellm-2.1.10.ebuild index e0ab02e6d5a1..5be282ccad54 100644 --- a/app-admin/gkrellm/gkrellm-2.1.10.ebuild +++ b/app-admin/gkrellm/gkrellm-2.1.10.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/app-admin/gkrellm/gkrellm-2.1.10.ebuild,v 1.1 2003/04/28 21:53:33 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-2.1.10.ebuild,v 1.2 2003/05/17 11:58:59 mholzer Exp $ IUSE="gtk gtk2 nls" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gkrellm.net/" SLOT="2" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~mips" +KEYWORDS="x86 ~ppc ~alpha ~sparc ~hppa ~mips" DEPEND="gtk? ( >=x11-libs/gtk+-2.0.5 ) gtk2? ( >=x11-libs/gtk+-2.0.5 )" @@ -20,8 +20,7 @@ RDEPEND="nls? ( sys-devel/gettext )" src_compile() { if [ ! "`use nls`" ]; then - cp Makefile Makefile.orig - sed -e "s:enable_nls=1:enable_nls=0:" Makefile.orig > Makefile + sed -i "s:enable_nls=1:enable_nls=0:" Makefile fi if use gtk2 || use gtk |