diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-10-23 19:08:31 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-10-23 19:09:04 -0700 |
commit | f1c4f23f745f46f5ae1382ab298412e9b80c57a9 (patch) | |
tree | b617e64e381bdf8d70e2364eb4d1ac7b2d1c3143 /dev-go | |
parent | dev-go/go-sqlite3: Bump to EAPI 7 (diff) | |
download | gentoo-f1c4f23f745f46f5ae1382ab298412e9b80c57a9.tar.gz gentoo-f1c4f23f745f46f5ae1382ab298412e9b80c57a9.tar.bz2 gentoo-f1c4f23f745f46f5ae1382ab298412e9b80c57a9.zip |
dev-go/go-snappy: Bump to EAPI 7
Closes: https://bugs.gentoo.org/819651
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/go-snappy/go-snappy-0_pre20150729.ebuild | 4 | ||||
-rw-r--r-- | dev-go/go-snappy/go-snappy-0_pre20160213.ebuild | 4 | ||||
-rw-r--r-- | dev-go/go-snappy/go-snappy-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-go/go-snappy/go-snappy-0_pre20150729.ebuild b/dev-go/go-snappy/go-snappy-0_pre20150729.ebuild index 1b82e8e16555..edc485560363 100644 --- a/dev-go/go-snappy/go-snappy-0_pre20150729.ebuild +++ b/dev-go/go-snappy/go-snappy-0_pre20150729.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 EGO_SRC=github.com/golang/snappy EGO_PN=${EGO_SRC}/... diff --git a/dev-go/go-snappy/go-snappy-0_pre20160213.ebuild b/dev-go/go-snappy/go-snappy-0_pre20160213.ebuild index 6c3ef45cab9d..95ef8172ba75 100644 --- a/dev-go/go-snappy/go-snappy-0_pre20160213.ebuild +++ b/dev-go/go-snappy/go-snappy-0_pre20160213.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 EGO_SRC=github.com/golang/snappy EGO_PN=${EGO_SRC}/... diff --git a/dev-go/go-snappy/go-snappy-9999.ebuild b/dev-go/go-snappy/go-snappy-9999.ebuild index 1b82e8e16555..edc485560363 100644 --- a/dev-go/go-snappy/go-snappy-9999.ebuild +++ b/dev-go/go-snappy/go-snappy-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 EGO_SRC=github.com/golang/snappy EGO_PN=${EGO_SRC}/... |