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 3A9B813832E for ; Sun, 21 Aug 2016 21:46:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6159721C060; Sun, 21 Aug 2016 21:46:33 +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 F2E4021C07C for ; Sun, 21 Aug 2016 21:46:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EAD223404A5 for ; Sun, 21 Aug 2016 21:46:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7D7B2462 for ; Sun, 21 Aug 2016 21:46:29 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1471815964.52853b29bd7ab8869ef6bfb2905e267a484a9450.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/grilo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/grilo/grilo-0.3.1.ebuild X-VCS-Directories: media-libs/grilo/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 52853b29bd7ab8869ef6bfb2905e267a484a9450 X-VCS-Branch: master Date: Sun, 21 Aug 2016 21:46:29 +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: 926361f0-64a2-4e46-8ac4-d1d88ae61e52 X-Archives-Hash: a976508e5e629c2784a559503d8c553c commit: 52853b29bd7ab8869ef6bfb2905e267a484a9450 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Aug 21 21:46:04 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Aug 21 21:46:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52853b29 media-libs/grilo: fix typo in gettext SLOT fix and test dependency Package-Manager: portage-2.3.0 RepoMan-Options: --force media-libs/grilo/grilo-0.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/grilo/grilo-0.3.1.ebuild b/media-libs/grilo/grilo-0.3.1.ebuild index 8a4b568..b212bf3 100644 --- a/media-libs/grilo/grilo-0.3.1.ebuild +++ b/media-libs/grilo/grilo-0.3.1.ebuild @@ -38,7 +38,7 @@ DEPEND="${RDEPEND} $(python_gen_any_dep ' dev-python/pygobject:2[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}]') - media-plugins/grilo-plugins:0.2 ) + media-plugins/grilo-plugins:${SLOT%/*} ) " # eautoreconf requires gnome-common @@ -52,7 +52,7 @@ pkg_setup() { } src_prepare() { - sed -e "s:GETTEXT_PACKAGE=grilo$:GETTEXT_PACKAGE=grilo-${SLOT}:" \ + sed -e "s:GETTEXT_PACKAGE=grilo$:GETTEXT_PACKAGE=grilo-${SLOT%/*}:" \ -i configure.ac configure || die "sed configure.ac configure failed" # Don't build examples