Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/baselayout:master commit in: /
Date: Mon, 10 Feb 2020 04:21:23
Message-Id: 1581308281.027ed4a8aec31f165bf224e92c193a261f3c13a9.williamh@gentoo
1 commit: 027ed4a8aec31f165bf224e92c193a261f3c13a9
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 04:18:01 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 04:18:01 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=027ed4a8
7
8 update version to 2.7
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 Makefile | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/Makefile b/Makefile
16 index 05ed3e77..c0d7283e 100644
17 --- a/Makefile
18 +++ b/Makefile
19 @@ -7,7 +7,7 @@
20 # It also has the added bonus of being easier to install on systems
21 # without an ebuild style package manager.
22
23 -PV = 2.6
24 +PV = 2.7
25 PKG = baselayout-$(PV)
26 DISTFILE = $(PKG).tar.bz2