Skip to content

Commit

Permalink
Merge pull request #1075 from itspec-ru/gentoo
Browse files Browse the repository at this point in the history
gentoo ebuilds: switch to EAPI=8
  • Loading branch information
jcorporation authored Jul 29, 2023
2 parents a772f83 + 904f083 commit ca1aa13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions contrib/packaging/gentoo/acct-group/mympd/mympd-0.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

inherit acct-group

Expand Down
4 changes: 2 additions & 2 deletions contrib/packaging/gentoo/acct-user/mympd/mympd-0.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

inherit acct-user

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

inherit eutils cmake systemd
inherit cmake systemd

MY_PN="myMPD"

Expand Down

0 comments on commit ca1aa13

Please sign in to comment.