summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Bartosik <jbartosik@gentoo.org>2013-08-22 16:36:24 +0000
committerJoachim Bartosik <jbartosik@gentoo.org>2013-08-22 16:36:24 +0000
commit55ab33f14c2ff3c26b1824cc98a9262346b4b9b8 (patch)
treef34e9edafb78935428ef64669d2c92ee8a3eb87b /app-misc
parentFix too hasty commit: use proper src_install. (diff)
downloadgentoo-2-55ab33f14c2ff3c26b1824cc98a9262346b4b9b8.tar.gz
gentoo-2-55ab33f14c2ff3c26b1824cc98a9262346b4b9b8.tar.bz2
gentoo-2-55ab33f14c2ff3c26b1824cc98a9262346b4b9b8.zip
Fix a problem pointed out by Pacho Ramos.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key F35C79B9)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gnote/ChangeLog5
-rw-r--r--app-misc/gnote/gnote-3.8.1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-misc/gnote/ChangeLog b/app-misc/gnote/ChangeLog
index 98199801a5f1..e162fcf345ac 100644
--- a/app-misc/gnote/ChangeLog
+++ b/app-misc/gnote/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/gnote
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.34 2013/08/22 16:14:52 jbartosik Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.35 2013/08/22 16:36:24 jbartosik Exp $
+
+ 22 Aug 2013; <joszi@gentoo.org> gnote-3.8.1.ebuild:
+ Fix a problem pointed out by Pacho Ramos.
22 Aug 2013; <joszi@gentoo.org> gnote-3.8.1.ebuild:
Fix too hasty commit: use proper src_install.
diff --git a/app-misc/gnote/gnote-3.8.1.ebuild b/app-misc/gnote/gnote-3.8.1.ebuild
index 2d78fe72bb9d..d4f927ae666e 100644
--- a/app-misc/gnote/gnote-3.8.1.ebuild
+++ b/app-misc/gnote/gnote-3.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v 1.3 2013/08/22 16:14:52 jbartosik Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v 1.4 2013/08/22 16:36:24 jbartosik Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -66,5 +66,6 @@ src_install() {
}
pkg_postinst() {
+ gnome2_pkg_postinst
readme.gentoo_print_elog
}