Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: eclass/
Date: Tue, 15 Nov 2011 01:32:01
Message-Id: c80d652e31ba7c13735694dbfd4803e0c141db1a.nirbheek@gentoo
1 commit: c80d652e31ba7c13735694dbfd4803e0c141db1a
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 14 23:19:51 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 15 01:31:29 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c80d652e
7
8 gnome2-live.eclass: don't forget to run gnome2_pkg_postinst
9
10 ---
11 eclass/gnome2-live.eclass | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14 diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass
15 index 0d15887..1d9988a 100644
16 --- a/eclass/gnome2-live.eclass
17 +++ b/eclass/gnome2-live.eclass
18 @@ -184,6 +184,8 @@ gnome2_src_prepare() {
19 # @DESCRIPTION:
20 # Must be run manually for ebuilds that have a custom pkg_postinst
21 gnome2-live_pkg_postinst() {
22 + gnome2_pkg_postinst
23 +
24 ewarn "This is a live ebuild, upstream trunks will mostly be UNstable"
25 ewarn "Do NOT report bugs about this package to Gentoo"
26 ewarn "Report upstream bugs (with patches if possible) instead."