[dev-games/StormLib] fix SRC_URI, fix libtomcrypt dependency
This commit is contained in:
		| @@ -8,7 +8,7 @@ inherit cmake-multilib | ||||
|  | ||||
| DESCRIPTION="library to read and write MPQ archives" | ||||
| HOMEPAGE="http://www.zezula.net/en/mpq/main.html" | ||||
| SRC_URI="https://github.com/stormlib/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" | ||||
| SRC_URI="https://github.com/ladislav-zezula/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" | ||||
|  | ||||
| RESTRICT="mirror" | ||||
|  | ||||
| @@ -17,7 +17,7 @@ SLOT="0" | ||||
| KEYWORDS="~amd64 ~x86" | ||||
| IUSE="static-libs" | ||||
|  | ||||
| DEPEND="=dev-libs/libtomcrypt-1.17-r7[static-libs?,${MULTILIB_USEDEP}] | ||||
| DEPEND="dev-libs/libtomcrypt[static-libs?,${MULTILIB_USEDEP}] | ||||
| 	sys-libs/zlib[static-libs?,${MULTILIB_USEDEP}] | ||||
| 	app-arch/bzip2[static-libs?,${MULTILIB_USEDEP}]" | ||||
| RDEPEND="${DEPEND}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user