summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2004-11-23 07:33:53 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2004-11-23 07:33:53 +0000
commitebd7b557a561054aa8cb9b6ee31c4c80e82042ec (patch)
tree8f633e5cc2613fa9c1a3adaa73d24b192e9f2bf8 /x11-base
parentInitial import. Closes #25245. (Manifest recommit) (diff)
downloadgentoo-2-ebd7b557a561054aa8cb9b6ee31c4c80e82042ec.tar.gz
gentoo-2-ebd7b557a561054aa8cb9b6ee31c4c80e82042ec.tar.bz2
gentoo-2-ebd7b557a561054aa8cb9b6ee31c4c80e82042ec.zip
Stop requiring the BREAKME variable. This should be to a point where it's working reasonably well.
Diffstat (limited to 'x11-base')
-rw-r--r--x11-base/xorg-x11/ChangeLog7
-rw-r--r--x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild9
2 files changed, 7 insertions, 9 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog
index a5f5a96b0f60..6c72055b9677 100644
--- a/x11-base/xorg-x11/ChangeLog
+++ b/x11-base/xorg-x11/ChangeLog
@@ -1,6 +1,11 @@
# 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.224 2004/11/22 19:25:10 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.225 2004/11/23 07:33:53 spyderous Exp $
+
+ 22 Nov 2004; Donnie Berkholz <spyderous@gentoo.org>;
+ xorg-x11-6.8.0-r4.ebuild:
+ Stop requiring the BREAKME variable. This should be to a point where it's
+ working reasonably well.
22 Nov 2004; Donnie Berkholz <spyderous@gentoo.org>;
xorg-x11-6.8.0-r4.ebuild:
diff --git a/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild
index 7067f7f60783..a66da5cb49a3 100644
--- a/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild
+++ b/x11-base/xorg-x11/xorg-x11-6.8.0-r4.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-r4.ebuild,v 1.14 2004/11/22 19:25:10 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.0-r4.ebuild,v 1.15 2004/11/23 07:33:53 spyderous Exp $
# Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory
# voodoo3 cards.
@@ -144,13 +144,6 @@ DESCRIPTION="An X11 implementation maintained by the X.Org Foundation"
HOSTCONF="config/cf/host.def"
pkg_setup() {
- #################################################
- ### GET RID OF THIS ONCE THIS EBUILD IS READY ###
- #################################################
- if [ -z "${BREAKME}" ]; then
- die "Set the BREAKME variable to emerge this. It's in development. Stop using it."
- fi
-
FILES_DIR="${WORKDIR}/files"
PATCHDIR="${WORKDIR}/patch"
EXCLUDED="${PATCHDIR}/excluded"