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 8C7AE138336 for ; Tue, 26 Nov 2019 22:58:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DC3BE09CB; Tue, 26 Nov 2019 22:54:41 +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 246A3E09CB for ; Tue, 26 Nov 2019 22:54:41 +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 5EB1B34D444 for ; Tue, 26 Nov 2019 22:54:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D5168CD for ; Tue, 26 Nov 2019 22:54:05 +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: <1574808813.40a28ed9a2a691810d60a70b56ddca631c7ed61c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/vbetool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/vbetool/vbetool-1.1.ebuild X-VCS-Directories: sys-apps/vbetool/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 40a28ed9a2a691810d60a70b56ddca631c7ed61c X-VCS-Branch: master Date: Tue, 26 Nov 2019 22:54:05 +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: ed3d269b-2630-4e57-b491-46edf357c276 X-Archives-Hash: 7bae64996bf5d30bd296913b0e90bdd1 commit: 40a28ed9a2a691810d60a70b56ddca631c7ed61c Author: Matt Turner gentoo org> AuthorDate: Tue Nov 26 22:53:07 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Nov 26 22:53:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a28ed9 sys-apps/vbetool: Use Signed-off-by: Matt Turner gentoo.org> sys-apps/vbetool/vbetool-1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/vbetool/vbetool-1.1.ebuild b/sys-apps/vbetool/vbetool-1.1.ebuild index fd6c4d5d9ce..6001b998a37 100644 --- a/sys-apps/vbetool/vbetool-1.1.ebuild +++ b/sys-apps/vbetool/vbetool-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Run real-mode video BIOS code to alter hw state (i.e. reinitialize video card)" HOMEPAGE="http://www.codon.org.uk/~mjg59/vbetool/" -SRC_URI="http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-1.1.tar.gz" +SRC_URI="http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0"