diff options
author | Reinis Danne <rei4dan@gmail.com> | 2016-01-13 22:21:18 +0200 |
---|---|---|
committer | Reinis Danne <rei4dan@gmail.com> | 2016-01-13 22:21:18 +0200 |
commit | 4b16ab6b7cd4ec3ad04d190b34adc50dfbe838e4 (patch) | |
tree | 849f149d5e854e26cd0a90b267e685174f4b9666 /sci-chemistry/wxmacmolplt | |
parent | sci-chemistry/wxmacmolplt: Remove obsolete patch, clean-up (diff) | |
download | sci-4b16ab6b7cd4ec3ad04d190b34adc50dfbe838e4.tar.gz sci-4b16ab6b7cd4ec3ad04d190b34adc50dfbe838e4.tar.bz2 sci-4b16ab6b7cd4ec3ad04d190b34adc50dfbe838e4.zip |
sci-chemistry/wxmacmolplt: Add epatch_user
Diffstat (limited to 'sci-chemistry/wxmacmolplt')
-rw-r--r-- | sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild index d2177b5d0..028ff6f62 100644 --- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild +++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.6.1.ebuild @@ -26,6 +26,8 @@ DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { + epatch_user + sed \ -e "/^dist_doc_DATA/d" \ -i Makefile.am || die "Failed to disable installation of LICENSE file" |