Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ddate/
Date: Tue, 12 Jun 2018 07:33:43
Message-Id: 1528788627.49c70b97435335575a2648a6d860da14fba3df79.asturm@gentoo
1 commit: 49c70b97435335575a2648a6d860da14fba3df79
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 12 07:30:27 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 07:30:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c70b97
7
8 app-misc/ddate: EAPI-6 bump
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-misc/ddate/ddate-0.2.1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/ddate/ddate-0.2.1.ebuild b/app-misc/ddate/ddate-0.2.1.ebuild
16 index 843415bf710..b77bc135db4 100644
17 --- a/app-misc/ddate/ddate-0.2.1.ebuild
18 +++ b/app-misc/ddate/ddate-0.2.1.ebuild
19 @@ -1,7 +1,8 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=6
26 +
27 inherit cmake-utils
28
29 DESCRIPTION="Perpetual date converter from gregorian to poee calendar"