commit: fdd4a71997c361916f2f6d9ce8efb92ec182b411 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Jan 8 07:22:18 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Jan 8 07:25:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd4a719
app-i18n/tagainijisho: [QA] Don't use wildcard in global scope. Closes: https://bugs.gentoo.org/622580 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-i18n/tagainijisho/tagainijisho-1.0.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/tagainijisho/tagainijisho-1.0.3-r1.ebuild b/app-i18n/tagainijisho/tagainijisho-1.0.3-r1.ebuild index d278aa6107f..66e285c37c3 100644 --- a/app-i18n/tagainijisho/tagainijisho-1.0.3-r1.ebuild +++ b/app-i18n/tagainijisho/tagainijisho-1.0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,7 +21,7 @@ RDEPEND="${DEPEND}" pkg_linguas=( ar cs de es fa_IR fi_FI fr hu id it nb nl pl pt ru sv th tr vi ) IUSE+=" ${pkg_linguas[@]/#/linguas_}" -PATCHES=( "${FILESDIR}"/${P}-*.patch ) +PATCHES=( "${FILESDIR}"/${P}-sqlite.patch ) src_configure() { # GUI linguae
