diff options
author | William Hubbs <williamh@gentoo.org> | 2010-12-21 17:36:26 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2010-12-21 17:36:26 +0000 |
commit | b59b99325302759daa4382c3ae0b0e1b88647bb2 (patch) | |
tree | fd2ba6e73b233464945df4835e45f17038b91d97 /dev-libs/dotconf/dotconf-1.3.ebuild | |
parent | Stable on amd64 wrt bug #349270 (diff) | |
download | gentoo-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.ebuild | 7 |
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.' +} |