diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-15 00:34:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-15 00:44:54 +0200 |
commit | 35c11e5b1906f4cf6d6ddc876957d77e0ae2df69 (patch) | |
tree | fd83ce3f7eba79c799b191bddeea2c6e4b04e825 /games-rpg | |
parent | app-arch/dpkg: keyworded 1.19.2 for ia64, bug #667282 (diff) | |
download | gentoo-35c11e5b1906f4cf6d6ddc876957d77e0ae2df69.tar.gz gentoo-35c11e5b1906f4cf6d6ddc876957d77e0ae2df69.tar.bz2 gentoo-35c11e5b1906f4cf6d6ddc876957d77e0ae2df69.zip |
games-rpg/arx-libertatis: https, sort IUSE
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/arx-libertatis/arx-libertatis-1.1.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-rpg/arx-libertatis/arx-libertatis-1.1.2-r1.ebuild b/games-rpg/arx-libertatis/arx-libertatis-1.1.2-r1.ebuild index 6d505c464f01..f76f90c792f7 100644 --- a/games-rpg/arx-libertatis/arx-libertatis-1.1.2-r1.ebuild +++ b/games-rpg/arx-libertatis/arx-libertatis-1.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,13 +7,13 @@ CMAKE_WARN_UNUSED_CLI=yes inherit eutils cmake-utils gnome2-utils games DESCRIPTION="Cross-platform port of Arx Fatalis, a first-person role-playing game" -HOMEPAGE="http://arx-libertatis.org/" +HOMEPAGE="https://arx-libertatis.org/" SRC_URI="mirror://sourceforge/arx/${P}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="c++0x debug +unity-build crash-reporter static tools" +IUSE="c++0x crash-reporter debug static tools +unity-build" COMMON_DEPEND=" media-libs/freetype |