virtual/w3m - 1 (gentoo)

Search

Virtual Group Dependencies

This virtual package provides the following dependencies:

Install

Install this version:

emerge -a =virtual/w3m-1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =virtual/w3m-1

Or alternatively:

emerge --autounmask-write -a =virtual/w3m-1

Package Information

Description:
Virtual for the w3m web browser

Ebuild Details

Version EAPI Keywords Slot
1 7 ~alpha amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Virtual for the w3m web browser"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"

RDEPEND="|| (
		www-client/w3m
		www-client/w3mmee
	)"

Dependencies

RDEPEND

|| (
		www-client/w3m
		www-client/w3mmee
	)