diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-02 22:09:46 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-02 22:09:46 +0000 |
commit | 8d815758294749888258c8f7f644436891c0b09a (patch) | |
tree | bac6fd8832efe595c6287d989f85b7990bcba91e /x11-libs | |
parent | Revision bump to fix a number of bugs. Among those are: GCC-4.{2,3} support, ... (diff) | |
download | gentoo-2-8d815758294749888258c8f7f644436891c0b09a.tar.gz gentoo-2-8d815758294749888258c8f7f644436891c0b09a.tar.bz2 gentoo-2-8d815758294749888258c8f7f644436891c0b09a.zip |
Add build-time dependency on flex, bug 224477.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 Intel(R) Pentium(R) M processor 1.73GHz)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.0-r1.ebuild | 3 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.0-r3.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index 11757e907e6f..61a82b2c4d07 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.186 2008/05/28 19:56:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.187 2008/06/02 22:09:46 ulm Exp $ + + 02 Jun 2008; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.0-r1.ebuild, + openmotif-2.3.0-r3.ebuild: + Add build-time dependency on flex, bug 224477. 28 May 2008; Markus Meier <maekke@gentoo.org> openmotif-2.3.0-r3.ebuild: amd64 stable, bug #223683 diff --git a/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild b/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild index b6577f672ea6..80ce58358d54 100644 --- a/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.0-r1.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-r1.ebuild,v 1.20 2008/05/08 10:41:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.21 2008/06/02 22:09:46 ulm Exp $ inherit eutils flag-o-matic multilib autotools @@ -26,6 +26,7 @@ RDEPEND="!x11-libs/motif-config png? ( media-libs/libpng )" DEPEND="${RDEPEND} + sys-devel/flex x11-misc/xbitmaps" PROVIDE="virtual/motif" diff --git a/x11-libs/openmotif/openmotif-2.3.0-r3.ebuild b/x11-libs/openmotif/openmotif-2.3.0-r3.ebuild index b71b72a87ee7..cb626d3ce385 100644 --- a/x11-libs/openmotif/openmotif-2.3.0-r3.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.0-r3.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-r3.ebuild,v 1.7 2008/05/28 19:56:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r3.ebuild,v 1.8 2008/06/02 22:09:46 ulm Exp $ inherit eutils flag-o-matic multilib autotools @@ -27,6 +27,7 @@ RDEPEND="!x11-libs/motif-config png? ( media-libs/libpng )" DEPEND="${RDEPEND} + sys-devel/flex x11-misc/xbitmaps" PROVIDE="virtual/motif" |