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 E0A93139694 for ; Mon, 12 Jun 2017 11:06:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66D7FE0EB4; Mon, 12 Jun 2017 11:06:24 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D2C8E0EB4 for ; Mon, 12 Jun 2017 11:06:24 +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 CEE073417B0 for ; Mon, 12 Jun 2017 11:06:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 405CB7480 for ; Mon, 12 Jun 2017 11:06:21 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1497265572.84b6e4782192d201b5ff0c62b18a807f728647cc.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libx86emu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libx86emu/libx86emu-1.1.ebuild X-VCS-Directories: dev-libs/libx86emu/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 84b6e4782192d201b5ff0c62b18a807f728647cc X-VCS-Branch: master Date: Mon, 12 Jun 2017 11:06:21 +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: ab0c0cc2-c9fe-4da8-985b-10af44a3c5ab X-Archives-Hash: e309e1ea3a631caa2623394cfc078c53 commit: 84b6e4782192d201b5ff0c62b18a807f728647cc Author: Michael Palimaka gentoo org> AuthorDate: Mon Jun 12 11:04:22 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jun 12 11:06:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b6e478 dev-libs/libx86emu: use HTTPS Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/libx86emu/libx86emu-1.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libx86emu/libx86emu-1.1.ebuild b/dev-libs/libx86emu/libx86emu-1.1.ebuild index a3b79fb53de..b8392b9291f 100644 --- a/dev-libs/libx86emu/libx86emu-1.1.ebuild +++ b/dev-libs/libx86emu/libx86emu-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,8 +6,8 @@ EAPI=4 inherit multilib rpm toolchain-funcs DESCRIPTION="A library for emulating x86" -HOMEPAGE="http://www.opensuse.org/" -SRC_URI="http://download.opensuse.org/source/factory/repo/oss/suse/src/${P}-9.8.src.rpm" +HOMEPAGE="https://www.opensuse.org/" +SRC_URI="https://download.opensuse.org/source/factory/repo/oss/suse/src/${P}-9.8.src.rpm" LICENSE="HPND" SLOT="0"