diff options
Diffstat (limited to 'dev-db/mysql-workbench/mysql-workbench-8.0.27.ebuild')
-rw-r--r-- | dev-db/mysql-workbench/mysql-workbench-8.0.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql-workbench/mysql-workbench-8.0.27.ebuild b/dev-db/mysql-workbench/mysql-workbench-8.0.27.ebuild index 6ce9aed7c684..273419842bc6 100644 --- a/dev-db/mysql-workbench/mysql-workbench-8.0.27.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-8.0.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ SRC_URI="https://cdn.mysql.com/Downloads/MySQLGUITools/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug doc" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |