diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-08 08:22:18 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-08 08:25:37 +0100 |
commit | fdd4a71997c361916f2f6d9ce8efb92ec182b411 (patch) | |
tree | 6f6c1416ceb1c587739ce8adc9bedb8ff5d0f38f /app-i18n | |
parent | app-text/calibre: migrate from fdo-mime to xdg-utils (diff) | |
download | gentoo-fdd4a71997c361916f2f6d9ce8efb92ec182b411.tar.gz gentoo-fdd4a71997c361916f2f6d9ce8efb92ec182b411.tar.bz2 gentoo-fdd4a71997c361916f2f6d9ce8efb92ec182b411.zip |
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
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/tagainijisho/tagainijisho-1.0.3-r1.ebuild | 4 |
1 files 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 d278aa6107ff..66e285c37c32 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 |