diff options
author | 2010-10-10 18:42:21 +0000 | |
---|---|---|
committer | 2010-10-10 18:42:21 +0000 | |
commit | f0fdcf700da825bf5f5cc5d8a2eb66ec657aa784 (patch) | |
tree | b843816f19ad90fc64066396c8a2e33c44afab42 /media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild | |
parent | Update EAPI. Fix dependencies. Delete needless call to die(). (diff) | |
download | gentoo-2-f0fdcf700da825bf5f5cc5d8a2eb66ec657aa784.tar.gz gentoo-2-f0fdcf700da825bf5f5cc5d8a2eb66ec657aa784.tar.bz2 gentoo-2-f0fdcf700da825bf5f5cc5d8a2eb66ec657aa784.zip |
Fix openmotif dependency.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild')
-rw-r--r-- | media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild b/media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild index 185f8d41daf6..a6583e7e7473 100644 --- a/media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild +++ b/media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild,v 1.7 2009/08/06 14:59:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/openinventor-2.1.5.10-r3.ebuild,v 1.8 2010/10/10 18:42:21 ulm Exp $ EAPI=2 inherit eutils versionator flag-o-matic toolchain-funcs @@ -18,7 +18,7 @@ KEYWORDS="alpha amd64 sparc x86" IUSE="" RDEPEND="media-libs/mesa[motif] - x11-libs/openmotif + >=x11-libs/openmotif-2.3:0 >=media-libs/jpeg-6b >=media-libs/freetype-2.0 media-fonts/corefonts" |