commit: b1dff3918002db4a1ceca444f486908e94a63e6f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 22:46:22 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 22:46:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1dff391
dev-libs/tvmet: eutils->epatch Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/tvmet/tvmet-1.7.2-r2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/tvmet/tvmet-1.7.2-r2.ebuild b/dev-libs/tvmet/tvmet-1.7.2-r2.ebuild index b9927da76c9..f382b9c7e94 100644 --- a/dev-libs/tvmet/tvmet-1.7.2-r2.ebuild +++ b/dev-libs/tvmet/tvmet-1.7.2-r2.ebuild @@ -1,22 +1,22 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit eutils +inherit epatch DESCRIPTION="Tiny Vector Matrix library using Expression Templates" HOMEPAGE="http://tvmet.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="LGPL-2.1" + SLOT="0" +LICENSE="LGPL-2.1" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug doc test" RESTRICT="!test? ( test )" DEPEND="doc? ( app-doc/doxygen ) test? ( dev-util/cppunit )" -RDEPEND="" src_prepare() { epatch "${FILESDIR}/${P}-respect-cxxflags.patch"
