diff options
Diffstat (limited to 'app-emacs/graphql/graphql-0.1.1.ebuild')
-rw-r--r-- | app-emacs/graphql/graphql-0.1.1.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-emacs/graphql/graphql-0.1.1.ebuild b/app-emacs/graphql/graphql-0.1.1.ebuild index eb8fe947e5f0..9dccfdd1f85d 100644 --- a/app-emacs/graphql/graphql-0.1.1.ebuild +++ b/app-emacs/graphql/graphql-0.1.1.ebuild @@ -20,3 +20,10 @@ DOCS="README.md" # Tries to download emake tool on the fly RESTRICT="test" + +src_prepare() { + # Avoid examples which would require circular dependencies + rm -f examples.el || die + + default +} |