diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-02-14 17:01:26 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-02-14 17:23:07 +0100 |
commit | c5c454a3e41440b24afcb778a3e25c2f5fe5c5d2 (patch) | |
tree | dca70a06b5c01b01865273dd3f677cee22092f42 /sci-chemistry | |
parent | sci-chemistry/gnome-chemistry-utils: Many fixes from Debian (diff) | |
download | gentoo-c5c454a3e41440b24afcb778a3e25c2f5fe5c5d2.tar.gz gentoo-c5c454a3e41440b24afcb778a3e25c2f5fe5c5d2.tar.bz2 gentoo-c5c454a3e41440b24afcb778a3e25c2f5fe5c5d2.zip |
sci-chemistry/gnome-chemistry-utils: Make repoman happy
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild index f9bcba2440cb..a2d0737c7d30 100644 --- a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild +++ b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild @@ -44,9 +44,9 @@ src_prepare() { # We don't have openbabel3 yet sed -i -e '/openbabel-v3/d' "${WORKDIR}"/debian/patches/series || die - # Debian patches - for p in $(<"${WORKDIR}"/debian/patches/series) ; do - eapply -p1 "${WORKDIR}/debian/patches/${p}" + # Debian patches + for p in $(<"${WORKDIR}"/debian/patches/series) ; do + eapply -p1 "${WORKDIR}/debian/patches/${p}" done eautoreconf |