diff options
-rw-r--r-- | app-misc/gnote/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/gnote/gnote-3.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/gnote/ChangeLog b/app-misc/gnote/ChangeLog index 4b3074aad49c..98199801a5f1 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.33 2013/08/22 16:11:33 jbartosik Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.34 2013/08/22 16:14:52 jbartosik Exp $ + + 22 Aug 2013; <joszi@gentoo.org> gnote-3.8.1.ebuild: + Fix too hasty commit: use proper src_install. 22 Aug 2013; <joszi@gentoo.org> gnote-3.8.1.ebuild, metadata.xml: Notify users about about optional net-fs/wdfs support, close bug #458864 by diff --git a/app-misc/gnote/gnote-3.8.1.ebuild b/app-misc/gnote/gnote-3.8.1.ebuild index 46f7321547d1..2d78fe72bb9d 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.2 2013/08/22 16:11:33 jbartosik Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v 1.3 2013/08/22 16:14:52 jbartosik Exp $ EAPI="5" GCONF_DEBUG="no" @@ -61,7 +61,7 @@ src_configure() { } src_install() { - default + gnome2_src_install readme.gentoo_create_doc } |