summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2010-12-21 17:36:26 +0000
committerWilliam Hubbs <williamh@gentoo.org>2010-12-21 17:36:26 +0000
commitb59b99325302759daa4382c3ae0b0e1b88647bb2 (patch)
treefd2ba6e73b233464945df4835e45f17038b91d97 /dev-libs/dotconf/dotconf-1.3.ebuild
parentStable on amd64 wrt bug #349270 (diff)
downloadgentoo-2-b59b99325302759daa4382c3ae0b0e1b88647bb2.tar.gz
gentoo-2-b59b99325302759daa4382c3ae0b0e1b88647bb2.tar.bz2
gentoo-2-b59b99325302759daa4382c3ae0b0e1b88647bb2.zip
add ewarns about the revdep-rebuild
(Portage version: 2.2.0_alpha9/cvs/Linux i686)
Diffstat (limited to 'dev-libs/dotconf/dotconf-1.3.ebuild')
-rw-r--r--dev-libs/dotconf/dotconf-1.3.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-libs/dotconf/dotconf-1.3.ebuild b/dev-libs/dotconf/dotconf-1.3.ebuild
index 1015e216c929..b0be57442071 100644
--- a/dev-libs/dotconf/dotconf-1.3.ebuild
+++ b/dev-libs/dotconf/dotconf-1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dotconf/dotconf-1.3.ebuild,v 1.1 2010/09/28 06:46:17 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dotconf/dotconf-1.3.ebuild,v 1.2 2010/12/21 17:36:26 williamh Exp $
EAPI="3"
@@ -24,3 +24,8 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die
}
+
+pkg_postinst() {
+ ewarn 'This version requires that you run revdep-rebuild after'
+ ewarn 'the upgrade.'
+}