summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2005-03-13 19:44:57 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2005-03-13 19:44:57 +0000
commit8b7f1662477107a0f76c0990c021f439b8215450 (patch)
treefca1f0d8d0da601a560bc63bf67c093ee8a3152a /x11-misc/trayer
parentAdded ~ppc64 to KEYWORDS (diff)
downloadgentoo-2-8b7f1662477107a0f76c0990c021f439b8215450.tar.gz
gentoo-2-8b7f1662477107a0f76c0990c021f439b8215450.tar.bz2
gentoo-2-8b7f1662477107a0f76c0990c021f439b8215450.zip
Fixed bug #84675 (compilation issue).
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-misc/trayer')
-rw-r--r--x11-misc/trayer/ChangeLog5
-rw-r--r--x11-misc/trayer/trayer-1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/trayer/ChangeLog b/x11-misc/trayer/ChangeLog
index 116e17bf064d..e6a6442d68db 100644
--- a/x11-misc/trayer/ChangeLog
+++ b/x11-misc/trayer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/trayer
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/ChangeLog,v 1.3 2005/03/08 01:17:06 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/ChangeLog,v 1.4 2005/03/13 19:44:57 lucass Exp $
+
+ 13 Mar 2005; Lukasz Strzygowski <lucass@gentoo.org> trayer-1.0.ebuild:
+ Fixed bug #84675 (compilation issue).
08 Mar 2005; Joseph Jezak <josejx@gentoo.org> trayer-1.0.ebuild:
Marked ~ppc for bug #84395.
diff --git a/x11-misc/trayer/trayer-1.0.ebuild b/x11-misc/trayer/trayer-1.0.ebuild
index 88a4156c76f0..67c6c63bb984 100644
--- a/x11-misc/trayer/trayer-1.0.ebuild
+++ b/x11-misc/trayer/trayer-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/trayer-1.0.ebuild,v 1.3 2005/03/08 01:17:06 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer/trayer-1.0.ebuild,v 1.4 2005/03/13 19:44:57 lucass Exp $
DESCRIPTION="Lightweight GTK2-based systray for UNIX desktop"
HOMEPAGE="http://fvwm-crystal.berlios.de/"
@@ -12,7 +12,7 @@ IUSE=""
DEPEND=">=x11-libs/gtk+-2"
src_compile() {
- emake CFLAGS="${CFLAGS}" || die "emake failed"
+ emake -j1 CFLAGS="${CFLAGS}" || die "emake failed"
}
src_install() {