Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/vbetool/
Date: Tue, 26 Nov 2019 22:58:20
Message-Id: 1574808813.40a28ed9a2a691810d60a70b56ddca631c7ed61c.mattst88@gentoo
1 commit: 40a28ed9a2a691810d60a70b56ddca631c7ed61c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 22:53:07 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 22:53:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a28ed9
7
8 sys-apps/vbetool: Use
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-apps/vbetool/vbetool-1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/vbetool/vbetool-1.1.ebuild b/sys-apps/vbetool/vbetool-1.1.ebuild
16 index fd6c4d5d9ce..6001b998a37 100644
17 --- a/sys-apps/vbetool/vbetool-1.1.ebuild
18 +++ b/sys-apps/vbetool/vbetool-1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -7,7 +7,7 @@ inherit autotools
26
27 DESCRIPTION="Run real-mode video BIOS code to alter hw state (i.e. reinitialize video card)"
28 HOMEPAGE="http://www.codon.org.uk/~mjg59/vbetool/"
29 -SRC_URI="http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-1.1.tar.gz"
30 +SRC_URI="http://www.codon.org.uk/~mjg59/vbetool/download/vbetool-${PV}.tar.gz"
31
32 LICENSE="GPL-2"
33 SLOT="0"