diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-27 13:29:59 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-27 13:29:59 +0000 |
commit | 0a234b1350390f2eef42ccf84b8f0567f4f9f854 (patch) | |
tree | 9aca2574db3b61ec0afe134ac8a9524c539ff819 /media-libs | |
parent | Bump for wt-3.2.2 on testing arches, removed never keyworded 3.2.1, 3.2.0 is ... (diff) | |
download | gentoo-2-0a234b1350390f2eef42ccf84b8f0567f4f9f854.tar.gz gentoo-2-0a234b1350390f2eef42ccf84b8f0567f4f9f854.tar.bz2 gentoo-2-0a234b1350390f2eef42ccf84b8f0567f4f9f854.zip |
Make dev-util/indent buildtime-only dependency. Do not depend on it on x86-fbsd, bug #427952.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/mesa/mesa-8.1_rc1_pre20120724.ebuild | 8 |
2 files changed, 12 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 458d16e4b7e2..4c16badebe1e 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.411 2012/07/25 18:50:23 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.412 2012/07/27 13:29:59 chithanh Exp $ + + 27 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + mesa-8.1_rc1_pre20120724.ebuild: + Make dev-util/indent buildtime-only dependency. Do not depend on it on + x86-fbsd, bug #427952. 25 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> +files/eselect-mesa.conf.8.1, diff --git a/media-libs/mesa/mesa-8.1_rc1_pre20120724.ebuild b/media-libs/mesa/mesa-8.1_rc1_pre20120724.ebuild index 2a0575977970..8b1d9a963a36 100644 --- a/media-libs/mesa/mesa-8.1_rc1_pre20120724.ebuild +++ b/media-libs/mesa/mesa-8.1_rc1_pre20120724.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.1_rc1_pre20120724.ebuild,v 1.2 2012/07/25 13:34:37 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.1_rc1_pre20120724.ebuild,v 1.3 2012/07/27 13:29:59 chithanh Exp $ EAPI=4 @@ -86,7 +86,6 @@ EXTERNAL_DEPEND=" # keep blocks in rdepend for binpkg # gtest file collision bug #411825 RDEPEND="${EXTERNAL_DEPEND} - !amd64-fbsd? ( dev-util/indent ) !<x11-base/xorg-server-1.7 !<=x11-proto/xf86driproto-2.0.3 classic? ( app-admin/eselect-mesa ) @@ -129,6 +128,11 @@ DEPEND="${RDEPEND} ) =dev-lang/python-2* dev-libs/libxml2[python] + !amd64-fbsd? ( + !x86-fbsd? ( + dev-util/indent + ) + ) sys-devel/bison sys-devel/flex virtual/pkgconfig |