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 55EDE13835B for ; Mon, 12 Apr 2021 01:09:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BF48E083B; Mon, 12 Apr 2021 01:09:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3465CE0839 for ; Mon, 12 Apr 2021 01:09:18 +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 8C87D340B4D for ; Mon, 12 Apr 2021 01:09:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC7464A 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: <1618189636.cd02831690b69689452ddb171d6af4796ce00896.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/guifications/guifications-2.16.ebuild X-VCS-Directories: x11-plugins/guifications/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cd02831690b69689452ddb171d6af4796ce00896 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: c7532e01-0e54-4ac8-b0ab-9b0db7d5a76b X-Archives-Hash: 7560ea4a60945097b908359158b2b9e3 commit: cd02831690b69689452ddb171d6af4796ce00896 Author: Sam James gentoo org> AuthorDate: Sun Apr 11 23:58:47 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 12 01:07:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd028316 x11-plugins/guifications: fix DEPEND typo Signed-off-by: Sam James gentoo.org> x11-plugins/guifications/guifications-2.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild index f6ac6a1017d..0c8a39b85b1 100644 --- a/x11-plugins/guifications/guifications-2.16.ebuild +++ b/x11-plugins/guifications/guifications-2.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ IUSE="debug nls" RDEPEND="net-im/pidgin[gtk] x11-libs/gtk+:2" -DEPEND="${DEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig" src_configure() {