From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C4AE1382DE for ; Mon, 27 Jun 2016 21:15:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96093941B1; Mon, 27 Jun 2016 21:15:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CF9E941B1 for ; Mon, 27 Jun 2016 21:15:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A667340906 for ; Mon, 27 Jun 2016 21:15:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F29323BD for ; Mon, 27 Jun 2016 21:14:59 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1467062085.89f08f3db8b02427ac7a51a5a1a7fe8c883c3d31.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: media-gfx/eom/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: media-gfx/eom/eom-1.10.5-r2.ebuild media-gfx/eom/eom-1.10.5-r3.ebuild X-VCS-Directories: media-gfx/eom/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 89f08f3db8b02427ac7a51a5a1a7fe8c883c3d31 X-VCS-Branch: master Date: Mon, 27 Jun 2016 21:14:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3c419388-029a-4bb0-ab07-2f95cc6d7b12 X-Archives-Hash: cb4d6086309bc7d4a25dc064750c2c5b commit: 89f08f3db8b02427ac7a51a5a1a7fe8c883c3d31 Author: NP-Hardass gentoo org> AuthorDate: Mon Jun 27 21:10:30 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Mon Jun 27 21:14:45 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=89f08f3d media-gfx/eom: reset XDG env vars, resolves #586756 Package-Manager: portage-2.2.28 media-gfx/eom/{eom-1.10.5-r2.ebuild => eom-1.10.5-r3.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/eom/eom-1.10.5-r2.ebuild b/media-gfx/eom/eom-1.10.5-r3.ebuild similarity index 99% rename from media-gfx/eom/eom-1.10.5-r2.ebuild rename to media-gfx/eom/eom-1.10.5-r3.ebuild index 8132f20..04027b6 100644 --- a/media-gfx/eom/eom-1.10.5-r2.ebuild +++ b/media-gfx/eom/eom-1.10.5-r3.ebuild @@ -65,6 +65,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}/eom-1.10-fix-introspection.patch" epatch "${FILESDIR}/eom-cve-2013-7447.patch" + gnome2_src_prepare eautoreconf }