diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 20:16:25 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 20:16:25 +0000 |
commit | bd665579887a9466af5a6f94d7f368fcdc5eff37 (patch) | |
tree | e085d47d43411e0960e248e9192311de2329d822 /x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild | |
parent | Added ~ppc64 to KEYWORDS (diff) | |
download | gentoo-2-bd665579887a9466af5a6f94d7f368fcdc5eff37.tar.gz gentoo-2-bd665579887a9466af5a6f94d7f368fcdc5eff37.tar.bz2 gentoo-2-bd665579887a9466af5a6f94d7f368fcdc5eff37.zip |
Stable on amd64.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild')
-rw-r--r-- | x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild index 22e7c0345637..4df8690b5e8e 100644 --- a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild +++ b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.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/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v 1.13 2004/07/09 23:00:51 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v 1.14 2005/04/27 20:12:21 herbs Exp $ + +inherit multilib IUSE="" DESCRIPTION="a Program-Launcher Plugin for GKrellM2" @@ -11,14 +13,14 @@ DEPEND="=app-admin/gkrellm-2*" SLOT="2" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha ~amd64" +KEYWORDS="x86 ppc sparc alpha amd64" src_compile() { make || die } src_install () { - insinto /usr/lib/gkrellm2/plugins + insinto /usr/$(get_libdir)/gkrellm2/plugins doins gkrellmlaunch.so dodoc README |