diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-07 11:25:57 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-07 11:25:57 +0000 |
commit | 5f93456cf69756e88ded3a83c6820d6f497ecff5 (patch) | |
tree | 3176e2feffee89a13999ac5fdae7bbfb18752258 /x11-libs/gtk+ | |
parent | add a couple of enhancing patches (diff) | |
download | gentoo-2-5f93456cf69756e88ded3a83c6820d6f497ecff5.tar.gz gentoo-2-5f93456cf69756e88ded3a83c6820d6f497ecff5.tar.bz2 gentoo-2-5f93456cf69756e88ded3a83c6820d6f497ecff5.zip |
Restrict confcache on gtk+ as it might cause spurious failures during build (not during configure).
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.8.13.ebuild | 3 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.8.16.ebuild | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index 7efa0249c924..f24a0ee5790d 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/gtk+ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.232 2006/03/24 04:56:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.233 2006/04/07 11:25:57 flameeyes Exp $ + + 07 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> gtk+-2.8.13.ebuild, + gtk+-2.8.16.ebuild: + Restrict confcache on gtk+ as it might cause spurious failures during build + (not during configure). 24 Mar 2006; Aron Griffis <agriffis@gentoo.org> gtk+-2.8.12.ebuild: Mark 2.8.12 stable on ia64 diff --git a/x11-libs/gtk+/gtk+-2.8.13.ebuild b/x11-libs/gtk+/gtk+-2.8.13.ebuild index dd4c4f9a99f9..2d330aec8f46 100644 --- a/x11-libs/gtk+/gtk+-2.8.13.ebuild +++ b/x11-libs/gtk+/gtk+-2.8.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.8.13.ebuild,v 1.1 2006/03/03 21:09:11 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.8.13.ebuild,v 1.2 2006/04/07 11:25:57 flameeyes Exp $ inherit gnome.org flag-o-matic eutils debug autotools @@ -50,6 +50,7 @@ DEPEND="${RDEPEND} >=dev-util/gtk-doc-1.4 ~app-text/docbook-xml-dtd-4.1.2 )" +RESTRICT="confcache" pkg_setup() { if ! built_with_use x11-libs/cairo X; then diff --git a/x11-libs/gtk+/gtk+-2.8.16.ebuild b/x11-libs/gtk+/gtk+-2.8.16.ebuild index 7f057ba29052..db52def62aa1 100644 --- a/x11-libs/gtk+/gtk+-2.8.16.ebuild +++ b/x11-libs/gtk+/gtk+-2.8.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.8.16.ebuild,v 1.4 2006/03/22 01:43:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.8.16.ebuild,v 1.5 2006/04/07 11:25:57 flameeyes Exp $ inherit gnome.org flag-o-matic eutils debug autotools virtualx @@ -57,6 +57,7 @@ DEPEND="${RDEPEND} ~app-text/docbook-xml-dtd-4.1.2 )" +RESTRICT="confcache" pkg_setup() { if ! built_with_use x11-libs/cairo X; then |