diff options
author | Sam James <sam@gentoo.org> | 2024-04-05 15:12:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-05 15:25:19 +0100 |
commit | 1770df8d1f9477246a4dc5bd047f25231908541b (patch) | |
tree | f4986249540d7e1afed356f77591f7943fa6961d /app-arch | |
parent | app-arch/7zip: new package, add 23.01 (diff) | |
download | gentoo-1770df8d1f9477246a4dc5bd047f25231908541b.tar.gz gentoo-1770df8d1f9477246a4dc5bd047f25231908541b.tar.bz2 gentoo-1770df8d1f9477246a4dc5bd047f25231908541b.zip |
app-arch/7zip: style tweaks
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/7zip/7zip-23.01.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/7zip/7zip-23.01.ebuild b/app-arch/7zip/7zip-23.01.ebuild index e06bd67cdb4b..4c0797c5cb06 100644 --- a/app-arch/7zip/7zip-23.01.ebuild +++ b/app-arch/7zip/7zip-23.01.ebuild @@ -12,14 +12,14 @@ SRC_URI=" https://sourceforge.net/projects/sevenzip/files/7-Zip/${PV}/7z${NO_DOT_PV}-src.tar.xz/download -> ${PN}-${PV}.tar.xz https://sourceforge.net/projects/sevenzip/files/7-Zip/${PV}/7z${NO_DOT_PV}-linux-x64.tar.xz/download -> ${PN}-${PV}-linux.tar.xz " -LICENSE="LGPL-2 BSD rar? ( unRAR )" +S="${WORKDIR}/CPP/7zip" -IUSE="uasm jwasm rar" -REQUIRED_USE="?? ( uasm jwasm )" +LICENSE="LGPL-2 BSD rar? ( unRAR )" SLOT="0" KEYWORDS="~amd64" +IUSE="uasm jwasm rar" +REQUIRED_USE="?? ( uasm jwasm )" -S="${WORKDIR}/CPP/7zip/" DOCS=( readme.txt History.txt License.txt ) HTML_DOCS=( MANUAL ) RESTRICT="mirror" |