diff options
Diffstat (limited to 'net-mail/ytnef')
-rw-r--r-- | net-mail/ytnef/Manifest | 2 | ||||
-rw-r--r-- | net-mail/ytnef/ytnef-1.9.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/ytnef/Manifest b/net-mail/ytnef/Manifest index 5a5087ce31a5..35186639246d 100644 --- a/net-mail/ytnef/Manifest +++ b/net-mail/ytnef/Manifest @@ -1,3 +1,3 @@ DIST ytnef-1.9.3.tar.gz 301338 BLAKE2B 2a70453225c1c6acaa4a73f0d50e9be3076e0fd1e8dcf79029fe6f23dacbd94046b88d62e561c24914d44121eefbc968523c02302d2d5c6eb95ab68d2620560c SHA512 be0a46e79561a5ff34f812b892a781809606cc7e38c6bfed15bae7773f952b4b55aed0fa784922e72839121672c540496db1bac602630c5a83141f8517a4a543 -EBUILD ytnef-1.9.3.ebuild 655 BLAKE2B 7092baab01c0ce83fce0b1ba6b2360323ec6dae46957dc9f830a2ebc208dd694e8c7eaaa9ed01d296eec8fcad6e92daab70767ab3cbb4c93c1b5d6cb98425b74 SHA512 d4c3248afac11ce141643a84ed1a5db382502009b5d3b59665741ab8205c46c03441b0f18b00dfb797ecdbb48fa8736e980c958fbe9b310886fa4f3837f61a7a +EBUILD ytnef-1.9.3.ebuild 659 BLAKE2B 46aba528873a1ddf3bbd427d719406fe68199f011e9fb1b3b672128a116613ea86f6a86496d4e4c916d8ed2b63fcb45a966446734d161ab99547b257c6dd3117 SHA512 daeb7ee57b2e9b44509612fde38e35b4c37bc86f1cf357c691088bdf361e0d3635b348df7fa4cc5651e56b9f8b8de3fec53a15c689619930f5a3ab23789dedd3 MISC metadata.xml 338 BLAKE2B 788b29610ed73aba390c90c1b6ac4028d5f607e5f5d93dac1ccf945602ba2c0640574ac222761544a47761a40b300ee773aa710a5d2afa0dabe40da9461940cd SHA512 5239663e2ba3a103c1e331b53393658e47d29b2fa4daec1bdea8ff727c39196e6c44a62db613893b4ab7266878c75c0bda21bab9ca25d26fd796ffc44af5703e diff --git a/net-mail/ytnef/ytnef-1.9.3.ebuild b/net-mail/ytnef/ytnef-1.9.3.ebuild index f05db7fb1746..8445b62441db 100644 --- a/net-mail/ytnef/ytnef-1.9.3.ebuild +++ b/net-mail/ytnef/ytnef-1.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Yeraze/ytnef" SRC_URI="https://github.com/Yeraze/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86" IUSE="static-libs" DEPEND="sys-devel/libtool" |