summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-02-16 08:55:36 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-02-16 08:55:36 +0000
commitbc14ed3f88c761c71b8c8b77f84c522ab5f5019d (patch)
treef40892827c60777018d0b830c448caa1d9a3993c /app-office
parentParalelism was not fixed so use more conservative behaviour. (diff)
downloadgentoo-2-bc14ed3f88c761c71b8c8b77f84c522ab5f5019d.tar.gz
gentoo-2-bc14ed3f88c761c71b8c8b77f84c522ab5f5019d.tar.bz2
gentoo-2-bc14ed3f88c761c71b8c8b77f84c522ab5f5019d.zip
Block the revdep rebuild running all the time.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/libreoffice-bin/ChangeLog6
-rw-r--r--app-office/libreoffice-bin/libreoffice-bin-3.4.5.2.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/app-office/libreoffice-bin/ChangeLog b/app-office/libreoffice-bin/ChangeLog
index 78cb87f8a579..399396a20197 100644
--- a/app-office/libreoffice-bin/ChangeLog
+++ b/app-office/libreoffice-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/libreoffice-bin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.46 2012/02/15 21:26:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.47 2012/02/16 08:55:36 scarabeus Exp $
+
+ 16 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+ libreoffice-bin-3.4.5.2.ebuild:
+ Block the revdep rebuild running all the time.
15 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org> metadata.xml:
Not m-n package
diff --git a/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2.ebuild b/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2.ebuild
index 84eeafc48bbf..e2f99ca04579 100644
--- a/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2.ebuild
+++ b/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2.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/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2.ebuild,v 1.1 2012/02/15 10:03:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.4.5.2.ebuild,v 1.2 2012/02/16 08:55:36 scarabeus Exp $
EAPI=4
@@ -144,6 +144,10 @@ src_compile() { :; }
src_install() {
dodir /usr
cp -aR "${S}"/usr/* "${ED}"/usr/
+
+ # prevent revdep-rebuild from attempting to rebuild all the time
+ insinto /etc/revdep-rebuild && doins "${T}/50-${PN}"
+
}
pkg_preinst() {