commit: 692ed3e526a12bb4ac913ac8cb868a1a2248b5ea Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Oct 12 18:07:06 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Oct 12 23:18:56 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=692ed3e5
gnome-base/gnome-common: remove non-existing file from dodoc --- gnome-base/gnome-common/gnome-common-3.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-common/gnome-common-3.14.0.ebuild b/gnome-base/gnome-common/gnome-common-3.14.0.ebuild index 9fe85c1..7050f4f 100644 --- a/gnome-base/gnome-common/gnome-common-3.14.0.ebuild +++ b/gnome-base/gnome-common/gnome-common-3.14.0.ebuild @@ -17,5 +17,5 @@ IUSE="" src_install() { default mv doc-build/README README.doc-build || die "renaming doc-build/README failed" - dodoc ChangeLog README* doc/usage.txt + dodoc ChangeLog README* }