Skip to content

Commit

Permalink
dev-db/libiodbc: drop multilib
Browse files Browse the repository at this point in the history
No multilib reverse-dependencies.

Signed-off-by: Sam James <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
thesamesam authored and SoapGentoo committed Sep 9, 2022
1 parent 2df04e9 commit 2ee099e
Showing 1 changed file with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit autotools multilib-minimal
inherit autotools

MY_PN="iODBC"

Expand All @@ -17,13 +17,9 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="gtk"

RDEPEND="gtk? ( x11-libs/gtk+:2[${MULTILIB_USEDEP}] )"
RDEPEND="gtk? ( x11-libs/gtk+:2 )"
DEPEND="${RDEPEND}"

DOCS=( AUTHORS NEWS README )

MULTILIB_CHOST_TOOLS=( /usr/bin/iodbc-config )

PATCHES=(
"${FILESDIR}"/${PN}-3.52.12-multilib.patch
"${FILESDIR}"/${PN}-3.52.7-debian_bug501100.patch
Expand All @@ -44,8 +40,8 @@ src_prepare() {
eautoreconf
}

multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
src_configure() {
econf \
--disable-static \
--enable-odbc3 \
--enable-pthreads \
Expand All @@ -54,8 +50,8 @@ multilib_src_configure() {
$(use_enable gtk gui)
}

multilib_src_install_all() {
einstalldocs
src_install() {
default

find "${ED}" -name '*.la' -delete || die

Expand Down

0 comments on commit 2ee099e

Please sign in to comment.