diff options
-rw-r--r-- | app-misc/solaar/solaar-1.0.5-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/solaar/solaar-1.0.5-r2.ebuild b/app-misc/solaar/solaar-1.0.5-r2.ebuild index 5b87a13a6309..de5cdd6f8439 100644 --- a/app-misc/solaar/solaar-1.0.5-r2.ebuild +++ b/app-misc/solaar/solaar-1.0.5-r2.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} =~ 9999* ]]; then EGIT_REPO_URI="https://github.com/pwr-Solaar/Solaar" else SRC_URI="https://github.com/pwr-Solaar/Solaar/archive/${PV/_rc/rc}.tar.gz -> ${P/_rc/rc}.tar.gz" - KEYWORDS="~amd64 ~arm x86" + KEYWORDS="amd64 ~arm x86" S="${WORKDIR}"/Solaar-${PV/_rc/rc} fi |