diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-11-21 00:22:13 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-11-21 00:22:13 +0000 |
commit | d915da621d7c099cc92821aabe80c96034ff492c (patch) | |
tree | e02fc21e5c75e852d79e100c2506316dd6e6ff81 /profiles | |
parent | Added ~ppc64; bug #199368 (diff) | |
download | gentoo-2-d915da621d7c099cc92821aabe80c96034ff492c.tar.gz gentoo-2-d915da621d7c099cc92821aabe80c96034ff492c.tar.bz2 gentoo-2-d915da621d7c099cc92821aabe80c96034ff492c.zip |
Removed virtual/lapack, now new style
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/base/virtuals | 3 | ||||
-rw-r--r-- | profiles/default-bsd/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/default-bsd/virtuals | 3 |
4 files changed, 10 insertions, 6 deletions
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog index a14fdaeb247d..c9dee7de85ea 100644 --- a/profiles/base/ChangeLog +++ b/profiles/base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo base-profile # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.22 2007/11/05 10:45:43 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.23 2007/11/21 00:22:12 bicatali Exp $ + + 21 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org> virtuals: + Removed virtual/lapack, now new style 05 Nov 2007; Duncan Coutts <dcoutts@gentoo.org> virtuals: Switch to ghc rather than ghc-bin for virtual as we're p.masking ghc-bin diff --git a/profiles/base/virtuals b/profiles/base/virtuals index e4e24eead027..1effe9a02df3 100644 --- a/profiles/base/virtuals +++ b/profiles/base/virtuals @@ -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/base/virtuals,v 1.105 2007/11/05 10:45:43 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.106 2007/11/21 00:22:12 bicatali Exp $ # This file describes the packages that by default satisfy a certain virtual # That this file exists in the base profile implies that these packages will @@ -33,7 +33,6 @@ virtual/inetd sys-apps/xinetd virtual/j2ee dev-java/sun-j2ee virtual/jabber-server net-im/jabberd virtual/krb5 app-crypt/mit-krb5 -virtual/lapack sci-libs/lapack-reference virtual/libc sys-libs/glibc virtual/libpcap net-libs/libpcap virtual/linux-sources sys-kernel/gentoo-sources diff --git a/profiles/default-bsd/ChangeLog b/profiles/default-bsd/ChangeLog index f778a50ace7e..fcd1f0d2ccb7 100644 --- a/profiles/default-bsd/ChangeLog +++ b/profiles/default-bsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profile directory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/ChangeLog,v 1.12 2007/10/15 09:06:15 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/ChangeLog,v 1.13 2007/11/21 00:22:13 bicatali Exp $ + + 21 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org> virtuals: + Removed virtual/lapack, now new style 15 Oct 2007; Roy Marples <uberlord@gentoo.org> package.mask: unmask m4-1.4.10 as it now works for us diff --git a/profiles/default-bsd/virtuals b/profiles/default-bsd/virtuals index 5624baf206af..d4ee79286162 100644 --- a/profiles/default-bsd/virtuals +++ b/profiles/default-bsd/virtuals @@ -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-bsd/virtuals,v 1.7 2007/10/10 12:34:28 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/virtuals,v 1.8 2007/11/21 00:22:13 bicatali Exp $ # This file defines the virtuals that all Gentoo/*BSD need to modify respect # the base profile @@ -8,7 +8,6 @@ # KEEP THIS FILE SORTED ALPHABETICALLY OR RISK WRATH virtual/eject sys-block/unieject -virtual/lapack sci-libs/lapack-reference virtual/linux-sources sys-kernel/gentoo-sources virtual/mpg123 media-sound/mpg321 virtual/utempter sys-libs/libutempter |