mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-11 09:43:40 +02:00
libfwnt: 20181215 bump
This commit is contained in:
parent
51bebf2204
commit
a004fda33b
3 changed files with 9 additions and 9 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST libfwnt-alpha-20170115.tar.gz 696120 SHA256 010990789656a4a17537a68d625e5ba1f7243dffe4d1b993a64f10036fd40de1 SHA512 931ce4603400ba48b32e9063c1ff011db172698e40f99970cf409c9ce573bc02a9cbbbeeb22f9ff363bc1b6fa0a73a5ce153901a0bfa128208c86d801025c122 WHIRLPOOL 70712d56ffa266119a386e08e4a18b506f04a22b61a3fc85a5ff7faa622d8e181450944c95385db2942aa085b24ac5f19109cdfc0a24b495ff1f9e146169a08a
|
||||
DIST libfwnt-alpha-20180117.tar.gz 695519 SHA256 d968bbbf900b5dbd8a19458986967b7e4715fe6019b6c85a57ae3a962c138096 SHA512 2210ac6dc2b3a319887ed64a519c0d4337ecfc10c3a05621e97bc0e48ed78565a2a092d4a3a1e337d68d7d064ea865751e475e854e00b3cfcc24099657191008 WHIRLPOOL f292b70f26fa0a6c8a23d137b03b0746cad35c1db5d8d644dd2b4e74ee6a9617745803bcf7813e7c272d1619f00710d8429c9accff04ae6306a06d0bb1525f70
|
||||
DIST libfwnt-alpha-20180117.tar.gz 695519 BLAKE2B aba786c9eafebf6e2319cd486b4cc07f9292d7d3e71d76e0b146468b7808bae819a5283375d93f6d5980372b49b9ac114977ff500b85f5f3d26f47e2afda848d SHA512 2210ac6dc2b3a319887ed64a519c0d4337ecfc10c3a05621e97bc0e48ed78565a2a092d4a3a1e337d68d7d064ea865751e475e854e00b3cfcc24099657191008
|
||||
DIST libfwnt-alpha-20181215.tar.gz 702321 BLAKE2B 9486091e67873181c7cd2020c93ec562cf616a500320366de1da011771fc75e35389987aeda6ccbb9d3ac464f6cec2d0370c915a02459ce83eb588b42c5e2f91 SHA512 f6bc988626a979e434f223d2fcf87d5642976c0a00550257720b95b5b7d228fe19fa48a245060663beae740ae95bcc6a2bea44fbe984338e61e5a8caaaf39b73
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ SRC_URI="https://github.com/libyal/${PN}/releases/download/${PV}/${PN}-alpha-${P
|
|||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="debug nls python +threads winapi"
|
||||
|
||||
DEPEND="dev-libs/libcdata
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
|
||||
inherit python-r1
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ SRC_URI="https://github.com/libyal/${PN}/releases/download/${PV}/${PN}-alpha-${P
|
|||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="debug nls python +threads winapi"
|
||||
|
||||
DEPEND="dev-libs/libcdata
|
||||
Loading…
Reference in a new issue