aboutsummaryrefslogtreecommitdiff
blob: 242dcd1c8385fd55004c3b5af6d62176ec0018ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*-eselect-*-  vim: ft=eselect
# Copyright 2009-2014 Gentoo Foundation
# Distributed under the terms of the GNU GPL version 2 or later

EDITOR_VAR="PAGER"
EDITOR_ENVFILE="/etc/env.d/99pager"
EDITOR_LIST="/bin/more /usr/bin/less /usr/bin/most"

inherit editor-variable

DESCRIPTION="Manage the ${EDITOR_VAR} environment variable"
MAINTAINER="ulm@gentoo.org"