commit: 610c6ccb7025eec647cd02e3b2843cdc7fa81354 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Nov 28 18:46:28 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Nov 28 18:48:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610c6ccb
www-apps/webmcp: VariableOrderWrong Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> www-apps/webmcp/webmcp-2.2.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www-apps/webmcp/webmcp-2.2.1.ebuild b/www-apps/webmcp/webmcp-2.2.1.ebuild index 86f9c7e0a333..4cc35817bd8b 100644 --- a/www-apps/webmcp/webmcp-2.2.1.ebuild +++ b/www-apps/webmcp/webmcp-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,9 +13,11 @@ HOMEPAGE="https://www.public-software-group.org/webmcp" SRC_URI="https://www.public-software-group.org/pub/projects/${PN}/v${PV}/${MY_P}.tar.gz https://dev.gentoo.org/~tupone/distfiles/${MY_P}.tar.gz" +S="${WORKDIR}"/${MY_P} + LICENSE="HPND" -KEYWORDS="~amd64" SLOT=0 +KEYWORDS="~amd64" RDEPEND=" ${LUA_DEPS} @@ -25,8 +27,6 @@ DEPEND="${RDEPEND}" REQUIRED_USE="${LUA_REQUIRED_USE}" -S="${WORKDIR}"/${MY_P} - PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
