diff options
author | 2005-04-27 20:36:29 +0000 | |
---|---|---|
committer | 2005-04-27 20:36:29 +0000 | |
commit | 347ad91ec98acdfa02f79d8fb642117b9a6c3ff8 (patch) | |
tree | fed2b6da9dbc8791f3cacb5de6156597f54a9e3a /x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild | |
parent | Added ~ppc64 to KEYWORDS (diff) | |
download | gentoo-2-347ad91ec98acdfa02f79d8fb642117b9a6c3ff8.tar.gz gentoo-2-347ad91ec98acdfa02f79d8fb642117b9a6c3ff8.tar.bz2 gentoo-2-347ad91ec98acdfa02f79d8fb642117b9a6c3ff8.zip |
Stable on amd64.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild')
-rw-r--r-- | x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild index ea308e4bd228..56edef927287 100644 --- a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild +++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild,v 1.6 2004/06/24 22:58:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild,v 1.7 2005/04/27 20:31:36 herbs Exp $ + +inherit multilib DESCRIPTION="Configurable Tray Icons for GKrellM" HOMEPAGE="http://sweb.cz/tripie/gkrellm/trayicons/" @@ -8,7 +10,7 @@ SRC_URI="http://sweb.cz/tripie/gkrellm/trayicons/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ppc ~amd64" +KEYWORDS="~x86 ppc amd64" IUSE="" DEPEND="app-admin/gkrellm" @@ -18,7 +20,7 @@ src_compile() { } src_install() { - insinto /usr/lib/gkrellm2/plugins + insinto /usr/$(get_libdir)/gkrellm2/plugins doins trayicons.so dodoc AUTHORS LICENSE ChangeLog } |