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 D76F113835A for ; Fri, 4 Jun 2021 19:51:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E3D3E0822; Fri, 4 Jun 2021 19:51:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 05FB5E0822 for ; Fri, 4 Jun 2021 19:51:52 +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 46F79340C7C for ; Fri, 4 Jun 2021 19:51:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B328079C for ; Fri, 4 Jun 2021 19:51:49 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1622836088.4fab15903f3265f687a256da591777a7aeafac38.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/librime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/librime/librime-1.7.3.ebuild X-VCS-Directories: app-i18n/librime/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 4fab15903f3265f687a256da591777a7aeafac38 X-VCS-Branch: master Date: Fri, 4 Jun 2021 19:51:49 +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: 7d3c2f92-63fd-4185-a172-3d99cdd41e55 X-Archives-Hash: 36ab358c6e0401d3b2a6bb389150f538 commit: 4fab15903f3265f687a256da591777a7aeafac38 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Fri Jun 4 01:00:00 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Jun 4 19:48:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fab1590 app-i18n/librime: Revert "workaround dev-cpp/glog dependency on sparc". dev-cpp/glog-0.5.0 now has optional dependency on sys-libs/libunwind or sys-libs/llvm-libunwind, and sys-libs/llvm-libunwind is supposed to support SPARC. Reverts: 9d28275ad9ab730b71615854fa0f6707743b3b68 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> app-i18n/librime/librime-1.7.3.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-i18n/librime/librime-1.7.3.ebuild b/app-i18n/librime/librime-1.7.3.ebuild index 0cfa7aec1df..44959fdbee6 100644 --- a/app-i18n/librime/librime-1.7.3.ebuild +++ b/app-i18n/librime/librime-1.7.3.ebuild @@ -28,7 +28,7 @@ RESTRICT="!test? ( test )" BDEPEND="dev-libs/capnproto:0" RDEPEND="app-i18n/opencc:0= - !sparc? ( >=dev-cpp/glog-0.3.5:0= ) + >=dev-cpp/glog-0.3.5:0= dev-cpp/yaml-cpp:0= dev-libs/boost:0=[threads] dev-libs/capnproto:0= @@ -66,8 +66,6 @@ src_configure() { -DBUILD_TEST=$(usex test ON OFF) -DCMAKE_DISABLE_FIND_PACKAGE_Gflags=ON -DENABLE_EXTERNAL_PLUGINS=ON - # dev-cpp/glog is currently marked -sparc - -DENABLE_LOGGING=$(usex !sparc) -DINSTALL_PRIVATE_HEADERS=ON )