diff options
Diffstat (limited to 'sci-chemistry/bodr/bodr-10.ebuild')
-rw-r--r-- | sci-chemistry/bodr/bodr-10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/bodr/bodr-10.ebuild b/sci-chemistry/bodr/bodr-10.ebuild index 1d5763a1ba8a..4a8ecabc18c3 100644 --- a/sci-chemistry/bodr/bodr-10.ebuild +++ b/sci-chemistry/bodr/bodr-10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ RDEPEND="" DOCS=( "THANKS" "AUTHORS" "README" "ChangeLog" ) -src_prepare(){ +src_prepare() { sed -i -e "s/COPYING//g" Makefile.* || die } |