From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 51803138BED for ; Fri, 9 Oct 2015 10:24:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66CF7E07F4; Fri, 9 Oct 2015 10:24:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FD22E07F4 for ; Fri, 9 Oct 2015 10:24:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBEDB340702 for ; Fri, 9 Oct 2015 10:24:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9478BD4A for ; Fri, 9 Oct 2015 10:23:58 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1444386234.9f1f4a8b64211980a0c697d99106da7a22a005cb.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easytag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/easytag/easytag-2.2.6.ebuild media-sound/easytag/easytag-2.4.0.ebuild X-VCS-Directories: media-sound/easytag/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9f1f4a8b64211980a0c697d99106da7a22a005cb X-VCS-Branch: master Date: Fri, 9 Oct 2015 10:23:58 +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: 29dbc384-ef99-4b78-9e3f-7a8f8450e69e X-Archives-Hash: e409dadb3ee7692574b339de262cb2e9 commit: 9f1f4a8b64211980a0c697d99106da7a22a005cb Author: Lars Wendler gentoo org> AuthorDate: Fri Oct 9 10:23:30 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Oct 9 10:23:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1f4a8b media-sound/easytag: Removed workaround for bug #503698 Package-Manager: portage-2.2.23 Signed-off-by: Lars Wendler gentoo.org> media-sound/easytag/easytag-2.2.6.ebuild | 3 --- media-sound/easytag/easytag-2.4.0.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/media-sound/easytag/easytag-2.2.6.ebuild b/media-sound/easytag/easytag-2.2.6.ebuild index 8ad4c6c..5eb03f2 100644 --- a/media-sound/easytag/easytag-2.2.6.ebuild +++ b/media-sound/easytag/easytag-2.2.6.ebuild @@ -59,9 +59,6 @@ src_prepare() { } src_configure() { - # Kludge to make easytag find its locales (bug #503698) - export DATADIRNAME=share - econf \ $(use_enable test appdata-validate) \ $(use_enable test tests) \ diff --git a/media-sound/easytag/easytag-2.4.0.ebuild b/media-sound/easytag/easytag-2.4.0.ebuild index e356abf..1017064 100644 --- a/media-sound/easytag/easytag-2.4.0.ebuild +++ b/media-sound/easytag/easytag-2.4.0.ebuild @@ -58,9 +58,6 @@ src_prepare() { } src_configure() { - # Kludge to make easytag find its locales (bug #503698) - export DATADIRNAME=share - econf \ $(use_enable test appdata-validate) \ $(use_enable test tests) \