diff options
author | 2015-02-10 19:49:17 +0000 | |
---|---|---|
committer | 2015-02-10 19:49:17 +0000 | |
commit | c1bbfc9f7761d20150293c58712311306986c093 (patch) | |
tree | 0b4ca5eb6817e9f194e19f61ae90799291733ad8 /media-libs | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-c1bbfc9f7761d20150293c58712311306986c093.tar.gz gentoo-2-c1bbfc9f7761d20150293c58712311306986c093.tar.bz2 gentoo-2-c1bbfc9f7761d20150293c58712311306986c093.zip |
Remove opencl-libdir once again.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-10.4.4.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 4565aefed2ce..885b805d32bc 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.604 2015/02/10 16:06:57 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.605 2015/02/10 19:49:17 mattst88 Exp $ + + 10 Feb 2015; Matt Turner <mattst88@gentoo.org> mesa-10.4.4.ebuild: + Remove opencl-libdir once again. 10 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> mesa-10.4.4.ebuild: diff --git a/media-libs/mesa/mesa-10.4.4.ebuild b/media-libs/mesa/mesa-10.4.4.ebuild index 655ba81e169b..583632e74f91 100644 --- a/media-libs/mesa/mesa-10.4.4.ebuild +++ b/media-libs/mesa/mesa-10.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild,v 1.3 2015/02/10 16:06:57 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild,v 1.4 2015/02/10 19:49:17 mattst88 Exp $ EAPI=5 @@ -293,7 +293,6 @@ multilib_src_configure() { if use opencl; then myconf+=" $(use_enable opencl) - --with-opencl-libdir="${EPREFIX}/usr/$(get_libdir)/OpenCL/vendors/mesa" --with-clang-libdir="${EPREFIX}/usr/lib" " fi |