diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:58:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:56 +0100 |
commit | a9be2092c3263921f1ea19ec6402759f54777591 (patch) | |
tree | d887ee11a4b9b2401934a01538c6c1e2f6e57a77 /sci-libs | |
parent | sci-libs/cbflib: eutils-- (diff) | |
download | gentoo-a9be2092c3263921f1ea19ec6402759f54777591.tar.gz gentoo-a9be2092c3263921f1ea19ec6402759f54777591.tar.bz2 gentoo-a9be2092c3263921f1ea19ec6402759f54777591.zip |
sci-libs/cdd+: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cdd+/cdd+-077a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cdd+/cdd+-077a.ebuild b/sci-libs/cdd+/cdd+-077a.ebuild index ac7812bf9f08..b0f5d66efdd8 100644 --- a/sci-libs/cdd+/cdd+-077a.ebuild +++ b/sci-libs/cdd+/cdd+-077a.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib toolchain-funcs +inherit epatch multilib toolchain-funcs DESCRIPTION="Another implementation of the double description method" HOMEPAGE="http://www.ifor.math.ethz.ch/~fukuda/cdd_home/" |