diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-10-31 21:50:15 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-10-31 22:01:54 +0900 |
commit | e459696e9a701b78d1a00b2f601674310c721170 (patch) | |
tree | 7644f384c753fac0744e65961dab26e4d8c0b20e /app-i18n | |
parent | dev-perl/Hash-NoRef: EAPI=8 bump (diff) | |
download | gentoo-e459696e9a701b78d1a00b2f601674310c721170.tar.gz gentoo-e459696e9a701b78d1a00b2f601674310c721170.tar.bz2 gentoo-e459696e9a701b78d1a00b2f601674310c721170.zip |
app-i18n/imsettings: update patch
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/imsettings/files/imsettings-fno-common.patch (renamed from app-i18n/imsettings/files/imsettings-1.7.2-fno-common.patch) | 0 | ||||
-rw-r--r-- | app-i18n/imsettings/imsettings-1.7.2.ebuild | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/imsettings/files/imsettings-1.7.2-fno-common.patch b/app-i18n/imsettings/files/imsettings-fno-common.patch index 0845bd31820a..0845bd31820a 100644 --- a/app-i18n/imsettings/files/imsettings-1.7.2-fno-common.patch +++ b/app-i18n/imsettings/files/imsettings-fno-common.patch diff --git a/app-i18n/imsettings/imsettings-1.7.2.ebuild b/app-i18n/imsettings/imsettings-1.7.2.ebuild index 789cc72bb3e2..96fd60a9e3c6 100644 --- a/app-i18n/imsettings/imsettings-1.7.2.ebuild +++ b/app-i18n/imsettings/imsettings-1.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,9 +34,9 @@ BDEPEND=" sys-devel/gettext virtual/pkgconfig" -MY_XINPUTSH="90-xinput" +PATCHES=( "${FILESDIR}"/${PN}-fno-common.patch ) -PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) +MY_XINPUTSH="90-xinput" src_prepare() { sed -i \ |