diff options
author | Joachim Bartosik <jbartosik@gentoo.org> | 2013-08-22 16:14:52 +0000 |
---|---|---|
committer | Joachim Bartosik <jbartosik@gentoo.org> | 2013-08-22 16:14:52 +0000 |
commit | e3424f87f6662012f82a022f7fb4c0b37bd45652 (patch) | |
tree | 72ea2bd6ae3e55920a48c07b84a9fa1a7b4adc08 /app-misc | |
parent | Notify users about about optional net-fs/wdfs support, close bug #458864 by O... (diff) | |
download | gentoo-2-e3424f87f6662012f82a022f7fb4c0b37bd45652.tar.gz gentoo-2-e3424f87f6662012f82a022f7fb4c0b37bd45652.tar.bz2 gentoo-2-e3424f87f6662012f82a022f7fb4c0b37bd45652.zip |
Fix too hasty commit: use proper src_install.
(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/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 } |