diff options
author | Vladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua> | 2022-01-01 12:10:05 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-01-03 19:40:16 +0100 |
commit | cf97bb0e62b0fde77ddf3926223d56572c618aba (patch) | |
tree | cbd78e395e02563763b342d80d6ee0bd57f4c785 /app-admin/doctl | |
parent | dev-python/fonttools: Stabilize 4.28.4 arm64, #830537 (diff) | |
download | gentoo-cf97bb0e62b0fde77ddf3926223d56572c618aba.tar.gz gentoo-cf97bb0e62b0fde77ddf3926223d56572c618aba.tar.bz2 gentoo-cf97bb0e62b0fde77ddf3926223d56572c618aba.zip |
app-admin/doctl: EAPI 8 for live ebuild
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-admin/doctl')
-rw-r--r-- | app-admin/doctl/doctl-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-admin/doctl/doctl-9999.ebuild b/app-admin/doctl/doctl-9999.ebuild index 654c28a745f8..264b5170d915 100644 --- a/app-admin/doctl/doctl-9999.ebuild +++ b/app-admin/doctl/doctl-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 EGIT_REPO_URI="https://github.com/digitalocean/${PN}.git" @@ -14,7 +14,6 @@ SRC_URI="" LICENSE="Apache-2.0 MIT BSD BSD-2 ISC MPL-2.0" SLOT="0" KEYWORDS="" -IUSE="" src_unpack() { git-r3_src_unpack |