All EAPI=8 #105

Merged
manuel merged 2 commits from feature/eapi-8-all into master 2022-09-20 15:22:50 +02:00
2 changed files with 11 additions and 5 deletions
Showing only changes of commit bc586e02a9 - Show all commits

View file

@ -3,7 +3,13 @@ requests. So, go over to GitHub and fork this repository:
[https://github.com/fritteli/gentoo-overlay](https://github.com/fritteli/gentoo-overlay) [https://github.com/fritteli/gentoo-overlay](https://github.com/fritteli/gentoo-overlay)
Then change whatever you want and send me the pull request. If you want, you can After you're done, please make sure that your changes don't upset
also create an issue along with it. But you don't have to. [`pkgcheck`](https://wiki.gentoo.org/wiki/Pkgcheck). Run the following
command and fix warnings and errors:
pkgcheck scan --net .
Then send me the pull request. If you want, you can also create an issue along
with it. But you don't have to.
Thank you for your help! Thank you for your help!

View file

@ -42,9 +42,9 @@ If you find a bug in an ebuild, encounter a build error or would like me to add
## Contributing ## Contributing
I gladly accept pull requests for bugs or new ebuilds. Before opening a pull request, please make sure your changes don't upset [`repoman`](https://wiki.gentoo.org/wiki/Repoman). Run the following command and fix warnings and errors: I gladly accept pull requests for bugs or new ebuilds. Before opening a pull request, please make sure your changes don't upset [`pkgcheck`](https://wiki.gentoo.org/wiki/Pkgcheck). Run the following command and fix warnings and errors:
repoman -x -p pkgcheck scan --net .
## Maintainers ## Maintainers