Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/doctl/
Date: Mon, 03 Jan 2022 18:40:38
Message-Id: 1641235216.cf97bb0e62b0fde77ddf3926223d56572c618aba.flow@gentoo
1 commit: cf97bb0e62b0fde77ddf3926223d56572c618aba
2 Author: Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
3 AuthorDate: Sat Jan 1 10:10:05 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 18:40:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf97bb0e
7
8 app-admin/doctl: EAPI 8 for live ebuild
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
12 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
13
14 app-admin/doctl/doctl-9999.ebuild | 5 ++---
15 1 file changed, 2 insertions(+), 3 deletions(-)
16
17 diff --git a/app-admin/doctl/doctl-9999.ebuild b/app-admin/doctl/doctl-9999.ebuild
18 index 654c28a745f8..264b5170d915 100644
19 --- a/app-admin/doctl/doctl-9999.ebuild
20 +++ b/app-admin/doctl/doctl-9999.ebuild
21 @@ -1,7 +1,7 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI=8
28
29 EGIT_REPO_URI="https://github.com/digitalocean/${PN}.git"
30
31 @@ -14,7 +14,6 @@ SRC_URI=""
32 LICENSE="Apache-2.0 MIT BSD BSD-2 ISC MPL-2.0"
33 SLOT="0"
34 KEYWORDS=""
35 -IUSE=""
36
37 src_unpack() {
38 git-r3_src_unpack