diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-09 14:49:33 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-09 14:52:12 +0100 |
commit | 1076da205ff1b09c7afcb7152fc70fdf9e7f6253 (patch) | |
tree | e21ea602d49e0332e13f7d6b77eff072d9cdb6fa /games-util/pyfa/pyfa-9999.ebuild | |
parent | x11-misc/picom: fix HOMEPAGE (diff) | |
download | gentoo-1076da205ff1b09c7afcb7152fc70fdf9e7f6253.tar.gz gentoo-1076da205ff1b09c7afcb7152fc70fdf9e7f6253.tar.bz2 gentoo-1076da205ff1b09c7afcb7152fc70fdf9e7f6253.zip |
games-util/pyfa: Fix LICENSE in old versions.
Should be "all-rights-reserved", not "free-noncomm". Also add mirror
and bindist restriction, and move RESTRICT to its canonical location.
Closes: https://bugs.gentoo.org/702330
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'games-util/pyfa/pyfa-9999.ebuild')
-rw-r--r-- | games-util/pyfa/pyfa-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-util/pyfa/pyfa-9999.ebuild b/games-util/pyfa/pyfa-9999.ebuild index 2f7b3917e18b..e3c4bc186500 100644 --- a/games-util/pyfa/pyfa-9999.ebuild +++ b/games-util/pyfa/pyfa-9999.ebuild @@ -10,7 +10,6 @@ inherit desktop eutils python-single-r1 xdg-utils DESCRIPTION="Python Fitting Assistant - a ship fitting application for EVE Online" HOMEPAGE="https://github.com/pyfa-org/Pyfa" -RESTRICT="mirror bindist" LICENSE="GPL-3+ all-rights-reserved" SLOT="0" if [[ ${PV} = 9999 ]]; then @@ -23,6 +22,7 @@ else fi IUSE="+graph" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RESTRICT="mirror bindist" DEPEND=" >=dev-python/cryptography-2.3[${PYTHON_USEDEP}] |