blob: 89a6b323a802f7c6d25704a8eed8322e637ecac9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Virtual for /usr/bin/7z"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="|| ( app-arch/7-zip app-arch/p7zip )"
|