diff options
author | Chen, Chih-Chia <pigfoot@gmail.com> | 2024-03-20 15:31:09 +0800 |
---|---|---|
committer | Chen, Chih-Chia <pigfoot@gmail.com> | 2024-03-20 15:31:09 +0800 |
commit | 04d958a0024009d35f1dd0819590968cc18ceb1a (patch) | |
tree | dbe73b1f02e9260b6fd119eb52956ae05494aa54 | |
parent | [app-misc/jnv] new ebuild (diff) | |
download | pigfoot-04d958a0024009d35f1dd0819590968cc18ceb1a.tar.gz pigfoot-04d958a0024009d35f1dd0819590968cc18ceb1a.tar.bz2 pigfoot-04d958a0024009d35f1dd0819590968cc18ceb1a.zip |
fix typo
Signed-off-by: Chen, Chih-Chia <pigfoot@gmail.com>
-rw-r--r-- | app-misc/jnv/jnv-0.1.1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/xh/xh-0.21.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/jnv/jnv-0.1.1.ebuild b/app-misc/jnv/jnv-0.1.1.ebuild index dd35b6f..9b18965 100644 --- a/app-misc/jnv/jnv-0.1.1.ebuild +++ b/app-misc/jnv/jnv-0.1.1.ebuild @@ -136,7 +136,7 @@ fi LICENSE="MIT" # Dependent crate licenses -LICENSE+="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 ISC Unicode-DFS-2016 Unlicense" +LICENSE+=" Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 ISC Unicode-DFS-2016 Unlicense" SLOT="0" RESTRICT="mirror" diff --git a/net-misc/xh/xh-0.21.0.ebuild b/net-misc/xh/xh-0.21.0.ebuild index 9fdb26b..c684e67 100644 --- a/net-misc/xh/xh-0.21.0.ebuild +++ b/net-misc/xh/xh-0.21.0.ebuild @@ -281,7 +281,7 @@ fi LICENSE="MIT" # Dependent crate licenses -LICENSE+="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 ISC MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB" +LICENSE+=" 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 ISC MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB" SLOT="0" RESTRICT="mirror" IUSE="+rustls" |