diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-04-18 21:41:33 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-04-18 21:48:03 +0200 |
commit | 7d84fe1978e24b60085fc412724013e9d151c280 (patch) | |
tree | d34d2c07d0ed145fb3d5b0b004ffccabcd7fd6c8 /games-strategy | |
parent | app-forensics/lynis: Minor QA fixes (diff) | |
download | gentoo-7d84fe1978e24b60085fc412724013e9d151c280.tar.gz gentoo-7d84fe1978e24b60085fc412724013e9d151c280.tar.bz2 gentoo-7d84fe1978e24b60085fc412724013e9d151c280.zip |
games-strategy/ufoai: update deps for mxml
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/ufoai/ufoai-2.5.0_p20180603-r2.ebuild (renamed from games-strategy/ufoai/ufoai-2.5.0_p20180603-r1.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-strategy/ufoai/ufoai-2.5.0_p20180603-r1.ebuild b/games-strategy/ufoai/ufoai-2.5.0_p20180603-r2.ebuild index cd7b93cf6ac2..93c67404831c 100644 --- a/games-strategy/ufoai/ufoai-2.5.0_p20180603-r1.ebuild +++ b/games-strategy/ufoai/ufoai-2.5.0_p20180603-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,6 +20,7 @@ SRC_URI=" https://dev.gentoo.org/~chewi/distfiles/${PN}-code-${COMMIT}.zip mirror://sourceforge/${PN}/${PN}-${DIST_VERSION}-data.tar " +S="${WORKDIR}/${PN}-code-${COMMIT}" # https://ufoai.org/licenses/ LICENSE="GPL-2 GPL-3 public-domain CC-BY-3.0 CC-BY-SA-3.0 MIT" @@ -29,7 +30,7 @@ IUSE="+client cpu_flags_x86_sse debug server" REQUIRED_USE="|| ( client server )" RDEPEND=" - dev-libs/mxml + dev-libs/mxml:0 net-misc/curl sys-libs/zlib @@ -58,8 +59,6 @@ DEPEND=" virtual/pkgconfig " -S="${WORKDIR}/${PN}-code-${COMMIT}" - PATCHES=( "${FILESDIR}"/${P}-install.patch "${FILESDIR}"/${P}-mxml3.patch |