diff options
author | 2005-05-20 12:23:18 +0000 | |
---|---|---|
committer | 2005-05-20 12:23:18 +0000 | |
commit | 9ab3e984fc7a8ceb59f95c1ec9ddef7a28cd9560 (patch) | |
tree | 71b889f41a7ccb0cb821ac3e1dab2dfcbf048aba /profiles/base/virtuals | |
parent | Added support for OpenPAM using the new pam eclass. (diff) | |
download | gentoo-2-9ab3e984fc7a8ceb59f95c1ec9ddef7a28cd9560.tar.gz gentoo-2-9ab3e984fc7a8ceb59f95c1ec9ddef7a28cd9560.tar.bz2 gentoo-2-9ab3e984fc7a8ceb59f95c1ec9ddef7a28cd9560.zip |
move the definition of virtual/utempter to base instead. Let the BSD people redefine it in their profiles
Diffstat (limited to 'profiles/base/virtuals')
-rw-r--r-- | profiles/base/virtuals | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/base/virtuals b/profiles/base/virtuals index b949c841f298..74317ef81604 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.62 2005/05/18 15:50:20 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.63 2005/05/20 12:23:18 seemant 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 @@ -58,7 +58,7 @@ virtual/ooo app-office/openoffice-bin virtual/opengl x11-base/xorg-x11 # Only have this for >=pam-0.78, as we want to make use of the 'include' # directive to phase out pam_stack. -virtual/pam >=sys-libs/pam-0.78 +virtual/pam >=sys-libs/pam-0.78 virtual/pdfviewer app-text/xpdf virtual/php dev-php/mod_php virtual/psviewer app-text/gv @@ -74,6 +74,7 @@ virtual/sylpheed mail-client/sylpheed virtual/tetex app-text/tetex virtual/textbrowser www-client/links virtual/tftp net-ftp/tftp-hpa +virtual/utempter sys-apps/utempter virtual/w3m www-client/w3m virtual/winkernel sys-kernel/win4lin-sources virtual/x11 x11-base/xorg-x11 |