Skip to content

Commit

Permalink
app-i18n/fcitx-table-extra: 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 Sep 24, 2020
1 parent e0a508b commit 7f3ff71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions app-i18n/fcitx-table-extra/fcitx-table-extra-0.3.8.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2012-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
EAPI="7"

inherit cmake-utils xdg-utils

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

RDEPEND=">=app-i18n/fcitx-4.2.9:4[table]"
DEPEND="${RDEPEND}
BDEPEND=">=app-i18n/fcitx-4.2.9:4
virtual/pkgconfig"
DEPEND=">=app-i18n/fcitx-4.2.9:4[table]"
RDEPEND="${DEPEND}"

DOCS=(AUTHORS)

Expand Down
7 changes: 4 additions & 3 deletions app-i18n/fcitx-table-extra/fcitx-table-extra-4.9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2012-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
EAPI="7"

inherit cmake-utils xdg-utils

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

RDEPEND=">=app-i18n/fcitx-4.2.9:4[table]"
DEPEND="${RDEPEND}
BDEPEND=">=app-i18n/fcitx-4.2.9:4
virtual/pkgconfig"
DEPEND=">=app-i18n/fcitx-4.2.9:4[table]"
RDEPEND="${DEPEND}"

DOCS=(AUTHORS)

Expand Down

0 comments on commit 7f3ff71

Please sign in to comment.