games-puzzle/osmos: Improve ebuild for QA
Fixes: EmptyGlobalAssignment: version 1.6.1-r4: line 18: empty global assignment: IUSE="" VariableOrderWrong: version 1.6.1-r4: variable S should occur before RESTRICT Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
d2b330e4a9
commit
55e1038e8d
@ -1,4 +1,4 @@
|
||||
# Copyright 2017-2021 Gentoo Authors
|
||||
# Copyright 2017-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
@ -11,11 +11,11 @@ MY_P="${MY_PN}_${PV}"
|
||||
DESCRIPTION="Play as a single-celled organism absorbing others"
|
||||
HOMEPAGE="https://www.osmos-game.com/"
|
||||
SRC_URI="${MY_P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}"
|
||||
|
||||
LICENSE="Hemisphere_Games-EULA"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="bindist fetch strip test"
|
||||
PROPERTIES="interactive"
|
||||
@ -33,8 +33,6 @@ QA_PREBUILT="/opt/osmos/osmos"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}"
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download ${MY_P}.tar.gz and place it into DISTDIR directory."
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user