diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-20 03:28:15 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-20 03:28:15 +0000 |
commit | 4dcdc7b7479d554b0e7b78a87f881b5bacdae09d (patch) | |
tree | 132a771f9e7c42d843c6a1727247cd42129632b3 | |
parent | Version bump. (diff) | |
download | gentoo-2-4dcdc7b7479d554b0e7b78a87f881b5bacdae09d.tar.gz gentoo-2-4dcdc7b7479d554b0e7b78a87f881b5bacdae09d.tar.bz2 gentoo-2-4dcdc7b7479d554b0e7b78a87f881b5bacdae09d.zip |
Add global orc USE flag, as discussed on gentoo-dev.
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/use.desc | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 1f3a6b1a62de..06c0034669f7 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7270 2012/12/19 13:51:24 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7271 2012/12/20 03:28:15 tetromino 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 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> use.desc: + Add global orc USE flag, as discussed on gentoo-dev. + 19 Dec 2012; Michael Pagano <mpagano@gentoo.org> package.mask: Remove portpeek mask diff --git a/profiles/use.desc b/profiles/use.desc index 1df95ea4ad91..a6761eaf5422 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.498 2012/12/15 17:00:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.499 2012/12/20 03:28:15 tetromino Exp $ # Keep them sorted @@ -251,6 +251,7 @@ openexr - Support for the OpenEXR graphics file format opengl - Adds support for OpenGL (3D graphics) openmp - Build support for the OpenMP (support parallel computing), requires >=sys-devel/gcc-4.2 built with USE="openmp" oracle - Enable Oracle Database support +orc - Use dev-lang/orc for just-in-time optimization of array operations osc - Enables support for Open Sound Control oscar - Enable Oscar (AIM/ICQ) IM protocol support oss - Adds support for OSS (Open Sound System) |