Skip to content

Commit

Permalink
app-i18n/fcitx-m17n: Use EAPI="7".
Browse files Browse the repository at this point in the history
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <[email protected]>
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Oct 2, 2020
1 parent 7c9323d commit 08c7b67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2016-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
EAPI="7"

inherit cmake-utils

Expand All @@ -24,10 +24,11 @@ SLOT="4"
KEYWORDS="amd64 ~hppa ppc ppc64 x86"
IUSE=""

RDEPEND=">=app-i18n/fcitx-4.2.9:4
BDEPEND=">=app-i18n/fcitx-4.2.9:4
virtual/pkgconfig"
DEPEND=">=app-i18n/fcitx-4.2.9:4
dev-libs/m17n-lib
virtual/libintl"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND="${DEPEND}"

DOCS=()
9 changes: 5 additions & 4 deletions app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2016-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
EAPI="7"

inherit cmake-utils

Expand All @@ -24,10 +24,11 @@ SLOT="4"
KEYWORDS=""
IUSE=""

RDEPEND=">=app-i18n/fcitx-4.2.9:4
BDEPEND=">=app-i18n/fcitx-4.2.9:4
virtual/pkgconfig"
DEPEND=">=app-i18n/fcitx-4.2.9:4
dev-libs/m17n-lib
virtual/libintl"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND="${DEPEND}"

DOCS=()

0 comments on commit 08c7b67

Please sign in to comment.