diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2008-06-12 14:54:09 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2008-06-12 14:54:09 +0000 |
commit | 94b53f3e249f503de418fd9d9792a0a082cdf891 (patch) | |
tree | 20a52ad3119e7711811b1bbbe643669a4f1cae57 /profiles | |
parent | Fix compability with libtool 1.5 by Chad A. Simmons. Closes bug 225637. (diff) | |
download | historical-94b53f3e249f503de418fd9d9792a0a082cdf891.tar.gz historical-94b53f3e249f503de418fd9d9792a0a082cdf891.tar.bz2 historical-94b53f3e249f503de418fd9d9792a0a082cdf891.zip |
add USE=sctp for dev-lang/erlang
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/use.local.desc | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index a1c6924b5c93..94b41f9e8f67 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1537 2008/06/12 10:58:34 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1538 2008/06/12 14:54:09 opfer 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 doubt put a record here! + 12 Jun 2008; Christian Faulhammer <opfer@gentoo.org> use.local.desc: + add USE=sctp for dev-lang/erlang + 12 Jun 2008; Krzysiek Pawlik <nelchael@gentoo.org> package.mask: Mask new version: dev-java/hessian. diff --git a/profiles/use.local.desc b/profiles/use.local.desc index f82afadf678b..4397297a712a 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3582 2008/06/12 02:59:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3583 2008/06/12 14:54:09 opfer Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -444,6 +444,7 @@ dev-java/rxtx:lfd - Installs and uses LockFileServer daemon (lfd) dev-java/sun-jdk:jce - Enable Java Cryptographic Extension Unlimited Strength Policy files dev-lang/erlang:hipe - HIgh Performance Erlang extension dev-lang/erlang:kpoll - Enable kernel polling support +dev-lang/erlang:sctp - Support for Stream Control Transmission Protocol dev-lang/erlang:smp - Enable support for multiprocessors dev-lang/gdl:hdf - Adds support for the Hierarchical Data Format dev-lang/gdl:proj - Adds proj library support (geographic projections) |