diff options
Diffstat (limited to 'games-puzzle/brainworkshop')
-rw-r--r-- | games-puzzle/brainworkshop/brainworkshop-5_beta20200310.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-puzzle/brainworkshop/brainworkshop-5_beta20200310.ebuild b/games-puzzle/brainworkshop/brainworkshop-5_beta20200310.ebuild index 145e5021f07f..c0ec2a730ce8 100644 --- a/games-puzzle/brainworkshop/brainworkshop-5_beta20200310.ebuild +++ b/games-puzzle/brainworkshop/brainworkshop-5_beta20200310.ebuild @@ -1,16 +1,17 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) -inherit desktop eutils python-single-r1 xdg +inherit desktop edos2unix python-single-r1 xdg COMMIT="ea817f7e163c4fb07a60b2066c694cba92d23818" DESCRIPTION="Short-term-memory training N-Back game" HOMEPAGE="https://github.com/samcv/brainworkshop" SRC_URI="https://github.com/samcv/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" |