diff options
author | Joonas Niilola <juippis@gentoo.org> | 2019-12-21 15:58:20 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-12-21 17:06:20 +0200 |
commit | 49da67c81197535e56155fe484777ad9aa1a952c (patch) | |
tree | e267161a0c22a0054b909e758c96a89e1af5da83 /app-misc | |
parent | net-misc/dhcpcd-ui: Added missing USE="qt5" dep (diff) | |
download | gentoo-49da67c81197535e56155fe484777ad9aa1a952c.tar.gz gentoo-49da67c81197535e56155fe484777ad9aa1a952c.tar.bz2 gentoo-49da67c81197535e56155fe484777ad9aa1a952c.zip |
app-misc/cargo-license: fix LICENSE
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/cargo-license/cargo-license-0.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/cargo-license/cargo-license-0.3.0.ebuild b/app-misc/cargo-license/cargo-license-0.3.0.ebuild index d140a5b79970..dce7c3b9fee1 100644 --- a/app-misc/cargo-license/cargo-license-0.3.0.ebuild +++ b/app-misc/cargo-license/cargo-license-0.3.0.ebuild @@ -62,7 +62,7 @@ DESCRIPTION="Cargo subcommand to see license of dependencies" HOMEPAGE="https://github.com/onur/cargo-license" SRC_URI="$(cargo_crate_uris ${CRATES})" -LICENSE="MIT" # Update to proper Gentoo format +LICENSE="Apache-2.0 MIT" SLOT="0" KEYWORDS="~amd64 ~x86" |