diff options
Diffstat (limited to 'dev-ruby/mail')
-rw-r--r-- | dev-ruby/mail/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/mail/mail-2.7.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/mail/Manifest b/dev-ruby/mail/Manifest index 92563473b42c..aaadacd38462 100644 --- a/dev-ruby/mail/Manifest +++ b/dev-ruby/mail/Manifest @@ -1,3 +1,3 @@ DIST mail-2.7.1-git.tar.gz 625251 BLAKE2B c1efbb259042155e983c1971fe9821eb0dd850089bd04cb0c74513f6f17dabf8ecc3155d9e5846ae657383f522872323f8fba37d51fba4318ac682d18a6d4c50 SHA512 17c601c86715135331f750048339a11a67a17f34486dbafa3ba7e9af9970d60927a2fa95c72a398418548df1fdf5addb2ed3afe9da7dff1f0bd949438726be1b -EBUILD mail-2.7.1.ebuild 915 BLAKE2B 3c4734dff75ebbcd84609056536a5eb1d251cbdd518376f77a19d8218b3542fab6f37fc84680f8b9c8593526eba48df302fccc86be262837eed820ef5f025197 SHA512 7b9d08e487bbbce74f31beee2a5943d3b9d8b4d7bd5545857df5163ef7a5d98ce42bc689eb8ea18d1cc2fd17fcd06e697ed8d3970fe1e9a309dc723dcf328fa1 +EBUILD mail-2.7.1.ebuild 904 BLAKE2B 379b56b701fa0a0cb2aa9f690eafe914245e3cde8b29607425b5c352401514f0b1b4f55cd5a669d6c95a0c188e0ba2ad85b86310728b152c91568dca22cf4917 SHA512 cf3e5f7dfd4a3382def661c6819980a33abcfdad8e21cabdb9a68e955e28d97d7bec898b68fc77ac9a2c46ccc10aa1156ff5f41f0ca0f78c5eccc6fcb6e21e5b MISC metadata.xml 336 BLAKE2B 05720c141d8870f2d762c280717a98dd07ff1d6d3679ab777e69669542b257e1cda8dc845b780d221699b8fcece77fe75f9b5226ee8ecce772bd51af22d7dd68 SHA512 0952e9c85bcf07cc1adc299d0812259156410f487f2b10a77a29f7871128fa35595b605579f85b0868179f60b978585ed27cdc069608094f7fe186b5e15ae1b1 diff --git a/dev-ruby/mail/mail-2.7.1.ebuild b/dev-ruby/mail/mail-2.7.1.ebuild index e1fa979df837..8e17aa55074e 100644 --- a/dev-ruby/mail/mail-2.7.1.ebuild +++ b/dev-ruby/mail/mail-2.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git LICENSE="MIT" SLOT="$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1" |