commit: 443d3e6237681d88543b8170372f6e3e1161fee2 Author: layman <layman <AT> localhost> AuthorDate: Tue Aug 16 23:06:02 2016 +0000 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org> CommitDate: Tue Aug 16 23:06:02 2016 +0000 URL: https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=443d3e62
Update the gentoo-readme eclass. dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild b/dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild index ebcaeb3..648eb40 100644 --- a/dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild +++ b/dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit eutils readme.gentoo +inherit eutils readme.gentoo-r1 DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" HOMEPAGE="http://www.jetbrains.com/pycharm/" @@ -34,5 +34,5 @@ src_install() { newicon "bin/${MY_PN}.png" ${PN}.png make_desktop_entry ${PN} "${PN}" "${PN}" - readme.gentoo_src_install + readme.gentoo_create_doc }
