diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-10-23 19:03:47 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-10-23 19:04:29 -0700 |
commit | 741ecd4f498a56b160e2ac8dd836e6016413c4f1 (patch) | |
tree | 70cb7c275fb57fb6c18317562562d1497b2005d5 /dev-go | |
parent | app-emulation/wine-vanilla: Drop old (diff) | |
download | gentoo-741ecd4f498a56b160e2ac8dd836e6016413c4f1.tar.gz gentoo-741ecd4f498a56b160e2ac8dd836e6016413c4f1.tar.bz2 gentoo-741ecd4f498a56b160e2ac8dd836e6016413c4f1.zip |
dev-go/go-sqlite3: Bump to EAPI 7
Closes: https://bugs.gentoo.org/819642
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-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild | 4 | ||||
-rw-r--r-- | dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild index e070e89d0531..ab83da1830d2 100644 --- a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild +++ b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.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 inherit golang-build golang-vcs-snapshot EGO_PN="github.com/mattn/go-sqlite3/..." diff --git a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild index 968a518d0216..b610a062780c 100644 --- a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild +++ b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit golang-build golang-vcs-snapshot EGO_PN="github.com/mattn/go-sqlite3/..." |