diff options
author | Hummer12007 <hilobakho@gmail.com> | 2017-04-15 22:05:50 +0300 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2017-04-16 22:02:28 +0800 |
commit | aabd6b709ca5aa53549c9bb5a15b7f18ec4f4f1c (patch) | |
tree | 1a70678ec5cdbe38ab18a2759409806a3dae082c /dev-util/staruml-bin | |
parent | sys-apps/openrc: stabilize 0.24.2 on amd64 for #615368 (diff) | |
download | gentoo-aabd6b709ca5aa53549c9bb5a15b7f18ec4f4f1c.tar.gz gentoo-aabd6b709ca5aa53549c9bb5a15b7f18ec4f4f1c.tar.bz2 gentoo-aabd6b709ca5aa53549c9bb5a15b7f18ec4f4f1c.zip |
dev-util/staruml-bin: fix LICENSE
add bindist and mirror to RESTRICT
Gentoo-Bug: 615458
Closes: https://github.com/gentoo/gentoo/pull/4427
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util/staruml-bin')
-rw-r--r-- | dev-util/staruml-bin/staruml-bin-2.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/staruml-bin/staruml-bin-2.8.0.ebuild b/dev-util/staruml-bin/staruml-bin-2.8.0.ebuild index 02cc5c0be463..6961a4594d22 100644 --- a/dev-util/staruml-bin/staruml-bin-2.8.0.ebuild +++ b/dev-util/staruml-bin/staruml-bin-2.8.0.ebuild @@ -12,11 +12,11 @@ SRC_URI=" x86? ( http://staruml.io/download/release/v${PV}/StarUML-v${PV}-32-bit.deb ) " -LICENSE="StarUML-EULA no-source-code" +LICENSE="StarUML-EULA" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RESTRICT="splitdebug" +RESTRICT="bindist mirror splitdebug" RDEPEND=" dev-libs/atk |