diff options
| author | Alexandru-Sever Horin <alex.sever.h@gmail.com> | 2020-06-09 18:59:58 +0300 |
|---|---|---|
| committer | Conrad Kostecki <conikost@gentoo.org> | 2020-08-27 17:36:45 +0200 |
| commit | 03a33031108b8245b2828cda7e8a3a231feaabec (patch) | |
| tree | e1f8330050241e432ae0fe033b87b99a357c5d9f /dev-python/nautilus-python/nautilus-python-1.2.3.ebuild | |
| parent | 8b60a13850c561dc6a5ab2d61137097209dc1fc0 (diff) | |
| download | gentoo-03a33031108b8245b2828cda7e8a3a231feaabec.tar.gz gentoo-03a33031108b8245b2828cda7e8a3a231feaabec.tar.bz2 gentoo-03a33031108b8245b2828cda7e8a3a231feaabec.zip | |
dev-python/nautilus-python: fix compilation with GCC10
Fixed compilation with GCC10.
Closes: https://bugs.gentoo.org/727514
Closes: https://github.com/gentoo/gentoo/pull/16137
Signed-off-by: Alexandru-Sever Horin <alex.sever.h@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/nautilus-python/nautilus-python-1.2.3.ebuild')
| -rw-r--r-- | dev-python/nautilus-python/nautilus-python-1.2.3.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/nautilus-python/nautilus-python-1.2.3.ebuild b/dev-python/nautilus-python/nautilus-python-1.2.3.ebuild index 8258df11b31a..7e34de01bb84 100644 --- a/dev-python/nautilus-python/nautilus-python-1.2.3.ebuild +++ b/dev-python/nautilus-python/nautilus-python-1.2.3.ebuild @@ -31,6 +31,9 @@ DEPEND="${RDEPEND} virtual/pkgconfig " +# https://gitlab.gnome.org/GNOME/nautilus-python/-/merge_requests/7 +PATCHES=( "${FILESDIR}"/${P}-gcc10-fnocommon.patch ) + src_install() { gnome2_src_install # Directory for systemwide extensions |
