commit: 2a2f3b94f43fe1daee9b7f9b01635493a3885a9d Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Mon Feb 24 08:58:00 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 08:58:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2f3b94
games-strategy/seven-kingdoms: fix variable order Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> games-strategy/seven-kingdoms/seven-kingdoms-2.15.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-strategy/seven-kingdoms/seven-kingdoms-2.15.6.ebuild b/games-strategy/seven-kingdoms/seven-kingdoms-2.15.6.ebuild index 4643f5115dea..54cf666acc43 100644 --- a/games-strategy/seven-kingdoms/seven-kingdoms-2.15.6.ebuild +++ b/games-strategy/seven-kingdoms/seven-kingdoms-2.15.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,6 +14,8 @@ HOMEPAGE="https://7kfans.com/" SRC_URI="https://downloads.sourceforge.net/skfans/${MY_P}.tar.gz https://dev.gentoo.org/~pinkbyte/distfiles/${MY_PN}.png" +S="${WORKDIR}/${MY_P}" + LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm64 ppc64 x86" @@ -24,8 +26,6 @@ DEPEND="net-libs/enet:1.3= net-misc/curl" RDEPEND="${DEPEND}" -S="${WORKDIR}/${MY_P}" - src_unpack() { unpack ${MY_P}.tar.gz }
