aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefson <herrtimson@yahoo.de>2019-07-02 09:37:24 +0200
committerstefson <herrtimson@yahoo.de>2019-07-02 09:37:24 +0200
commitb48a6cba9d903b2dbb61e97f2a28502e74ed6c19 (patch)
tree8d0e8171527c1f899bacf82dfac2ca6b5abf4131 /dev-util
parentdev-util/llvm-alt: use bsd-3-clause for LICENSE (diff)
downloadrust-b48a6cba9d903b2dbb61e97f2a28502e74ed6c19.tar.gz
rust-b48a6cba9d903b2dbb61e97f2a28502e74ed6c19.tar.bz2
rust-b48a6cba9d903b2dbb61e97f2a28502e74ed6c19.zip
dev-util/xargo: use correct either or pattern for LICENSE
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/xargo/xargo-0.3.12.ebuild2
-rw-r--r--dev-util/xargo/xargo-0.3.9.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/xargo/xargo-0.3.12.ebuild b/dev-util/xargo/xargo-0.3.12.ebuild
index 2483ff6..0678773 100644
--- a/dev-util/xargo/xargo-0.3.12.ebuild
+++ b/dev-util/xargo/xargo-0.3.12.ebuild
@@ -46,7 +46,7 @@ DESCRIPTION="The sysroot manager that lets you build and customize std"
HOMEPAGE="https://github.com/japaric/xargo"
SRC_URI="$(cargo_crate_uris ${CRATES})"
RESTRICT="mirror"
-LICENSE="MIT Apache-2.0" # Update to proper Gentoo format
+LICENSE="|| ( MIT Apache-2.0 )" # Update to proper Gentoo format
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
diff --git a/dev-util/xargo/xargo-0.3.9.ebuild b/dev-util/xargo/xargo-0.3.9.ebuild
index 0251455..179e830 100644
--- a/dev-util/xargo/xargo-0.3.9.ebuild
+++ b/dev-util/xargo/xargo-0.3.9.ebuild
@@ -46,7 +46,7 @@ DESCRIPTION="The sysroot manager that lets you build and customize std"
HOMEPAGE="https://github.com/japaric/xargo"
SRC_URI="$(cargo_crate_uris ${CRATES})"
RESTRICT="mirror"
-LICENSE="MIT Apache-2.0" # Update to proper Gentoo format
+LICENSE="|| ( MIT Apache-2.0 )" # Update to proper Gentoo format
SLOT="0"
KEYWORDS="~amd64"
IUSE=""