From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F139138334 for ; Sun, 10 Feb 2019 07:17:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 019B2E09DA; Sun, 10 Feb 2019 07:17:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3312E09DA for ; Sun, 10 Feb 2019 07:17:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E9DA335D40 for ; Sun, 10 Feb 2019 07:17:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00589539 for ; Sun, 10 Feb 2019 07:17:08 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1549783005.4a5bb332a7a40dfbfa8c819828cc2cfa7dd107e4.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura/zathura-0.4.1-r2.ebuild app-text/zathura/zathura-0.4.3.ebuild app-text/zathura/zathura-9999.ebuild X-VCS-Directories: app-text/zathura/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4a5bb332a7a40dfbfa8c819828cc2cfa7dd107e4 X-VCS-Branch: master Date: Sun, 10 Feb 2019 07:17:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9fb417cb-8134-4d8a-bf9b-bf7c47facfea X-Archives-Hash: 81c840dc3634215f815cdfcd492af45a commit: 4a5bb332a7a40dfbfa8c819828cc2cfa7dd107e4 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Feb 10 07:16:45 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Feb 10 07:16:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5bb332 app-text/zathura: unhardcode libdir due to prefix keywords Closes: https://bugs.gentoo.org/677516 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-text/zathura/zathura-0.4.1-r2.ebuild | 3 +-- app-text/zathura/zathura-0.4.3.ebuild | 1 - app-text/zathura/zathura-9999.ebuild | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app-text/zathura/zathura-0.4.1-r2.ebuild b/app-text/zathura/zathura-0.4.1-r2.ebuild index 834f69ea245..f6972544584 100644 --- a/app-text/zathura/zathura-0.4.1-r2.ebuild +++ b/app-text/zathura/zathura-0.4.1-r2.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=6 @@ -41,7 +41,6 @@ BDEPEND="virtual/pkgconfig" src_configure() { local emesonargs=( - --libdir=/usr/$(get_libdir) -Denable-magic=$(usex magic true false) -Denable-seccomp=$(usex seccomp true false) -Denable-sqlite=$(usex sqlite true false) diff --git a/app-text/zathura/zathura-0.4.3.ebuild b/app-text/zathura/zathura-0.4.3.ebuild index 498fcc32ef9..19b0aaae81e 100644 --- a/app-text/zathura/zathura-0.4.3.ebuild +++ b/app-text/zathura/zathura-0.4.3.ebuild @@ -42,7 +42,6 @@ BDEPEND="doc? ( dev-python/sphinx ) src_configure() { local emesonargs=( - --libdir=/usr/$(get_libdir) -Dconvert-icon=disabled -Dmagic=$(usex magic enabled disabled) -Dmanpages=$(usex doc enabled disabled) diff --git a/app-text/zathura/zathura-9999.ebuild b/app-text/zathura/zathura-9999.ebuild index fced4c2aa2b..fcb0645c089 100644 --- a/app-text/zathura/zathura-9999.ebuild +++ b/app-text/zathura/zathura-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=6 @@ -39,7 +39,6 @@ BDEPEND="virtual/pkgconfig" src_configure() { local emesonargs=( - --libdir=/usr/$(get_libdir) -Denable-magic=$(usex magic true false) -Denable-seccomp=$(usex seccomp true false) -Denable-sqlite=$(usex sqlite true false)