diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 21:18:38 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 21:18:38 +0000 |
commit | 28f70cf6c7f92ec63e55c9a485a841a4d60c31fb (patch) | |
tree | e91c01ae57dedc7b8af04c83cda58394df7f4998 /x11-plugins/gkrellkam | |
parent | Stable on amd64. (diff) | |
download | historical-28f70cf6c7f92ec63e55c9a485a841a4d60c31fb.tar.gz historical-28f70cf6c7f92ec63e55c9a485a841a4d60c31fb.tar.bz2 historical-28f70cf6c7f92ec63e55c9a485a841a4d60c31fb.zip |
multilib fixes
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'x11-plugins/gkrellkam')
-rw-r--r-- | x11-plugins/gkrellkam/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-plugins/gkrellkam/ChangeLog b/x11-plugins/gkrellkam/ChangeLog index 43432c43f6cd..7a5072348002 100644 --- a/x11-plugins/gkrellkam/ChangeLog +++ b/x11-plugins/gkrellkam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkrellkam # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/ChangeLog,v 1.10 2005/03/25 16:43:09 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/ChangeLog,v 1.11 2005/04/27 21:18:38 herbs Exp $ + + 27 Apr 2005; Herbie Hopkins <herbs@gentoo.org> gkrellkam-2.0.0.ebuild: + multilib fixes 25 Mar 2005; Danny van Dyk <kugelfang@gentoo.org> gkrellkam-2.0.0.ebuild: Marked stable on amd64. diff --git a/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild b/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild index dce1216281f0..91ff65a12091 100644 --- a/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild +++ b/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild,v 1.11 2005/03/25 16:43:09 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild,v 1.12 2005/04/27 21:18:38 herbs Exp $ + +inherit multilib MY_P=${P/-/_} IUSE="" @@ -14,7 +16,7 @@ KEYWORDS="x86 ppc sparc alpha amd64" DEPEND="=app-admin/gkrellm-2*" src_install () { - exeinto /usr/lib/gkrellm2/plugins + exeinto /usr/$(get_libdir)/gkrellm2/plugins doexe gkrellkam2.so doman gkrellkam-list.5 |