diff options
author | 2002-12-14 07:15:41 +0000 | |
---|---|---|
committer | 2002-12-14 07:15:41 +0000 | |
commit | f501f355263ceaca36c247ba6a0cae61ecbe88bf (patch) | |
tree | c1720a0ad50104f74af12a419f7a292f6830923a /app-admin | |
parent | masked duplicate app-text/psgml (diff) | |
download | historical-f501f355263ceaca36c247ba6a0cae61ecbe88bf.tar.gz historical-f501f355263ceaca36c247ba6a0cae61ecbe88bf.tar.bz2 historical-f501f355263ceaca36c247ba6a0cae61ecbe88bf.zip |
using both gtk and gtk2 flags
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/gkrellm/ChangeLog | 4 | ||||
-rw-r--r-- | app-admin/gkrellm/gkrellm-2.1.2.ebuild | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/gkrellm/ChangeLog b/app-admin/gkrellm/ChangeLog index fb4f09e7198c..952ebf46343f 100644 --- a/app-admin/gkrellm/ChangeLog +++ b/app-admin/gkrellm/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for app-admin/gkrellm # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/ChangeLog,v 1.23 2002/12/14 00:39:17 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/ChangeLog,v 1.24 2002/12/14 07:15:41 seemant Exp $ *gkrellm-2.1.2 (13 Dec 2002) @@ -10,7 +10,7 @@ Version bump, and uses the "gtk2" flag instead of "gtk" now, because the GUI portion is gtk2. Thanks to: absinthe@pobox.com (Dylan Carlson) in bug - #12122 + #12122. Later that day: made it use gtk || use gtk2 *gkrellm-2.1.1 (25 Nov 2002) diff --git a/app-admin/gkrellm/gkrellm-2.1.2.ebuild b/app-admin/gkrellm/gkrellm-2.1.2.ebuild index 177bf0405c20..ab3263bca1d2 100644 --- a/app-admin/gkrellm/gkrellm-2.1.2.ebuild +++ b/app-admin/gkrellm/gkrellm-2.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.2.ebuild,v 1.1 2002/12/14 00:39:17 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-2.1.2.ebuild,v 1.2 2002/12/14 07:15:41 seemant Exp $ DESCRIPTION="Single process stack of various system monitors" SRC_URI="http://web.wt.net/~billw/${PN}/${P}.tar.bz2" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gkrellm.net/" SLOT="2" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~alpha ~sparc" -IUSE="gtk2 nls" +IUSE="gtk gtk2 nls" DEPEND="gtk2? >=x11-libs/gtk+-2.0.5 : =dev-libs/glib-1.2*" RDEPEND="nls? ( sys-devel/gettext )" @@ -20,7 +20,7 @@ src_compile() { sed -e "s:enable_nls=1:enable_nls=0:" Makefile.orig > Makefile fi - if use gtk2 + if use gtk2 || use gtk then emake || die else @@ -33,7 +33,7 @@ src_install() { touch .keep dodir /usr/{bin,include,share/man} - if use gtk2 + if use gtk2 || use gtk then insinto /usr/lib/gkrellm2/themes doins .keep |