diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2008-02-13 08:26:39 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2008-02-13 08:26:39 +0000 |
commit | f18a34e2f6434b4f3b154550a30b05f81e4b8401 (patch) | |
tree | 6a4b9efa3751031bcc40970a71c39b521086c790 /x11-libs/openmotif | |
parent | use emake instead of pure make; quote variable; remove GCC from DEPEND (diff) | |
download | historical-f18a34e2f6434b4f3b154550a30b05f81e4b8401.tar.gz historical-f18a34e2f6434b4f3b154550a30b05f81e4b8401.tar.bz2 historical-f18a34e2f6434b4f3b154550a30b05f81e4b8401.zip |
stable x86, bug 204265
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index 22fffec9ec66..41b2728282c4 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.145 2008/01/05 21:07:43 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.146 2008/02/13 08:23:12 opfer Exp $ + + 13 Feb 2008; Christian Faulhammer <opfer@gentoo.org> + openmotif-2.3.0.ebuild: + stable x86, bug 204265 05 Jan 2008; Mark Loeser <halcy0n@gentoo.org> openmotif-2.3.0.ebuild: Make openmotif actually respect USE flags when building (thanks to Jozef diff --git a/x11-libs/openmotif/openmotif-2.3.0.ebuild b/x11-libs/openmotif/openmotif-2.3.0.ebuild index 3571c60c7ce6..34b7c3de4258 100644 --- a/x11-libs/openmotif/openmotif-2.3.0.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild,v 1.8 2008/01/05 21:07:43 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild,v 1.9 2008/02/13 08:23:12 opfer Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.6" @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.ics.com/openmotif/2.3/${PV}/${P}.tar.gz LICENSE="MOTIF" SLOT="2.3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="doc xft jpeg png examples" RDEPEND=" |