diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 18:39:16 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:08 +0100 |
commit | 5c35df6f32959514fa68969ab046df0d1d029cb0 (patch) | |
tree | 29ff3b6e3d8527e0c55941edabe721d7979eb359 | |
parent | app-crypt/ct-submit: move to EAPI 7 (diff) | |
download | portage-5c35df6f32959514fa68969ab046df0d1d029cb0.tar.xz |
app-crypt/trezord: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
-rw-r--r-- | app-crypt/trezord/trezord-2.0.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/trezord/trezord-2.0.25.ebuild b/app-crypt/trezord/trezord-2.0.25.ebuild index 1b7ed79c..4adba4d9 100644 --- a/app-crypt/trezord/trezord-2.0.25.ebuild +++ b/app-crypt/trezord/trezord-2.0.25.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit golang-build udev systemd |