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 51C83138334 for ; Sun, 17 Jun 2018 09:43:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E564FE092F; Sun, 17 Jun 2018 09:43:10 +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 891D6E092F for ; Sun, 17 Jun 2018 09:43:10 +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 3BCED335C95 for ; Sun, 17 Jun 2018 09:43:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEB9430B for ; Sun, 17 Jun 2018 09:43:03 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1529228251.13ce605f7bfeea2c08fc5f55caacf9534b410de4.blueness@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: x11-misc/slim/ X-VCS-Repository: proj/musl X-VCS-Files: x11-misc/slim/slim-1.3.6-r5.ebuild X-VCS-Directories: x11-misc/slim/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 13ce605f7bfeea2c08fc5f55caacf9534b410de4 X-VCS-Branch: master Date: Sun, 17 Jun 2018 09:43:03 +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: c48ad742-c5fe-4eae-83ea-7f99709c2da7 X-Archives-Hash: 2756166bfcc1fd64cc1d2e8a55b71936 commit: 13ce605f7bfeea2c08fc5f55caacf9534b410de4 Author: stefson yahoo de> AuthorDate: Sun Jun 17 08:48:28 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Jun 17 09:37:31 2018 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=13ce605f x11-misc/slim: fix xproto dep x11-misc/slim/slim-1.3.6-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/slim/slim-1.3.6-r5.ebuild b/x11-misc/slim/slim-1.3.6-r5.ebuild index 0b2d323..bdce7fc 100644 --- a/x11-misc/slim/slim-1.3.6-r5.ebuild +++ b/x11-misc/slim/slim-1.3.6-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -30,7 +30,7 @@ RDEPEND="x11-libs/libXmu !x11-misc/slimlock )" DEPEND="${RDEPEND} virtual/pkgconfig - x11-proto/xproto" + x11-base/xorg-proto" PDEPEND="branding? ( >=x11-themes/slim-themes-1.2.3a-r3 )" src_prepare() {