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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60A8915808B for ; Thu, 24 Mar 2022 12:46:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1910AE08DD; Thu, 24 Mar 2022 12:46:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77989E0829 for ; Thu, 24 Mar 2022 12:46:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 804BB342BBF for ; Thu, 24 Mar 2022 12:46:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E99BA32C for ; Thu, 24 Mar 2022 12:46:43 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1648125998.6ba83610359b12375609638e0c1cc88d605c415e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xpad/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xpad/xpad-5.7.0.ebuild X-VCS-Directories: x11-misc/xpad/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6ba83610359b12375609638e0c1cc88d605c415e X-VCS-Branch: master Date: Thu, 24 Mar 2022 12:46:43 +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: 20314888-58bf-449d-b6ca-30e74a05ce55 X-Archives-Hash: f988935c6072f9c05893cc55362d3d4f commit: 6ba83610359b12375609638e0c1cc88d605c415e Author: Joonas Niilola gentoo org> AuthorDate: Thu Mar 24 12:35:17 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Mar 24 12:46:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba83610 x11-misc/xpad: add BDEPEND to 5.7 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/xpad/xpad-5.7.0.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/x11-misc/xpad/xpad-5.7.0.ebuild b/x11-misc/xpad/xpad-5.7.0.ebuild index 86f88b038215..f445ca27ceed 100644 --- a/x11-misc/xpad/xpad-5.7.0.ebuild +++ b/x11-misc/xpad/xpad-5.7.0.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + inherit autotools DESCRIPTION="A sticky note application for GTK" @@ -16,7 +17,6 @@ RDEPEND=" app-accessibility/at-spi2-atk dev-libs/atk >=dev-libs/glib-2.58:2 - sys-devel/gettext x11-libs/gdk-pixbuf x11-libs/gtk+:3[X] x11-libs/gtksourceview:4 @@ -24,12 +24,10 @@ RDEPEND=" x11-libs/libSM x11-libs/pango " -DEPEND=" - ${RDEPEND} - >=dev-util/intltool-0.31 +DEPEND="${RDEPEND}" +BDEPEND=">=dev-util/intltool-0.31 sys-devel/gettext - virtual/pkgconfig -" + virtual/pkgconfig" src_prepare() { default