diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-11-18 20:07:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-11-18 20:07:57 +0000 |
commit | 41b854d5a6e621c8f48d3e51a3a040a63adf6e93 (patch) | |
tree | 47d20dc808e9274049c8af1bcc84e4e0db721438 /x11-libs/openmotif-compat | |
parent | masked Qt 4.6.0 rc before adding for testing (diff) | |
download | gentoo-2-41b854d5a6e621c8f48d3e51a3a040a63adf6e93.tar.gz gentoo-2-41b854d5a6e621c8f48d3e51a3a040a63adf6e93.tar.bz2 gentoo-2-41b854d5a6e621c8f48d3e51a3a040a63adf6e93.zip |
Don't override LDFLAGS, fixes bug 293573.
(Portage version: 2.2_rc50/cvs/Linux i686)
Diffstat (limited to 'x11-libs/openmotif-compat')
-rw-r--r-- | x11-libs/openmotif-compat/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/openmotif-compat/ChangeLog b/x11-libs/openmotif-compat/ChangeLog index be064ef5f0ba..4ddbd7bffb57 100644 --- a/x11-libs/openmotif-compat/ChangeLog +++ b/x11-libs/openmotif-compat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/openmotif-compat # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/ChangeLog,v 1.5 2009/02/04 21:58:10 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/ChangeLog,v 1.6 2009/11/18 20:07:57 ulm Exp $ + + 18 Nov 2009; Ulrich Mueller <ulm@gentoo.org> + openmotif-compat-2.2.3.ebuild: + Don't override LDFLAGS, fixes bug 293573. 04 Feb 2009; Ulrich Mueller <ulm@gentoo.org> openmotif-compat-2.2.3.ebuild: diff --git a/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild b/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild index d626c52b23d7..fb6aa80f2634 100644 --- a/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild +++ b/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild,v 1.7 2009/05/05 08:18:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild,v 1.8 2009/11/18 20:07:57 ulm Exp $ WANT_AUTOMAKE="1.6" @@ -10,7 +10,7 @@ MY_P=openMotif-${PV} DESCRIPTION="Legacy Open Motif libraries for old binaries" HOMEPAGE="http://www.motifzone.org/" SRC_URI="ftp://ftp.ics.com/openmotif/2.2/${PV}/src/${MY_P}.tar.gz - mirror://gentoo/openmotif-${PV}-patches-2.tar.bz2" + mirror://gentoo/openmotif-${PV}-patches-3.tar.bz2" LICENSE="MOTIF libXpm" SLOT="2.2" |