Сравнение openssl-ccm-1.2.3 с openssl-ccm-1.3.0

/usr/portage/dev-ruby/openssl-ccm/openssl-ccm-1.3.0.ebuild 2025-12-08 18:18:03.515952409 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
USE_RUBY="ruby31 ruby32 ruby33 ruby34"
6
USE_RUBY="ruby32 ruby33 ruby34"
7

  
8
RUBY_FAKEGEM_GEMSPEC="openssl-ccm.gemspec"
7 9

  
8 10
inherit ruby-fakegem
9 11

  
10 12
DESCRIPTION="OpenSSL CBC-MAC (CCM) ruby gem"
11 13
HOMEPAGE="https://github.com/SmallLars/openssl-ccm"
14
SRC_URI="https://github.com/SmallLars/openssl-ccm/archive/refs/tags/${PV}.tar.gz -> {P}.tar.gz"
12 15

  
13 16
LICENSE="BSD"
14 17
SLOT="${PV}"
Спасибо!