commit: 29791aed2dedabef85f90f69254365535c0ee503
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Wed May 14 16:04:29 2014 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin
<DOT> de>
CommitDate: Wed May 14 16:04:29 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=29791aed
media-libs/mesa: raise libdrm dependency, group gettext dependency with other
sys-devel/ packages
---
media-libs/mesa/mesa-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index a767726..2ebdb37 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -84,7 +84,7 @@ REQUIRED_USE="
${PYTHON_REQUIRED_USE}
"
-LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.53"
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.54"
# keep correct libdrm and dri2proto dep
# keep blocks in rdepend for binpkg
RDEPEND="
@@ -155,6 +155,7 @@ DEPEND="${RDEPEND}
)
sys-devel/bison
sys-devel/flex
+ sys-devel/gettext
virtual/pkgconfig
>=x11-proto/dri2proto-2.6[${MULTILIB_USEDEP}]
dri3? (
@@ -165,7 +166,6 @@ DEPEND="${RDEPEND}
>=x11-proto/xextproto-7.0.99.1[${MULTILIB_USEDEP}]
x11-proto/xf86driproto[${MULTILIB_USEDEP}]
x11-proto/xf86vidmodeproto[${MULTILIB_USEDEP}]
- sys-devel/gettext
"
S="${WORKDIR}/${MY_P}"