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 B3691138335 for ; Fri, 28 Jun 2019 18:10:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93495E0899; Fri, 28 Jun 2019 18:10:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 62149E0895 for ; Fri, 28 Jun 2019 18:10:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E3C00346808 for ; Fri, 28 Jun 2019 18:10:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 006AF62A for ; Fri, 28 Jun 2019 18:10:29 +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: <1561745363.916bbc9b47aed145c0d0edfcbe1d82e50e02ff74.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.2.9.ebuild app-i18n/librime/librime-1.3.1.ebuild app-i18n/librime/librime-1.4.0.ebuild X-VCS-Directories: app-i18n/librime/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 916bbc9b47aed145c0d0edfcbe1d82e50e02ff74 X-VCS-Branch: master Date: Fri, 28 Jun 2019 18:10:29 +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: 24811705-83ae-460f-8765-6f6087540e64 X-Archives-Hash: 81a5149dd11c64c4e2f1d660f32dc358 commit: 916bbc9b47aed145c0d0edfcbe1d82e50e02ff74 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Fri Jun 28 17:13:00 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Jun 28 18:09:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916bbc9b app-i18n/librime: Delete broken "static-libs" USE flag. Fixes: https://bugs.gentoo.org/686924 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> app-i18n/librime/librime-1.2.9.ebuild | 5 ++--- app-i18n/librime/librime-1.3.1.ebuild | 5 ++--- app-i18n/librime/librime-1.4.0.ebuild | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/app-i18n/librime/librime-1.2.9.ebuild b/app-i18n/librime/librime-1.2.9.ebuild index 0cee02a76e8..3a095f77948 100644 --- a/app-i18n/librime/librime-1.2.9.ebuild +++ b/app-i18n/librime/librime-1.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2012-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rime/${PN}/archive/rime-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0/1" KEYWORDS="amd64 ppc ppc64 x86" -IUSE="static-libs test" +IUSE="test" RDEPEND="app-i18n/opencc:= dev-cpp/glog:= @@ -26,7 +26,6 @@ DEPEND="${RDEPEND} src_configure() { local mycmakeargs=( - -DBUILD_STATIC=$(usex static-libs) -DBUILD_TEST=$(usex test) -DBOOST_USE_CXX11=ON -DLIB_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir) diff --git a/app-i18n/librime/librime-1.3.1.ebuild b/app-i18n/librime/librime-1.3.1.ebuild index c0422746cca..6adbfbf2ddc 100644 --- a/app-i18n/librime/librime-1.3.1.ebuild +++ b/app-i18n/librime/librime-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2012-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rime/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0/1" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="static-libs test" +IUSE="test" RDEPEND="app-i18n/opencc:= dev-cpp/glog:= @@ -28,7 +28,6 @@ DOCS=( {CHANGELOG,README}.md ) src_configure() { local mycmakeargs=( - -DBUILD_STATIC=$(usex static-libs) -DBUILD_TEST=$(usex test) -DBOOST_USE_CXX11=ON -DLIB_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir) diff --git a/app-i18n/librime/librime-1.4.0.ebuild b/app-i18n/librime/librime-1.4.0.ebuild index 17878776ea8..0b7c3762df2 100644 --- a/app-i18n/librime/librime-1.4.0.ebuild +++ b/app-i18n/librime/librime-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2012-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rime/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0/1" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="static-libs test" +IUSE="test" RDEPEND="app-i18n/opencc:= dev-cpp/glog:= @@ -28,7 +28,6 @@ DOCS=( {CHANGELOG,README}.md ) src_configure() { local mycmakeargs=( - -DBUILD_STATIC=$(usex static-libs) -DBUILD_TEST=$(usex test) -DBOOST_USE_CXX11=ON -DLIB_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir)