commit: 51c905af544411c486f1fea821742384c22b17ef Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Fri Feb 8 14:49:27 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Fri Feb 8 14:49:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c905af
dev-libs/girara: unhardcode libdir due to prefix keywords Closes: https://bugs.gentoo.org/677476 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/girara/girara-0.3.1.ebuild | 3 +-- dev-libs/girara/girara-0.3.2.ebuild | 3 +-- dev-libs/girara/girara-9999.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-libs/girara/girara-0.3.1.ebuild b/dev-libs/girara/girara-0.3.1.ebuild index 9cb982d862b..46f9c356cc9 100644 --- a/dev-libs/girara/girara-0.3.1.ebuild +++ b/dev-libs/girara/girara-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -40,7 +40,6 @@ src_prepare() { src_configure() { local emesonargs=( - --libdir=/usr/$(get_libdir) -Denable-json=true -Denable-docs=$(usex doc true false) -Denable-notify=$(usex libnotify true false) diff --git a/dev-libs/girara/girara-0.3.2.ebuild b/dev-libs/girara/girara-0.3.2.ebuild index c5a83d64ff8..79deec03fde 100644 --- a/dev-libs/girara/girara-0.3.2.ebuild +++ b/dev-libs/girara/girara-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -40,7 +40,6 @@ src_prepare() { src_configure() { local emesonargs=( - --libdir=/usr/$(get_libdir) -Djson=enabled -Ddocs=$(usex doc enabled disabled) -Dnotify=$(usex libnotify enabled disabled) diff --git a/dev-libs/girara/girara-9999.ebuild b/dev-libs/girara/girara-9999.ebuild index 6a933684b7c..a650dd0c40b 100644 --- a/dev-libs/girara/girara-9999.ebuild +++ b/dev-libs/girara/girara-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -40,7 +40,6 @@ src_prepare() { src_configure() { local emesonargs=( - --libdir=/usr/$(get_libdir) -Denable-json=true -Denable-docs=$(usex doc true false) -Denable-notify=$(usex libnotify true false)
