diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-13 02:48:49 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-12 14:18:07 +0100 |
commit | f1c14f509a934577cff01732f4f897649ee820fe (patch) | |
tree | 293bdd0c3de7981728d970abf13d8bf8926a473b /app-office | |
parent | app-office/kexi: Port away from kde5.eclass, update HOMEPAGE (diff) | |
download | gentoo-f1c14f509a934577cff01732f4f897649ee820fe.tar.gz gentoo-f1c14f509a934577cff01732f4f897649ee820fe.tar.bz2 gentoo-f1c14f509a934577cff01732f4f897649ee820fe.zip |
dev-db/kdb: Port away from kde5.eclass, add HOMEPAGE, python3_8, py27--
Fix build with PostgreSQL 12
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/kexi/kexi-3.2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/kexi/kexi-3.2.0-r1.ebuild b/app-office/kexi/kexi-3.2.0-r1.ebuild index 2a339bcd773d..fa3280cd2755 100644 --- a/app-office/kexi/kexi-3.2.0-r1.ebuild +++ b/app-office/kexi/kexi-3.2.0-r1.ebuild @@ -15,7 +15,7 @@ https://userbase.kde.org/Kexi" if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz" - KEYWORDS="amd64 x86" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2" # TODO: CHECK |