diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 21:40:04 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 21:40:04 +0000 |
commit | bc34c6419d29ff67720df77e6dd81490020feb07 (patch) | |
tree | 551feb169021b8be496ed2f17218f71fe86d8b25 /x11-plugins/gkrellaclock/gkrellaclock-0.3.2.1.ebuild | |
parent | add user submitted levels to install (bug #90654) (diff) | |
download | gentoo-2-bc34c6419d29ff67720df77e6dd81490020feb07.tar.gz gentoo-2-bc34c6419d29ff67720df77e6dd81490020feb07.tar.bz2 gentoo-2-bc34c6419d29ff67720df77e6dd81490020feb07.zip |
Stable on amd64.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'x11-plugins/gkrellaclock/gkrellaclock-0.3.2.1.ebuild')
-rw-r--r-- | x11-plugins/gkrellaclock/gkrellaclock-0.3.2.1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-plugins/gkrellaclock/gkrellaclock-0.3.2.1.ebuild b/x11-plugins/gkrellaclock/gkrellaclock-0.3.2.1.ebuild index 77570106cc89..8592000f441f 100644 --- a/x11-plugins/gkrellaclock/gkrellaclock-0.3.2.1.ebuild +++ b/x11-plugins/gkrellaclock/gkrellaclock-0.3.2.1.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/gkrellaclock/gkrellaclock-0.3.2.1.ebuild,v 1.7 2004/11/14 19:58:53 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellaclock/gkrellaclock-0.3.2.1.ebuild,v 1.8 2005/04/27 21:40:04 herbs Exp $ + +inherit multilib IUSE="" S=${WORKDIR}/${P/a/A} @@ -12,7 +14,7 @@ DEPEND=">=app-admin/gkrellm-2*" SLOT="2" LICENSE="GPL-2" -KEYWORDS="x86 sparc alpha ppc ~amd64" +KEYWORDS="x86 sparc alpha ppc amd64" src_compile() { export CFLAGS="${CFLAGS/-O?/}" @@ -20,7 +22,7 @@ src_compile() { } src_install () { - insinto /usr/lib/gkrellm2/plugins + insinto /usr/$(get_libdir)/gkrellm2/plugins doins gkrellaclock.so dodoc README ChangeLog } |