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 F1AB2138330 for ; Sat, 6 Jan 2018 18:58:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2571CE08E8; Sat, 6 Jan 2018 18:58:59 +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 04706E08E8 for ; Sat, 6 Jan 2018 18:58: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 357DA335C04 for ; Sat, 6 Jan 2018 18:58:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF069195 for ; Sat, 6 Jan 2018 18:58:56 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1515265003.827ebe294e3256376f69985d183c25d61e29eaa2.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/parcellite/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/parcellite/parcellite-1.2.1.ebuild X-VCS-Directories: x11-misc/parcellite/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 827ebe294e3256376f69985d183c25d61e29eaa2 X-VCS-Branch: master Date: Sat, 6 Jan 2018 18:58:56 +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-Archives-Salt: 350dfcdf-80b4-47bd-b520-432a8362d37f X-Archives-Hash: d24cc48fb5cf2e1bacf6c0ab14574d8b commit: 827ebe294e3256376f69985d183c25d61e29eaa2 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Jan 4 23:28:31 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Jan 6 18:56:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827ebe29 x11-misc/parcellite: missing RDEPEND Signed-off-by: Robin H. Johnson gentoo.org> Package-Manager: Portage-2.3.16, Repoman-2.3.6 x11-misc/parcellite/parcellite-1.2.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-misc/parcellite/parcellite-1.2.1.ebuild b/x11-misc/parcellite/parcellite-1.2.1.ebuild index 8a87092b901..171eae3726a 100644 --- a/x11-misc/parcellite/parcellite-1.2.1.ebuild +++ b/x11-misc/parcellite/parcellite-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,8 @@ KEYWORDS="amd64 x86" IUSE="nls" RDEPEND=">=dev-libs/glib-2.14 - >=x11-libs/gtk+-2.10:2" + >=x11-libs/gtk+-2.10:2 + x11-misc/xdotool" DEPEND="${RDEPEND} virtual/pkgconfig nls? (