diff options
author | 2007-08-01 21:48:29 +0000 | |
---|---|---|
committer | 2007-08-01 21:48:29 +0000 | |
commit | 62cacbf2b4ee7eb9f5e5e256eafa7d2f4b7e012f (patch) | |
tree | 3200a27ecc8bca875fa68426e8818836fcb632c5 /media-libs/mesa/mesa-6.5.3.ebuild | |
parent | Version bump, old (diff) | |
download | gentoo-2-62cacbf2b4ee7eb9f5e5e256eafa7d2f4b7e012f.tar.gz gentoo-2-62cacbf2b4ee7eb9f5e5e256eafa7d2f4b7e012f.tar.bz2 gentoo-2-62cacbf2b4ee7eb9f5e5e256eafa7d2f4b7e012f.zip |
(#178655) Add dep on libXdamage for damage reporting.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'media-libs/mesa/mesa-6.5.3.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-6.5.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-6.5.3.ebuild b/media-libs/mesa/mesa-6.5.3.ebuild index 4d7ef4b0fb7e..66c1a8faa3c9 100644 --- a/media-libs/mesa/mesa-6.5.3.ebuild +++ b/media-libs/mesa/mesa-6.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.3.ebuild,v 1.4 2007/07/30 07:40:08 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.3.ebuild,v 1.5 2007/08/01 21:48:29 dberkholz Exp $ inherit eutils toolchain-funcs multilib flag-o-matic portability versionator @@ -47,6 +47,7 @@ RDEPEND="dev-libs/expat x11-libs/libXxf86vm x11-libs/libXi x11-libs/libXmu + x11-libs/libXdamage >=x11-libs/libdrm-2.2 x11-libs/libICE motif? ( virtual/motif ) |