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 E460C1382C5 for ; Mon, 12 Apr 2021 01:09:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1C2DE085A; Mon, 12 Apr 2021 01:09:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 BA724E0858 for ; Mon, 12 Apr 2021 01:09:19 +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 D38C5340BC1 for ; Mon, 12 Apr 2021 01:09:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BC4E6BD for ; Mon, 12 Apr 2021 01:09:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618189643.0ac839e9a53e3eaf03e888458159b8594bfbb11d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-pinyin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild X-VCS-Directories: app-i18n/ibus-pinyin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0ac839e9a53e3eaf03e888458159b8594bfbb11d X-VCS-Branch: master Date: Mon, 12 Apr 2021 01:09:15 +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: 0c0bc2a8-70ed-49bf-bfcc-233bfad49e4c X-Archives-Hash: 0430db2765d6da2c01990069bbfe292a commit: 0ac839e9a53e3eaf03e888458159b8594bfbb11d Author: Sam James gentoo org> AuthorDate: Mon Apr 12 00:13:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 12 01:07:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac839e9 app-i18n/ibus-pinyin: move sys-devel/autoconf-archive to BDEPEND Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild index 4bd398081e5..5344bb6d677 100644 --- a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild +++ b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2008-2020 Gentoo Authors +# Copyright 2008-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,8 @@ RDEPEND="${PYTHON_DEPS} boost? ( dev-libs/boost ) lua? ( ${LUA_DEPS} ) nls? ( virtual/libintl )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" dev-util/intltool sys-devel/autoconf-archive virtual/pkgconfig