diff options
Diffstat (limited to 'x11-base/xorg-x11/xorg-x11-6.8.99.8.ebuild')
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.99.8.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-base/xorg-x11/xorg-x11-6.8.99.8.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.99.8.ebuild index baa6042b3ee2..d53039fc618c 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.99.8.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.99.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.99.8.ebuild,v 1.4 2005/05/24 19:36:50 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.99.8.ebuild,v 1.5 2005/05/24 22:50:02 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -419,12 +419,7 @@ check_use_combos() { # (#77949) if use minimal && use doc; then - die "The minimal and doc USE flags are temporarily incompatible and result in a dead build." - fi - - # (#77949) - if use minimal && use doc; then - die "The minimal and doc USE flags are temporarily incompatible and result in a dead build." + die "The minimal and doc USE flags are incompatible and result in a dead build." fi if use xv && ! use opengl; then |