summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-11 18:03:21 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-11 18:03:21 +0000
commit40dae61674575ff9540c88b5c0cb025ff6493c03 (patch)
treefe34155557c4ec3c27b6aa6c9c29607cfa01c2dd /dev-libs/glib/glib-2.32.4.ebuild
parentCleanup. (diff)
downloadgentoo-2-40dae61674575ff9540c88b5c0cb025ff6493c03.tar.gz
gentoo-2-40dae61674575ff9540c88b5c0cb025ff6493c03.tar.bz2
gentoo-2-40dae61674575ff9540c88b5c0cb025ff6493c03.zip
Avoid 'mv -v' for embedded/feature-limited users with busybox (bug #432628).
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/glib/glib-2.32.4.ebuild')
-rw-r--r--dev-libs/glib/glib-2.32.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/glib/glib-2.32.4.ebuild b/dev-libs/glib/glib-2.32.4.ebuild
index 1985bd5f9777..569c9ee8d8af 100644
--- a/dev-libs/glib/glib-2.32.4.ebuild
+++ b/dev-libs/glib/glib-2.32.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.4.ebuild,v 1.2 2012/09/06 19:43:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.4.ebuild,v 1.3 2012/09/11 18:03:21 tetromino Exp $
EAPI="4"
PYTHON_DEPEND="utils? 2"
@@ -61,7 +61,7 @@ pkg_setup() {
}
src_prepare() {
- mv -vf "${WORKDIR}"/pkg-config-*/pkg.m4 "${WORKDIR}"/ || die
+ mv -f "${WORKDIR}"/pkg-config-*/pkg.m4 "${WORKDIR}"/ || die
# Fix gmodule issues on fbsd; bug #184301
epatch "${FILESDIR}"/${PN}-2.12.12-fbsd.patch