diff options
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeciv/freeciv-3.0.1-r1.ebuild | 2 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-3.1.0_beta2.ebuild | 4 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-9999.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild b/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild index b9f2024bc3a7..b14f7c92e768 100644 --- a/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild +++ b/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild @@ -12,7 +12,7 @@ MY_PV="${MY_PV/_rc/-RC}" MY_P="${PN}-${MY_PV}" DESCRIPTION="Multiplayer strategy game (Civilization Clone)" -HOMEPAGE="http://www.freeciv.org/" +HOMEPAGE="https://www.freeciv.org/" if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then SRC_URI="mirror://sourceforge/freeciv/${MY_P}.tar.xz" diff --git a/games-strategy/freeciv/freeciv-3.1.0_beta2.ebuild b/games-strategy/freeciv/freeciv-3.1.0_beta2.ebuild index bf93bfe2a9ee..1832f6f9a715 100644 --- a/games-strategy/freeciv/freeciv-3.1.0_beta2.ebuild +++ b/games-strategy/freeciv/freeciv-3.1.0_beta2.ebuild @@ -8,7 +8,7 @@ LUA_COMPAT=( lua5-4 ) inherit desktop lua-single meson xdg DESCRIPTION="Multiplayer strategy game (Civilization Clone)" -HOMEPAGE="http://www.freeciv.org/" +HOMEPAGE="https://www.freeciv.org/" if [[ ${PV} == 9999 ]] ; then inherit git-r3 @@ -23,7 +23,7 @@ fi LICENSE="GPL-2+" SLOT="0" -IUSE="dedicated gtk3 gtk4 json mapimg modpack mysql nls +qt5 qt6 readline rule-editor sdl +sound +system-lua web-server " +IUSE="dedicated gtk3 gtk4 json mapimg modpack mysql nls +qt5 qt6 readline rule-editor sdl +sound +system-lua web-server" # I'm pretty sure that you can't build both qt flavours at the same time REQUIRED_USE=" diff --git a/games-strategy/freeciv/freeciv-9999.ebuild b/games-strategy/freeciv/freeciv-9999.ebuild index 0b65cd815449..8a9d4b523f87 100644 --- a/games-strategy/freeciv/freeciv-9999.ebuild +++ b/games-strategy/freeciv/freeciv-9999.ebuild @@ -8,7 +8,7 @@ LUA_COMPAT=( lua5-4 ) inherit desktop lua-single meson xdg DESCRIPTION="Multiplayer strategy game (Civilization Clone)" -HOMEPAGE="http://www.freeciv.org/" +HOMEPAGE="https://www.freeciv.org/" if [[ ${PV} == 9999 ]] ; then inherit git-r3 @@ -23,7 +23,7 @@ fi LICENSE="GPL-2+" SLOT="0" -IUSE="dedicated gtk3 gtk4 json mapimg modpack mysql nls +qt5 qt6 readline rule-editor sdl +sound +system-lua web-server " +IUSE="dedicated gtk3 gtk4 json mapimg modpack mysql nls +qt5 qt6 readline rule-editor sdl +sound +system-lua web-server" # I'm pretty sure that you can't build both qt flavours at the same time REQUIRED_USE=" |