Downgraded EAPI for unsupported ebuilds.

This commit is contained in:
Ronald Farrer 2023-09-13 16:18:04 -07:00
parent 2af33ecb7e
commit ec4870925d
6 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation # Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=7
AUTOTOOLS_IN_SOURCE_BUILD=1 AUTOTOOLS_IN_SOURCE_BUILD=1
inherit eutils inherit eutils

View file

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Id$ # $Id$
EAPI=8 EAPI=7
inherit xdg-utils font eutils inherit xdg-utils font eutils
KEYWORDS="~amd64 ~x86 ~arm64 ~arm ~ppc ~ppc64" KEYWORDS="~amd64 ~x86 ~arm64 ~arm ~ppc ~ppc64"

View file

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Id$ # $Id$
EAPI=8 EAPI=7
inherit xdg-utils font gnome2-utils eutils inherit xdg-utils font gnome2-utils eutils
KEYWORDS="~amd64 ~x86 ~arm ~arm64" KEYWORDS="~amd64 ~x86 ~arm ~arm64"

View file

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Id$ # $Id$
EAPI=8 EAPI=7
inherit xdg-utils font eutils inherit xdg-utils font eutils
KEYWORDS="~amd64" KEYWORDS="~amd64"

View file

@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=7
inherit eutils inherit eutils

View file

@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation # Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=* EAPI=8
BRAVE_PN="${PN/-bin/}" BRAVE_PN="${PN/-bin/}"