diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2019-10-10 10:33:20 -0500 |
---|---|---|
committer | Doug Goldstein <cardoe@cardoe.com> | 2019-10-10 10:33:20 -0500 |
commit | ae4babb28634f0f44a751501ceb9d34a02cbc554 (patch) | |
tree | 337d7e5972a15ff4fb4ed3efb2e7db161c8c43ec /src | |
parent | Merge branch 'roelaaij-master' (diff) | |
parent | Update ebuild.template (diff) | |
download | cargo-ebuild-ae4babb28634f0f44a751501ceb9d34a02cbc554.tar.gz cargo-ebuild-ae4babb28634f0f44a751501ceb9d34a02cbc554.tar.bz2 cargo-ebuild-ae4babb28634f0f44a751501ceb9d34a02cbc554.zip |
Merge branch 'kpcyrd-patch-1'
Diffstat (limited to 'src')
-rw-r--r-- | src/ebuild.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ebuild.template b/src/ebuild.template index 2ac9447..37c4433 100644 --- a/src/ebuild.template +++ b/src/ebuild.template @@ -1,9 +1,9 @@ -# Copyright 2017-{this_year} Gentoo Foundation +# Copyright 2017-{this_year} Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild {cargo_ebuild_ver} -EAPI=6 +EAPI=7 CRATES=" {crates}" |