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 41793138335 for ; Sun, 2 Dec 2018 18:44:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7DE1E0ADF; Sun, 2 Dec 2018 18:43:58 +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 BACF4E0ADF for ; Sun, 2 Dec 2018 18:43:58 +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 27495335C7B for ; Sun, 2 Dec 2018 18:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B58A4D9 for ; Sun, 2 Dec 2018 18:43:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1543776215.8d35cbd9685bfe918b95d8b2621aa3be32dc685e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easytag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/easytag/easytag-2.4.3-r1.ebuild X-VCS-Directories: media-sound/easytag/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8d35cbd9685bfe918b95d8b2621aa3be32dc685e X-VCS-Branch: master Date: Sun, 2 Dec 2018 18:43:54 +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: c5e3c5b0-8d0f-46a7-9dfa-66321ca69846 X-Archives-Hash: ea7e3cfb5190c13b2cf4373852c7f8bc commit: 8d35cbd9685bfe918b95d8b2621aa3be32dc685e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 2 17:43:18 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 2 18:43:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d35cbd9 media-sound/easytag: Add missing DEPEND Closes: https://bugs.gentoo.org/668888 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/easytag/easytag-2.4.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-sound/easytag/easytag-2.4.3-r1.ebuild b/media-sound/easytag/easytag-2.4.3-r1.ebuild index 30e559c81cd..4e7f5b9d591 100644 --- a/media-sound/easytag/easytag-2.4.3-r1.ebuild +++ b/media-sound/easytag/easytag-2.4.3-r1.ebuild @@ -43,6 +43,7 @@ RDEPEND=" DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.4 app-text/yelp-tools + dev-util/glib-utils dev-libs/libxml2 dev-libs/libxslt >=dev-util/intltool-0.50