Diff serialport-1.3.2 with a serialport-1.3.2-r1
/usr/portage/dev-ruby/serialport/serialport-1.3.2-r1.ebuild 2023-10-09 14:52:30.464368375 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 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="ruby26 ruby27 ruby30 ruby31" |
|
6 |
USE_RUBY="ruby30 ruby31 ruby32" |
|
7 | 7 | |
8 | 8 |
RUBY_FAKEGEM_TASK_DOC="" |
9 | 9 |
RUBY_FAKEGEM_TASK_TEST="" |
... | ... | |
21 | 21 |
KEYWORDS="amd64 ~ppc x86" |
22 | 22 |
IUSE="" |
23 | 23 | |
24 |
PATCHES=( |
|
25 |
"${FILESDIR}"/${P}-clang16-build-fix.patch |
|
26 |
) |
|
27 | ||
24 | 28 |
all_ruby_prepare() { |
25 | 29 |
# Fix the miniterm script so that it might actually work, we'll |
26 | 30 |
# install it as example. |