diff options
Diffstat (limited to 'virtual/7z')
-rw-r--r-- | virtual/7z/7z-0.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/virtual/7z/7z-0.ebuild b/virtual/7z/7z-0.ebuild new file mode 100644 index 0000000..89a6b32 --- /dev/null +++ b/virtual/7z/7z-0.ebuild @@ -0,0 +1,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 )" |