diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-08-10 19:40:54 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-08-10 19:40:54 -0400 |
commit | 6621ebfddfa1d2a5667e7fc09efb676fe5dbc7e3 (patch) | |
tree | 83c2916464818685234efde06f2b32b45cb4c0e7 /virtual/7z | |
parent | 638f96ab4ca1c19d0bd32e538cbf77f6b11f40b1 (diff) | |
download | gentoo-overlay-6621ebfddfa1d2a5667e7fc09efb676fe5dbc7e3.tar.xz gentoo-overlay-6621ebfddfa1d2a5667e7fc09efb676fe5dbc7e3.zip |
app-arch/7-zip: new package
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 )" |