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 09AB11382C5 for ; Fri, 16 Apr 2021 11:23:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F18B5E0845; Fri, 16 Apr 2021 11:23:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D61D1E0841 for ; Fri, 16 Apr 2021 11:23:44 +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 A9A02340BDE for ; Fri, 16 Apr 2021 11:23:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 127C2720 for ; Fri, 16 Apr 2021 11:23:41 +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: <1618572182.7eac2edf98a09a8a8d26b8acc390b0bc19d432a5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xlockmore/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xlockmore/xlockmore-5.50-r1.ebuild X-VCS-Directories: x11-misc/xlockmore/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7eac2edf98a09a8a8d26b8acc390b0bc19d432a5 X-VCS-Branch: master Date: Fri, 16 Apr 2021 11:23:41 +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: 770b00ed-aa32-4314-a7cb-0694fbfd2869 X-Archives-Hash: a13bbe2d0cd1110671320d84e09c5c6f commit: 7eac2edf98a09a8a8d26b8acc390b0bc19d432a5 Author: Sam James gentoo org> AuthorDate: Fri Apr 16 08:16:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 16 11:23:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eac2edf x11-misc/xlockmore: eutils-- Signed-off-by: Sam James gentoo.org> x11-misc/xlockmore/xlockmore-5.50-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xlockmore/xlockmore-5.50-r1.ebuild b/x11-misc/xlockmore/xlockmore-5.50-r1.ebuild index 71363f18b99..4879af0b09f 100644 --- a/x11-misc/xlockmore/xlockmore-5.50-r1.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.50-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils flag-o-matic pam +inherit autotools flag-o-matic pam DESCRIPTION="Just another screensaver application for X" HOMEPAGE="https://www.sillycycle.com/xlockmore.html"