diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 20:43:55 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 20:43:55 +0000 |
commit | 812ca6a242d9e66c2198df0a040820b4f7e7b9d7 (patch) | |
tree | 94b35656be62655511bf3c31c905caf4c2eb641d /x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild | |
parent | Added ~ppc64 to KEYWORDS (diff) | |
download | gentoo-2-812ca6a242d9e66c2198df0a040820b4f7e7b9d7.tar.gz gentoo-2-812ca6a242d9e66c2198df0a040820b4f7e7b9d7.tar.bz2 gentoo-2-812ca6a242d9e66c2198df0a040820b4f7e7b9d7.zip |
Stable on amd64.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild')
-rw-r--r-- | x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild index 7467a66821b7..fda50be934ad 100644 --- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild +++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.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-mailwatch/gkrellm-mailwatch-2.4.3.ebuild,v 1.4 2004/09/02 18:22:39 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild,v 1.5 2005/04/27 20:39:26 herbs Exp $ + +inherit multilib IUSE="" S=${WORKDIR}/${PN} @@ -12,14 +14,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() { emake || die } src_install () { - exeinto /usr/lib/gkrellm2/plugins + exeinto /usr/$(get_libdir)/gkrellm2/plugins doexe mailwatch.so dodoc README Changelog } |