diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-02-24 19:58:07 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-02-24 19:58:07 +0000 |
commit | 99abbc5e5a6ecd3fc981b45646fd8cb5d320377b (patch) | |
tree | da76713365257a445f3ae3b95470917f59d46728 /dev-python/apipkg | |
parent | 4935506e9a5cbfabd37c64093eac5f36c2ff0017 (diff) |
gentoo resync : 24.02.2018
Diffstat (limited to 'dev-python/apipkg')
-rw-r--r-- | dev-python/apipkg/Manifest | 2 | ||||
-rw-r--r-- | dev-python/apipkg/apipkg-1.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/apipkg/Manifest b/dev-python/apipkg/Manifest index 4e3b3b0a69b8..49125b92c2d8 100644 --- a/dev-python/apipkg/Manifest +++ b/dev-python/apipkg/Manifest @@ -1,3 +1,3 @@ DIST apipkg-1.4.tar.gz 11224 BLAKE2B b59e3fe39030f1f1f7f41e121d7a4e242d7155be5f7b2b8f3cd7550772acceacaf2d9540cf98bdb51e6d132af937d634bce3699b950b9d9aa9a618009cbaebb8 SHA512 118f806706944513f50d3cdef596b32f8ce585cfaf94d2531a6d260f90a0e2147177161aaa6f5d6823150e6182d0f73be3dc01259b8a2f8d710733a22ea54789 -EBUILD apipkg-1.4.ebuild 802 BLAKE2B 99b47c0007d60c6ff2cad0d8317af3105137a95666ec58963cbbb8539794fefc26e4eb70226ebc39855dfa810a864eb284ad73eeefb6911e5b94200b8a8fe02d SHA512 7a9eefe364830df78a968a425bb2640cdec2f703e25ab06ff2b84200e7ccfb252d545ae4489f97feb02e6d2ed74c0abf01c46df083ac42adaf875b8ddce2db0c +EBUILD apipkg-1.4.ebuild 814 BLAKE2B 7f6408d7894ac465ab383e2b3f58fb330cb5a20994ae0307ac62179c4046ed031e9c98f4376a2faad987f37d37b0b941ada017fe2abbb9667165c06a4ed7600a SHA512 09567017da97ada1f7b60d87f08375f8d9b5da2dcc52b9bca5866732e1db989ccb194d548d584c2a9451f9dcde65333b79301b4a190806d7cccf1c7252885191 MISC metadata.xml 309 BLAKE2B 693a9a5373548cbc3c78db6df12bd9dc7aad3bfd3665f702f65a18a1799dc089869d5577ff6d6dba67573393970d8b85c356387a53786376503d33f979bf6e52 SHA512 0f74900faac286382377f2233aaafc9a6e8d7b49c017f60c7c451728d67cb9b9505f57903901a56f67327364951e2e7ab7dae7c852ad70b16070ce48ff3f93cb diff --git a/dev-python/apipkg/apipkg-1.4.ebuild b/dev-python/apipkg/apipkg-1.4.ebuild index 7dfec3243247..cb892f8db852 100644 --- a/dev-python/apipkg/apipkg-1.4.ebuild +++ b/dev-python/apipkg/apipkg-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" IUSE="examples test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |