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 8C80F1382C5 for ; Tue, 20 Apr 2021 01:53:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D546CE07DB; Tue, 20 Apr 2021 01:53:11 +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 BA113E07DB for ; Tue, 20 Apr 2021 01:53:11 +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 A4599335D2C for ; Tue, 20 Apr 2021 01:53:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38A03646 for ; Tue, 20 Apr 2021 01:53:09 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1618883571.416e15a26f7ceaa55c32562f8c951e797586c571.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/colord/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/colord/colord-1.4.5.ebuild X-VCS-Directories: x11-misc/colord/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 416e15a26f7ceaa55c32562f8c951e797586c571 X-VCS-Branch: master Date: Tue, 20 Apr 2021 01:53:09 +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: 4ff7aa92-92d8-47b4-911a-8903e53f0ef3 X-Archives-Hash: a27a77175b024336b16020522c8ba3bf commit: 416e15a26f7ceaa55c32562f8c951e797586c571 Author: Matt Turner gentoo org> AuthorDate: Tue Apr 20 01:52:22 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 20 01:52:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416e15a2 x11-misc/colord: Add missing dependency Closes: https://bugs.gentoo.org/783972 Signed-off-by: Matt Turner gentoo.org> x11-misc/colord/colord-1.4.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-misc/colord/colord-1.4.5.ebuild b/x11-misc/colord/colord-1.4.5.ebuild index d98cb5325f1..2d77a0626a2 100644 --- a/x11-misc/colord/colord-1.4.5.ebuild +++ b/x11-misc/colord/colord-1.4.5.ebuild @@ -47,6 +47,7 @@ RDEPEND="${DEPEND} BDEPEND=" acct-group/colord acct-user/colord + app-text/docbook-xsl-ns-stylesheets dev-libs/libxslt >=dev-util/intltool-0.35 >=sys-devel/gettext-0.17