Diff mysqltuner-1.9.9 with a mysqltuner-2.2.12
/usr/portage/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild 2023-10-09 14:52:29.328368346 +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 |
... | ... | |
12 | 12 | |
13 | 13 |
LICENSE="GPL-3+" |
14 | 14 |
SLOT="0" |
15 |
KEYWORDS="amd64 x86" |
|
15 |
KEYWORDS="~amd64 ~x86" |
|
16 | 16 | |
17 | 17 |
RDEPEND=" |
18 | 18 |
dev-lang/perl |
19 | 19 |
virtual/perl-Getopt-Long |
20 | 20 |
" |
21 | 21 | |
22 |
DEPEND="${RDEPEND}" |
|
22 |
src_compile() { |
|
23 |
:; |
|
24 |
} |
|
23 | 25 | |
24 | 26 |
src_install() { |
25 | 27 |
newbin mysqltuner.pl mysqltuner |