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 D7152138334 for ; Thu, 3 Oct 2019 05:53:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC56CE087D; Thu, 3 Oct 2019 05:53:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B8F19E087D for ; Thu, 3 Oct 2019 05:53:55 +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 DD6C834B7D7 for ; Thu, 3 Oct 2019 05:53:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E63BC82A for ; Thu, 3 Oct 2019 05:53:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570082009.b1d9954a413b35acf8dad99495b95847a08ce239.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xkeyboard-config/xkeyboard-config-2.27.ebuild x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild X-VCS-Directories: x11-misc/xkeyboard-config/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b1d9954a413b35acf8dad99495b95847a08ce239 X-VCS-Branch: master Date: Thu, 3 Oct 2019 05:53:49 +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: 67d73902-cf90-4217-a346-9fe620fdb610 X-Archives-Hash: 0820d5751f68d05b8dbb029bfe6ace9d commit: b1d9954a413b35acf8dad99495b95847a08ce239 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 30 11:02:21 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 3 05:53:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d9954a x11-misc/xkeyboard-config: Inline mirror://xorg Signed-off-by: Michał Górny gentoo.org> x11-misc/xkeyboard-config/xkeyboard-config-2.27.ebuild | 2 +- x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.27.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.27.ebuild index 0f026fc5768..357968640e3 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.27.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.27.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then # x11-misc/util-macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" else - SRC_URI="mirror://xorg/data/${PN}/${P}.tar.bz2" + SRC_URI="https://www.x.org/releases/individual/data/${PN}/${P}.tar.bz2" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" fi diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild index 18bac738483..75abe63eb00 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then # x11-misc/util-macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" else - SRC_URI="mirror://xorg/data/${PN}/${P}.tar.bz2" + SRC_URI="https://www.x.org/releases/individual/data/${PN}/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" fi