diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-11-02 17:42:05 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-11-02 17:42:05 +0000 |
commit | 87a9da10f0bd9b1dd6638084046b0346ebadc1e6 (patch) | |
tree | 4dac3ab0728d00777b8bd0da56568b5b774a4554 /net-libs/net6 | |
parent | Bump to 3.2.1 from the gnome overlay. Notable changes: better UI, fixes sever... (diff) | |
download | gentoo-2-87a9da10f0bd9b1dd6638084046b0346ebadc1e6.tar.gz gentoo-2-87a9da10f0bd9b1dd6638084046b0346ebadc1e6.tar.bz2 gentoo-2-87a9da10f0bd9b1dd6638084046b0346ebadc1e6.zip |
Add note that recompilation of gobby is required after updating net6
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/net6')
-rw-r--r-- | net-libs/net6/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/net6/net6-1.3.14.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/net-libs/net6/ChangeLog b/net-libs/net6/ChangeLog index 970aea04882c..1352a2dd24f2 100644 --- a/net-libs/net6/ChangeLog +++ b/net-libs/net6/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/net6 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/ChangeLog,v 1.45 2011/11/02 16:24:17 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/ChangeLog,v 1.46 2011/11/02 17:42:05 xarthisius Exp $ + + 02 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> net6-1.3.14.ebuild: + Add note that recompilation of gobby is required after updating net6 02 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> -net6-1.3.9.ebuild, -files/net6-1.3.9-libgnutls.patch: diff --git a/net-libs/net6/net6-1.3.14.ebuild b/net-libs/net6/net6-1.3.14.ebuild index 3a8d56f8df5d..13af8b64a7dc 100644 --- a/net-libs/net6/net6-1.3.14.ebuild +++ b/net-libs/net6/net6-1.3.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/net6-1.3.14.ebuild,v 1.3 2011/11/02 14:46:24 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/net6-1.3.14.ebuild,v 1.4 2011/11/02 17:42:05 xarthisius Exp $ EAPI=4 @@ -32,3 +32,9 @@ src_install() { default use static-libs || rm -f "${D}"/usr/$(get_libdir)/lib${PN}.la } + +pkg_postinst() { + elog "Please note that because of the use of C++ templates" + elog "Gobby 0.4 has to be recompiled against the new ${PN}" + elog "to pick up the changes." +} |