diff --git a/net-p2p/chia-plotter/chia-plotter-0.0.6.ebuild b/net-p2p/chia-plotter/chia-plotter-0.0.6.ebuild index a33ff25..fe0553d 100644 --- a/net-p2p/chia-plotter/chia-plotter-0.0.6.ebuild +++ b/net-p2p/chia-plotter/chia-plotter-0.0.6.ebuild @@ -7,13 +7,8 @@ inherit cmake DESCRIPTION="madMAx43v3r high performance chia plotter" HOMEPAGE="https://github.com/madMAx43v3r/chia-plotter" -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/madMAx43v3r/chia-plotter.git" -else - SRC_URI="https://github.com/madMAx43v3r/chia-plotter/archive/c8121b987186c42c895b49818e6c13acecc51332.tar.gz" - KEYWORDS="~amd64 ~x86" -fi +SRC_URI="https://github.com/madMAx43v3r/chia-plotter/archive/c8121b987186c42c895b49818e6c13acecc51332.tar.gz" +KEYWORDS="~amd64" LICENSE="GPL-3" SLOT="0"