Removed eutils class.
This commit is contained in:
parent
8e4fbca8fc
commit
4b8a31444e
4 changed files with 7 additions and 8 deletions
|
@ -1,10 +1,9 @@
|
||||||
# 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=6
|
EAPI=8
|
||||||
|
|
||||||
AUTOTOOLS_IN_SOURCE_BUILD=1
|
AUTOTOOLS_IN_SOURCE_BUILD=1
|
||||||
inherit eutils
|
|
||||||
|
|
||||||
DESCRIPTION="Implementation of the EWF (SMART and EnCase) image format"
|
DESCRIPTION="Implementation of the EWF (SMART and EnCase) image format"
|
||||||
HOMEPAGE="https://github.com/libyal/libewf"
|
HOMEPAGE="https://github.com/libyal/libewf"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
# 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=5
|
EAPI=8
|
||||||
inherit xdg-utils font eutils
|
inherit xdg-utils font
|
||||||
|
|
||||||
KEYWORDS="~amd64 ~x86 ~arm64 ~arm ~ppc ~ppc64"
|
KEYWORDS="~amd64 ~x86 ~arm64 ~arm ~ppc ~ppc64"
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
# 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=5
|
EAPI=8
|
||||||
inherit xdg-utils font gnome2-utils eutils
|
inherit xdg-utils font gnome2-utils
|
||||||
|
|
||||||
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
|
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
# 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=5
|
EAPI=8
|
||||||
inherit xdg-utils font eutils
|
inherit xdg-utils font
|
||||||
|
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue