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 156551382C5 for ; Wed, 13 Jan 2021 18:06:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29A2BE07AE; Wed, 13 Jan 2021 18:06:18 +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 1012BE07AE for ; Wed, 13 Jan 2021 18:06:17 +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 C57083408A6 for ; Wed, 13 Jan 2021 18:06:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3375446B for ; Wed, 13 Jan 2021 18:06:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1610561156.d84f231a3a64fc65ce3ab2f87aecc3e9afeffbf9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/exo/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/exo/exo-4.16.0.ebuild X-VCS-Directories: xfce-base/exo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d84f231a3a64fc65ce3ab2f87aecc3e9afeffbf9 X-VCS-Branch: master Date: Wed, 13 Jan 2021 18:06: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: 55b0b567-8c64-4caf-8c4d-0fcdb62eb75a X-Archives-Hash: 8366ad15760865b02799d513f1bc53ea commit: d84f231a3a64fc65ce3ab2f87aecc3e9afeffbf9 Author: Michał Górny gentoo org> AuthorDate: Wed Jan 13 18:05:56 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jan 13 18:05:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84f231a xfce-base/exo: Require xfce4-dev-tools-4.16.0 Closes: https://bugs.gentoo.org/765256 Signed-off-by: Michał Górny gentoo.org> xfce-base/exo/exo-4.16.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce-base/exo/exo-4.16.0.ebuild b/xfce-base/exo/exo-4.16.0.ebuild index 96c225ee8e5..2cfa5d5ce16 100644 --- a/xfce-base/exo/exo-4.16.0.ebuild +++ b/xfce-base/exo/exo-4.16.0.ebuild @@ -21,7 +21,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-util/gtk-doc-am dev-util/intltool - dev-util/xfce4-dev-tools + >=dev-util/xfce4-dev-tools-4.16.0 sys-devel/gettext virtual/pkgconfig"