commit: 51be5108817015fd69a8ad8fd3c1bbd504eef612 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat May 14 09:08:41 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat May 14 09:09:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51be5108
app-vim/pydiction: Fix S variable. Gentoo-Bug: https://bugs.gentoo.org/582994 Package-Manager: portage-2.2.26 app-vim/pydiction/pydiction-1.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild index 1699c18..25861af 100644 --- a/app-vim/pydiction/pydiction-1.2.3.ebuild +++ b/app-vim/pydiction/pydiction-1.2.3.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" DEPEND="app-arch/unzip" RDEPEND="dev-lang/python:*" -S="${WORKDIR}/${PN}" +S="${WORKDIR}/${PN}-master" src_install() { insinto "/usr/share/${PN}"
