summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2013-01-20 13:41:52 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2013-01-20 13:41:52 +0000
commit944ae27b72eb07273b39c76ff81327147aa2a9d4 (patch)
tree9cad20dbff600cff8f896a767d3a8a5753adf0d0 /profiles
parentAdd useflag dri to desktop target settings (diff)
downloadhistorical-944ae27b72eb07273b39c76ff81327147aa2a9d4.tar.gz
historical-944ae27b72eb07273b39c76ff81327147aa2a9d4.tar.bz2
historical-944ae27b72eb07273b39c76ff81327147aa2a9d4.zip
Remove useflag dri from default linux profile settings
Diffstat (limited to 'profiles')
-rw-r--r--profiles/ChangeLog6
-rw-r--r--profiles/default/linux/make.defaults8
2 files changed, 7 insertions, 7 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index 0472c1173545..066bd7bd6826 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,12 +1,16 @@
# ChangeLog for profile directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7386 2013/01/20 13:39:44 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7387 2013/01/20 13:41:52 dilfridge Exp $
#
# This ChangeLog should include records for all changes in profiles directory.
# Only typo fixes which don't affect portage/repoman behaviour could be avoided
# here. If in doubt put a record here!
20 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org>
+ default/linux/make.defaults:
+ Remove useflag dri from default linux profile settings
+
+ 20 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org>
targets/desktop/make.defaults:
Add useflag dri to desktop target settings
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
index c7c6b97c9c58..46d4da883dc9 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.16 2012/07/27 20:23:42 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.17 2013/01/20 13:41:52 dilfridge Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -23,10 +23,6 @@ USE="${USE} mudflap fortran openmp"
# global USE flags that may be expected to be set by other packages.
USE="${USE} cli pcre session"
-# 2006/03/07 - Donnie Berkholz <dberkholz@gentoo.org>
-# Modular X: Support direct rendering by default
-USE="${USE} dri"
-
# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org>
# isdn USE flag defaults
USE="${USE} pppd"