summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-01-26 18:43:47 +0000
committerMike Frysinger <vapier@gentoo.org>2009-01-26 18:43:47 +0000
commit9b675e8d29a1b2e04f4cf4e241d2766f53b87ed3 (patch)
treeb46f1498c6ea700ad3f3a9424082af5526177a75
parentVersion bump. Fixes security issues: bug #254151, thank Bruno Buss for report... (diff)
downloadgentoo-2-9b675e8d29a1b2e04f4cf4e241d2766f53b87ed3.tar.gz
gentoo-2-9b675e8d29a1b2e04f4cf4e241d2766f53b87ed3.tar.bz2
gentoo-2-9b675e8d29a1b2e04f4cf4e241d2766f53b87ed3.zip
Remove USE=pic as a global flag so people (hopefully) stop screwing up its usage.
-rw-r--r--profiles/ChangeLog7
-rw-r--r--profiles/arch/hppa/make.defaults4
-rw-r--r--profiles/default-linux/hppa/make.defaults4
-rw-r--r--profiles/use.desc3
4 files changed, 11 insertions, 7 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index dda969feab9e..f1f144330a54 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,11 +1,16 @@
# ChangeLog for profile directory
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2293 2009/01/25 17:17:19 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2294 2009/01/26 18:43:47 vapier 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!
+ 26 Jan 2009; Mike Frysinger <vapier@gentoo.org> arch/hppa/make.defaults,
+ default-linux/hppa/make.defaults, use.desc:
+ Remove USE=pic as a global flag so people (hopefully) stop screwing up its
+ usage.
+
25 Jan 2009; Ulrich Mueller <ulm@gentoo.org> package.mask:
Mask x11-misc/hotkeys for removal.
diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults
index 9c5e6b095a43..3b68f40adf7f 100644
--- a/profiles/arch/hppa/make.defaults
+++ b/profiles/arch/hppa/make.defaults
@@ -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/profiles/arch/hppa/make.defaults,v 1.3 2009/01/02 18:23:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/make.defaults,v 1.4 2009/01/26 18:43:47 vapier Exp $
ARCH="hppa"
ACCEPT_KEYWORDS="hppa"
@@ -11,7 +11,7 @@ CXXFLAGS="-O1 -pipe"
FEATURES="sandbox sfperms strict"
-USE="cups foomaticdb fortran gdbm gpm imlib libwww pic spell xml2 firefox xulrunner"
+USE="cups foomaticdb fortran gdbm gpm imlib libwww spell xml2 firefox xulrunner"
# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
# Defaults for video drivers
diff --git a/profiles/default-linux/hppa/make.defaults b/profiles/default-linux/hppa/make.defaults
index 0565d369eabe..965d229908f3 100644
--- a/profiles/default-linux/hppa/make.defaults
+++ b/profiles/default-linux/hppa/make.defaults
@@ -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/profiles/default-linux/hppa/make.defaults,v 1.7 2007/02/26 04:08:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/hppa/make.defaults,v 1.8 2009/01/26 18:43:47 vapier Exp $
ARCH="hppa"
ACCEPT_KEYWORDS="hppa"
@@ -11,7 +11,7 @@ CXXFLAGS="-O1 -pipe"
FEATURES="sandbox sfperms strict"
-USE="berkdb bzip2 crypt cups foomaticdb fortran gdbm gpm imlib ipv6 libwww ncurses nls pam perl pic python readline spell ssl tcpd xml2 zlib firefox"
+USE="berkdb bzip2 crypt cups foomaticdb fortran gdbm gpm imlib ipv6 libwww ncurses nls pam perl python readline spell ssl tcpd xml2 zlib firefox"
# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
# Defaults for video drivers
diff --git a/profiles/use.desc b/profiles/use.desc
index 374ce89563d5..5fc8b2b6dbf4 100644
--- a/profiles/use.desc
+++ b/profiles/use.desc
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.406 2009/01/05 21:30:19 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.407 2009/01/26 18:43:47 vapier Exp $
# Keep them sorted
@@ -271,7 +271,6 @@ pda - Adds support for portable devices
pdf - Adds general support for PDF (Portable Document Format), this replaces the pdflib and cpdflib flags
perl - Adds support/bindings for the Perl language
php - Include support for the PHP language
-pic - Build Position Independent Code. Do not utilize this flag unless you know what you're doing
plasma - Build optional plasma widgets that require kde-base/libplasma
plotutils - Add support for plotutils (library for 2-D vector graphics)
png - Adds support for libpng (PNG images)