Skip to content

Commit

Permalink
media-gfx/imagemagick: bump to EAPI 8
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Oct 20, 2021
1 parent ecdccec commit 35fd2c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions media-gfx/imagemagick/imagemagick-6.9.12.25.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
EAPI="8"

inherit flag-o-matic libtool perl-functions toolchain-funcs multilib
inherit flag-o-matic libtool perl-functions toolchain-funcs

if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/ImageMagick/ImageMagick6.git"
Expand Down
4 changes: 2 additions & 2 deletions media-gfx/imagemagick/imagemagick-7.1.0.10.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
EAPI="8"

inherit flag-o-matic libtool perl-functions toolchain-funcs multilib
inherit flag-o-matic libtool perl-functions toolchain-funcs

if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/ImageMagick/ImageMagick.git"
Expand Down
4 changes: 2 additions & 2 deletions media-gfx/imagemagick/imagemagick-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
EAPI="8"

inherit flag-o-matic libtool perl-functions toolchain-funcs multilib
inherit flag-o-matic libtool perl-functions toolchain-funcs

if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/ImageMagick/ImageMagick.git"
Expand Down

0 comments on commit 35fd2c1

Please sign in to comment.