diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-09-06 01:13:15 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-09-06 01:13:15 +0000 |
commit | 2a422225ef022cb2c7d98382fc9c56aa134bd462 (patch) | |
tree | 9a6a7835ff1ba1c6d63c0f1b808a6e1da4f57069 /media-libs/mesa | |
parent | Added ~x86 keyword. (diff) | |
download | gentoo-2-2a422225ef022cb2c7d98382fc9c56aa134bd462.tar.gz gentoo-2-2a422225ef022cb2c7d98382fc9c56aa134bd462.tar.bz2 gentoo-2-2a422225ef022cb2c7d98382fc9c56aa134bd462.zip |
(#104367) Add xf86vidmodeproto and libICE to deps.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-6.3.2.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index a4592bd9131a..e30e604a0b70 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.37 2005/09/04 00:32:04 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.38 2005/09/06 01:13:15 spyderous Exp $ + + 06 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; mesa-6.3.2.ebuild: + (#104367) Add xf86vidmodeproto and libICE to deps. 04 Sep 2005; Luca Barbato <lu_zero@gentoo.org> mesa-6.3.2.ebuild: Marked ~ppc diff --git a/media-libs/mesa/mesa-6.3.2.ebuild b/media-libs/mesa/mesa-6.3.2.ebuild index 4bc104117be0..da9cc2dbbc23 100644 --- a/media-libs/mesa/mesa-6.3.2.ebuild +++ b/media-libs/mesa/mesa-6.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.3.2.ebuild,v 1.5 2005/09/04 00:32:04 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.3.2.ebuild,v 1.6 2005/09/06 01:13:15 spyderous Exp $ inherit eutils toolchain-funcs multilib @@ -29,10 +29,12 @@ RDEPEND="dev-libs/expat x11-libs/libXi x11-libs/libXmu x11-libs/libdrm + x11-libs/libICE app-admin/eselect-opengl motif? ( virtual/motif )" DEPEND="${RDEPEND} x11-misc/makedepend + x11-proto/xf86vidmodeproto >=x11-proto/glproto-1.4-r1 motif? ( x11-proto/printproto )" |