diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-11 20:18:01 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-11 20:18:01 +0000 |
commit | cf9e81f575d82922a06cead3219f72ddaca63f05 (patch) | |
tree | 0da6071023854b7e3bbb1a0e371a683314046b2e /profiles/default-bsd/fbsd/virtuals | |
parent | Adding USE-flag catalogs for NLS catalogs support. Thanks to Kouya Sakamoto ... (diff) | |
download | gentoo-2-cf9e81f575d82922a06cead3219f72ddaca63f05.tar.gz gentoo-2-cf9e81f575d82922a06cead3219f72ddaca63f05.tar.bz2 gentoo-2-cf9e81f575d82922a06cead3219f72ddaca63f05.zip |
Make virtual/opengl point to mesa, as xorg-x11 is unlikely to be keyworded right now, and mesa works.
Diffstat (limited to 'profiles/default-bsd/fbsd/virtuals')
-rw-r--r-- | profiles/default-bsd/fbsd/virtuals | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/default-bsd/fbsd/virtuals b/profiles/default-bsd/fbsd/virtuals index 18a94f2b9d1e..499ac9b9f689 100644 --- a/profiles/default-bsd/fbsd/virtuals +++ b/profiles/default-bsd/fbsd/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/fbsd/virtuals,v 1.2 2006/03/30 17:55:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/virtuals,v 1.3 2006/04/11 20:18:01 flameeyes Exp $ # This file defines the virtuals that Gentoo/FreeBSD needs to modify respect # the base profile @@ -12,5 +12,6 @@ virtual/bootloader sys-freebsd/boot0 virtual/inetd sys-freebsd/freebsd-usbin virtual/libc sys-freebsd/freebsd-lib virtual/logger sys-freebsd/freebsd-usbin +virtual/opengl media-libs/mesa virtual/os-headers sys-freebsd/freebsd-headers virtual/pam sys-auth/openpam |