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 140BB1396D0 for ; Sat, 2 Sep 2017 02:06:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C48FE0CA4; Sat, 2 Sep 2017 02:06:51 +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 06021E0CA4 for ; Sat, 2 Sep 2017 02:06:50 +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 B2AA6341665 for ; Sat, 2 Sep 2017 02:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18B508ADA for ; Sat, 2 Sep 2017 02:06:47 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1504317997.2eb017bb4d28c8f0976376d8245c9d9344302015.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-x11/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild X-VCS-Directories: x11-base/xorg-x11/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2eb017bb4d28c8f0976376d8245c9d9344302015 X-VCS-Branch: master Date: Sat, 2 Sep 2017 02:06:47 +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: 4b34ab90-397a-4341-a19f-185a5c24eef1 X-Archives-Hash: c0c3560c39fb1402ee98215935e2d7b3 commit: 2eb017bb4d28c8f0976376d8245c9d9344302015 Author: Francesco Turco fastmail fm> AuthorDate: Fri Sep 1 20:45:56 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Sep 2 02:06:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb017bb x11-base/xorg-x11: update link to wiki Closes: https://github.com/gentoo/gentoo/pull/5589 Signed-off-by: Matt Turner gentoo.org> x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild b/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild index 6661c904bfa..c10948f48d8 100644 --- a/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild +++ b/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -146,7 +146,7 @@ pkg_postinst() { elog # (#76985) - elog "Visit https://www.gentoo.org/doc/en/index.xml?catid=desktop" + elog "Visit https://wiki.gentoo.org/wiki/Category:X.Org" elog "for more information on configuring X." elog }