diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-03-25 19:40:37 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-03-25 19:40:37 +0000 |
commit | 56732a89a7e1e212d47e0c10e809ff68ec39c8eb (patch) | |
tree | 85bb7656b9ad54143ad6d3c8ffa80b56be69bdf4 /x11-libs/openmotif | |
parent | Add missing dev-haskell/random depend. Noticed by Alexis Ballier in bug #409655. (diff) | |
download | gentoo-2-56732a89a7e1e212d47e0c10e809ff68ec39c8eb.tar.gz gentoo-2-56732a89a7e1e212d47e0c10e809ff68ec39c8eb.tar.bz2 gentoo-2-56732a89a7e1e212d47e0c10e809ff68ec39c8eb.zip |
Add alternative dependecy for byacc on FreeBSD. Add ~x86-fbsd. #397819
(Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.3-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index 47c125686f0b..67ad8f47f16f 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/openmotif # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.274 2012/03/25 16:04:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.275 2012/03/25 19:40:37 naota Exp $ + + 25 Mar 2012; Naohiro Aota <naota@gentoo.org> openmotif-2.3.3-r1.ebuild: + Add alternative dependecy for byacc on FreeBSD. Add ~x86-fbsd. #397819 25 Mar 2012; Raúl Porcel <armin76@gentoo.org> openmotif-2.3.3-r1.ebuild: alpha/ia64/sh/sparc stable wrt #402039 diff --git a/x11-libs/openmotif/openmotif-2.3.3-r1.ebuild b/x11-libs/openmotif/openmotif-2.3.3-r1.ebuild index ce228bdde1f4..a921852c61c1 100644 --- a/x11-libs/openmotif/openmotif-2.3.3-r1.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3-r1.ebuild,v 1.13 2012/03/25 16:04:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3-r1.ebuild,v 1.14 2012/03/25 19:40:37 naota Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.ics.com/openmotif/${PV%.*}/${PV}/${P}.tar.gz" LICENSE="MOTIF MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples jpeg png static-libs unicode xft" # license allows distribution only for "open source operating systems" RESTRICT="!kernel_linux? ( @@ -29,7 +29,7 @@ RDEPEND="x11-libs/libXmu png? ( >=media-libs/libpng-1.4 )" DEPEND="${RDEPEND} sys-devel/flex - dev-util/byacc + || ( dev-util/byacc sys-freebsd/freebsd-ubin ) x11-misc/xbitmaps" RDEPEND="${RDEPEND} doc? ( app-doc/openmotif-manual )" |