diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 03:48:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:15:44 +0100 |
commit | fa9ae83788203655de19285a52bdcbecb9b38d0b (patch) | |
tree | 8c6b5e85a3a1e6f9f60c0a1e5b908d2546406369 /dev-libs/libcoyotl | |
parent | dev-libs/libclthreads: multilib-- (diff) | |
download | gentoo-fa9ae83788203655de19285a52bdcbecb9b38d0b.tar.gz gentoo-fa9ae83788203655de19285a52bdcbecb9b38d0b.tar.bz2 gentoo-fa9ae83788203655de19285a52bdcbecb9b38d0b.zip |
dev-libs/libcoyotl: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libcoyotl')
-rw-r--r-- | dev-libs/libcoyotl/libcoyotl-3.1.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libcoyotl/libcoyotl-3.1.0-r2.ebuild b/dev-libs/libcoyotl/libcoyotl-3.1.0-r2.ebuild index 2f05d1305b60..3aba111d9a95 100644 --- a/dev-libs/libcoyotl/libcoyotl-3.1.0-r2.ebuild +++ b/dev-libs/libcoyotl/libcoyotl-3.1.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils autotools ltprune +inherit autotools epatch ltprune DESCRIPTION="A collection of portable C++ classes" HOMEPAGE="http://www.coyotegulch.com/products/libcoyotl/" |