diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2006-03-26 19:05:32 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2006-03-26 19:05:32 +0000 |
commit | 9d923810dcbd629f864b6eb1fb04994641f233ad (patch) | |
tree | a121e0905e80cab25409762c3f24c280789bd20f /media-gfx/truevision/truevision-0.5.5.2.ebuild | |
parent | Mark 3.4.1 stable on ia64 (diff) | |
download | gentoo-2-9d923810dcbd629f864b6eb1fb04994641f233ad.tar.gz gentoo-2-9d923810dcbd629f864b6eb1fb04994641f233ad.tar.bz2 gentoo-2-9d923810dcbd629f864b6eb1fb04994641f233ad.zip |
Add missing gnome-base/libgnomeui dependency for bug 127375. Thanks to Guenther Brunthaler <gb_about_gnu at gmx dot net>.
(Portage version: 2.0.54)
Diffstat (limited to 'media-gfx/truevision/truevision-0.5.5.2.ebuild')
-rw-r--r-- | media-gfx/truevision/truevision-0.5.5.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/truevision/truevision-0.5.5.2.ebuild b/media-gfx/truevision/truevision-0.5.5.2.ebuild index e0dc6295c947..e6da1bcdb2bd 100644 --- a/media-gfx/truevision/truevision-0.5.5.2.ebuild +++ b/media-gfx/truevision/truevision-0.5.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/truevision/truevision-0.5.5.2.ebuild,v 1.6 2006/03/11 04:14:33 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/truevision/truevision-0.5.5.2.ebuild,v 1.7 2006/03/26 19:05:32 vanquirius Exp $ inherit eutils gnome2 versionator @@ -21,7 +21,8 @@ DEPEND=">=x11-libs/gtk+-2.8.8 gnome-base/libgnome >=media-gfx/povray-3.6.1 sys-libs/zlib - virtual/opengl" + virtual/opengl + >=gnome-base/libgnomeui-2.12.0" DOCS="AUTHORS README ChangeLog TODO" USE_DESTDIR="1" |