diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-10-11 07:57:24 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-10-11 07:57:24 +0000 |
commit | af14bcb8ab52c7b1ab02ed7867a7b71225305944 (patch) | |
tree | 32ebff9bb537c0b405564bacc8f027436fe72afc /x11-base | |
parent | Build libXp even when USE=-xprint, at ajax's suggestion. RH does the same. US... (diff) | |
download | gentoo-2-af14bcb8ab52c7b1ab02ed7867a7b71225305944.tar.gz gentoo-2-af14bcb8ab52c7b1ab02ed7867a7b71225305944.tar.bz2 gentoo-2-af14bcb8ab52c7b1ab02ed7867a7b71225305944.zip |
Disallow USE="dmx doc" (#63548).
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 6 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.0-r1.ebuild | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index 277bb6aa482d..554a0dbdb944 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-base/xorg-x11 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.136 2004/10/11 07:53:23 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.137 2004/10/11 07:57:24 spyderous Exp $ + + 11 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>; + xorg-x11-6.8.0-r1.ebuild: + Disallow USE="dmx doc" (#63548). 11 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>; xorg-x11-6.8.0-r1.ebuild: diff --git a/x11-base/xorg-x11/xorg-x11-6.8.0-r1.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.0-r1.ebuild index b0fd28115ab8..d6b47b4c2f79 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.0-r1.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.0-r1.ebuild,v 1.16 2004/10/11 07:53:23 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.0-r1.ebuild,v 1.17 2004/10/11 07:57:24 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -196,6 +196,11 @@ pkg_setup() { fi fi + if use dmx && use doc + then + die "The dmx and doc USE flags are temporarily incompatible and result in a dead build." + fi + # on amd64 we need /usr/X11R6/lib64/X11/locale/lib to be a symlink # created by the emul lib ebuild in order for adobe acrobat, staroffice, # and a few other apps to work. |