www-misc/remwharead: fix MultipleKeywordsLines, MissingTestRestrict
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
70e59578a4
commit
02768e509b
|
@ -15,15 +15,12 @@ if [[ "${PV}" == "9999" ]]; then
|
|||
EGIT_REPO_URI="https://schlomp.space/tastytea/remwharead.git"
|
||||
else
|
||||
SRC_URI="https://schlomp.space/tastytea/remwharead/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
IUSE="doc +firefox rofi test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
|
@ -41,10 +38,6 @@ DEPEND="
|
|||
doc? ( app-doc/doxygen )
|
||||
"
|
||||
|
||||
if [[ "${PV}" != "9999" ]]; then
|
||||
S="${WORKDIR}/${PN}"
|
||||
fi
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITH_TESTS="$(usex test)"
|
||||
|
|
|
@ -15,16 +15,14 @@ if [[ "${PV}" == "9999" ]]; then
|
|||
EGIT_REPO_URI="https://schlomp.space/tastytea/remwharead.git"
|
||||
else
|
||||
SRC_URI="https://schlomp.space/tastytea/remwharead/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
IUSE="doc +firefox rofi test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
net-misc/curl
|
||||
|
@ -41,10 +39,6 @@ DEPEND="
|
|||
doc? ( app-doc/doxygen )
|
||||
"
|
||||
|
||||
if [[ "${PV}" != "9999" ]]; then
|
||||
S="${WORKDIR}/${PN}"
|
||||
fi
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITH_TESTS="$(usex test)"
|
||||
|
|
Reference in New Issue
Block a user