From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1269281-garchives=archives.gentoo.org@lists.gentoo.org>
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 6C3CE1382C5
	for <garchives@archives.gentoo.org>; Sat, 10 Apr 2021 13:55:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C5746E090F;
	Sat, 10 Apr 2021 13:55:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 AD237E090F
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Apr 2021 13:55:49 +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 C130133BDF0
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Apr 2021 13:55:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 88CF6645
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Apr 2021 13:55:46 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1618062933.42e59621b14ac4f733a152d1a5456476c12ad733.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/upwork/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-office/upwork/upwork-5.4.5.1-r1.ebuild app-office/upwork/upwork-5.4.5.1.ebuild
X-VCS-Directories: app-office/upwork/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 42e59621b14ac4f733a152d1a5456476c12ad733
X-VCS-Branch: master
Date: Sat, 10 Apr 2021 13:55:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 38ec64a1-6045-4f77-bfb2-3b1f58ab196b
X-Archives-Hash: dabeca91421d1b0623ff84945827cda7

commit:     42e59621b14ac4f733a152d1a5456476c12ad733
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 13:47:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 13:55:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e59621

app-office/upwork: add missing x11-libs/libXtst dep

Closes: https://bugs.gentoo.org/744433
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/upwork/{upwork-5.4.5.1.ebuild => upwork-5.4.5.1-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-office/upwork/upwork-5.4.5.1.ebuild b/app-office/upwork/upwork-5.4.5.1-r1.ebuild
similarity index 95%
rename from app-office/upwork/upwork-5.4.5.1.ebuild
rename to app-office/upwork/upwork-5.4.5.1-r1.ebuild
index 809b4cdce15..661153c68f7 100644
--- a/app-office/upwork/upwork-5.4.5.1.ebuild
+++ b/app-office/upwork/upwork-5.4.5.1-r1.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=7
@@ -28,6 +28,7 @@ RDEPEND="
 	x11-libs/gtk+:3[cups]
 	x11-libs/libXinerama
 	x11-libs/libXScrnSaver
+	x11-libs/libXtst
 "
 
 S="${WORKDIR}"