Install this version:
emerge -a =dev-db/wxsqlite3-4.10.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-db/wxsqlite3-4.10.6
Or alternatively:
emerge --autounmask-write -a =dev-db/wxsqlite3-4.10.6
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
WX_GTK_VER="3.2-gtk3"
inherit autotools wxwidgets
DESCRIPTION="C++ wrapper around the public domain SQLite 3.x database"
HOMEPAGE="http://wxcode.sourceforge.net/components/wxsqlite3/"
SRC_URI="https://github.com/utelle/wxsqlite3/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="wxWinLL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
x11-libs/wxGTK:${WX_GTK_VER}=[X]
dev-db/sqlite:3="
DEPEND="${RDEPEND}"
src_prepare() {
default
eautoreconf
}
src_configure() {
setup-wxwidgets
econf --with-wx-config="${WX_CONFIG}"
}
src_install() {
default
dodoc readme.md
find "${ED}" -type f -name '*.la' -delete || die
}
x11-libs/wxGTK:3.2-gtk3=[X] dev-db/sqlite:3=
x11-libs/wxGTK:3.2-gtk3=[X] dev-db/sqlite:3=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wxsqlite3-4.10.6.tar.gz | 9798362 bytes | https://github.com/utelle/wxsqlite3/archive/refs/tags/v4.10.6.tar.gz |