diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2010-10-11 08:38:49 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2010-10-11 08:38:49 +0000 |
commit | da5f4e498a8320e007113bc36df9c25444fb118d (patch) | |
tree | 0e7b656a02f5b2b324bd39da9fa76fc52a0699d0 /x11-plugins/wmmand | |
parent | Version bump, and restrict dependencies on .16; thanks to Francesco Riosa for... (diff) | |
download | gentoo-2-da5f4e498a8320e007113bc36df9c25444fb118d.tar.gz gentoo-2-da5f4e498a8320e007113bc36df9c25444fb118d.tar.bz2 gentoo-2-da5f4e498a8320e007113bc36df9c25444fb118d.zip |
Honour Gentoo LDFLAGS, closing bug #338814.
Added ~x86 keyword.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/wmmand')
-rw-r--r-- | x11-plugins/wmmand/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmmand/wmmand-1.3.2.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-plugins/wmmand/ChangeLog b/x11-plugins/wmmand/ChangeLog index e9c422165294..e416de6bbb55 100644 --- a/x11-plugins/wmmand/ChangeLog +++ b/x11-plugins/wmmand/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmmand -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmand/ChangeLog,v 1.1 2008/06/28 06:10:23 drac Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmand/ChangeLog,v 1.2 2010/10/11 08:38:49 s4t4n Exp $ + + 11 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> wmmand-1.3.2.ebuild: + Honour Gentoo LDFLAGS, closing bug #338814. + Added ~x86 keyword. *wmmand-1.3.2 (28 Jun 2008) diff --git a/x11-plugins/wmmand/wmmand-1.3.2.ebuild b/x11-plugins/wmmand/wmmand-1.3.2.ebuild index d15db33a935e..89abe68de0ff 100644 --- a/x11-plugins/wmmand/wmmand-1.3.2.ebuild +++ b/x11-plugins/wmmand/wmmand-1.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmand/wmmand-1.3.2.ebuild,v 1.1 2008/06/28 06:10:23 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmand/wmmand-1.3.2.ebuild,v 1.2 2010/10/11 08:38:49 s4t4n Exp $ inherit eutils toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="x11-libs/libX11 @@ -26,6 +26,7 @@ S=${WORKDIR}/${MY_P}/wmMand src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" \ + SYSTEM="${LDFLAGS}" \ INCDIR="" LIBDIR="" || die "emake failed." } |