diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-18 04:03:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-18 04:03:17 +0000 |
commit | 9b8e958ec03ff4d69f0ed40a38ea0a6673d6511f (patch) | |
tree | d2850aa0545c3659215ae03e949bd783a4f10913 /profiles/base | |
parent | Add a PROVIDE for virtual/pager. (diff) | |
download | gentoo-2-9b8e958ec03ff4d69f0ed40a38ea0a6673d6511f.tar.gz gentoo-2-9b8e958ec03ff4d69f0ed40a38ea0a6673d6511f.tar.bz2 gentoo-2-9b8e958ec03ff4d69f0ed40a38ea0a6673d6511f.zip |
punt less from profile in favor of a virtual/pager #89232
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/packages | 4 | ||||
-rw-r--r-- | profiles/base/virtuals | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/profiles/base/packages b/profiles/base/packages index 0a11da4a4bc8..08b6108f57cb 100644 --- a/profiles/base/packages +++ b/profiles/base/packages @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/packages,v 1.33 2005/06/02 23:37:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/packages,v 1.34 2005/08/18 04:03:17 vapier Exp $ # Gentoo Base Profile @@ -43,7 +43,6 @@ *sys-apps/grep *sys-apps/groff *sys-apps/kbd -*sys-apps/less *sys-apps/man *sys-apps/man-pages *sys-apps/net-tools @@ -78,4 +77,5 @@ *virtual/libc *virtual/modutils *virtual/os-headers +*virtual/pager *virtual/ssh diff --git a/profiles/base/virtuals b/profiles/base/virtuals index ce74f1a2ae78..c43a7f3ffed4 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.70 2005/08/01 15:17:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.71 2005/08/18 04:03:17 vapier 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,6 +58,7 @@ virtual/mpi sys-cluster/mpich virtual/mta mail-mta/ssmtp virtual/ooo app-office/openoffice-bin virtual/opengl x11-base/xorg-x11 +virtual/pager sys-apps/less # 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 @@ -78,7 +79,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/utempter sys-apps/utempter virtual/w3m www-client/w3m virtual/winkernel sys-kernel/win4lin-sources virtual/x11 x11-base/xorg-x11 |