diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-02 13:02:49 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-02 13:03:11 +0200 |
commit | e88d9d2c2f15fdb206b0ef3b919a09dd09684887 (patch) | |
tree | 2beff2cc4ffd20b099f26eb644c22ad3c2d5cbca /kde-misc | |
parent | app-backup/kup: Drop 0.8.0 (diff) | |
download | gentoo-e88d9d2c2f15fdb206b0ef3b919a09dd09684887.tar.gz gentoo-e88d9d2c2f15fdb206b0ef3b919a09dd09684887.tar.bz2 gentoo-e88d9d2c2f15fdb206b0ef3b919a09dd09684887.zip |
kde-misc/tellico: EAPI-8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/tellico/tellico-3.4.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kde-misc/tellico/tellico-3.4.1.ebuild b/kde-misc/tellico/tellico-3.4.1.ebuild index b135fa60b84e..516863dba370 100644 --- a/kde-misc/tellico/tellico-3.4.1.ebuild +++ b/kde-misc/tellico/tellico-3.4.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" @@ -21,11 +21,8 @@ SLOT="5" IUSE="bibtex cddb discid pdf scanner semantic-desktop taglib v4l xmp yaz" # tests need network access -RESTRICT+=" test" +RESTRICT="test" -BDEPEND=" - sys-devel/gettext -" RDEPEND=" dev-libs/libxml2 dev-libs/libxslt @@ -72,6 +69,9 @@ RDEPEND=" yaz? ( >=dev-libs/yaz-2:0= ) " DEPEND="${RDEPEND}" +BDEPEND=" + sys-devel/gettext +" src_configure() { local mycmakeargs=( |