diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-08-05 01:32:00 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-08-05 01:32:00 +0000 |
commit | a400c6edaa7be45738d6ecdefb2f3065a22f2598 (patch) | |
tree | 6153ff7c22f671f6afbe6a8592cc954ff5977ee3 /dev-libs | |
parent | Version bump as per bug 164022. Largely re-written ebuild which fixes bugs 13... (diff) | |
download | gentoo-2-a400c6edaa7be45738d6ecdefb2f3065a22f2598.tar.gz gentoo-2-a400c6edaa7be45738d6ecdefb2f3065a22f2598.tar.bz2 gentoo-2-a400c6edaa7be45738d6ecdefb2f3065a22f2598.zip |
Changed the post-install message for the big stabilisation of KDE and Gnome.
(Portage version: 2.1.3.3)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/expat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/expat/expat-2.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/expat/ChangeLog b/dev-libs/expat/ChangeLog index 6366ff0871ab..607fa5b41515 100644 --- a/dev-libs/expat/ChangeLog +++ b/dev-libs/expat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/expat # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.58 2007/07/23 15:02:52 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.59 2007/08/05 01:32:00 philantrop Exp $ + + 05 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org> expat-2.0.1.ebuild: + Changed the post-install message for the big stabilisation of KDE and Gnome. 23 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> metadata.xml: Updated metadata with the freedesktop herd as maintainer. diff --git a/dev-libs/expat/expat-2.0.1.ebuild b/dev-libs/expat/expat-2.0.1.ebuild index 8f336b6a3021..fd3e6926b995 100644 --- a/dev-libs/expat/expat-2.0.1.ebuild +++ b/dev-libs/expat/expat-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.0.1.ebuild,v 1.1 2007/07/20 18:41:58 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.0.1.ebuild,v 1.2 2007/08/05 01:32:00 philantrop Exp $ inherit eutils libtool @@ -26,5 +26,5 @@ pkg_postinst() { ewarn "Please note that the soname of the library changed!" ewarn "If you are upgrading from a previous version you need" ewarn "to fix dynamic linking inconsistencies by executing:" - ewarn "revdep-rebuild --library libexpat.so.0" + ewarn "revdep-rebuild -X --library libexpat.so.0" } |