Skip to content

Commit

Permalink
dev-libs/eekboard: update to EAPI 7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <[email protected]>
  • Loading branch information
hattya committed Aug 10, 2020
1 parent e9f5234 commit 82ce99f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
VALA_USE_DEPEND="vapigen"

Expand Down Expand Up @@ -30,8 +30,8 @@ RDEPEND="app-accessibility/at-spi2-core
libcanberra? ( media-libs/libcanberra[gtk3(+)] )
vala? ( $(vala_depend) )
xtest? ( x11-libs/libXtst )"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
DEPEND="${RDEPEND}"
BDEPEND="${PYTHON_DEPS}
dev-util/glib-utils
dev-util/gtk-doc
dev-util/gtk-doc-am
Expand Down
30 changes: 15 additions & 15 deletions dev-libs/eekboard/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Cjk</name>
</maintainer>
<longdescription lang="en">
eekboard is a virtual keyboard software package, including a set of tools
to implement desktop virtual keyboards.
</longdescription>
<use>
<flag name="libcanberra">Enable support for <pkg>media-libs/libcanberra</pkg></flag>
<flag name="xtest">Enable support for <pkg>x11-libs/libXtst</pkg></flag>
</use>
<upstream>
<remote-id type="github">ueno/eekboard</remote-id>
</upstream>
<maintainer type="project">
<email>[email protected]</email>
<name>Cjk</name>
</maintainer>
<longdescription lang="en">
eekboard is a virtual keyboard software package, including a set of tools
to implement desktop virtual keyboards.
</longdescription>
<use>
<flag name="libcanberra">Enable support for <pkg>media-libs/libcanberra</pkg></flag>
<flag name="xtest">Enable support for <pkg>x11-libs/libXtst</pkg></flag>
</use>
<upstream>
<remote-id type="github">ueno/eekboard</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 82ce99f

Please sign in to comment.