commit: 52853b29bd7ab8869ef6bfb2905e267a484a9450
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 21:46:04 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> 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