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 73CAB138350 for ; Fri, 7 Feb 2020 10:19:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8882FE08A2; Fri, 7 Feb 2020 10:19:17 +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 6C2CDE08A2 for ; Fri, 7 Feb 2020 10:19:17 +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 5666834E861 for ; Fri, 7 Feb 2020 10:19:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58C572B for ; Fri, 7 Feb 2020 10:19:14 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1581070662.4ae8ecb6633db778e26cf1c62e6b1c5d4fa6783a.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gtkspell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/gtkspell/gtkspell-2.0.16-r1.ebuild X-VCS-Directories: app-text/gtkspell/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 4ae8ecb6633db778e26cf1c62e6b1c5d4fa6783a X-VCS-Branch: master Date: Fri, 7 Feb 2020 10:19:14 +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: 1662fb01-7471-47d2-9ee3-cda66b05c52a X-Archives-Hash: b9340910350e684f045668fa6d264c6b commit: 4ae8ecb6633db778e26cf1c62e6b1c5d4fa6783a Author: Mart Raudsepp gentoo org> AuthorDate: Fri Feb 7 10:17:26 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Feb 7 10:17:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae8ecb6 app-text/gtkspell: add back gtk-doc-am bdepend for now We still have a gtk-doc-am stable version that provides the gtkdoc-rebase benefits; so keep dep dep around for, and we can go on a global scale gtk-doc-am bdep (for when it's for the rebase tool, not m4 file) removal spree once the python-based gtk-doc is stable and perl-based removed. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> app-text/gtkspell/gtkspell-2.0.16-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild b/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild index bc0747bea5f..167691bf5c7 100644 --- a/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild @@ -18,6 +18,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2 >=app-text/enchant-1.1.6:0" DEPEND="${RDEPEND} + dev-util/gtk-doc-am >=dev-util/intltool-0.35.0 virtual/pkgconfig"