diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 22:46:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 22:46:22 +0000 |
commit | b1dff3918002db4a1ceca444f486908e94a63e6f (patch) | |
tree | 4708daa7b1404dc8e82a78ccb07a45d0ec55bbd2 /dev-libs/tvmet | |
parent | dev-libs/tinyxml: eutils-- (diff) | |
download | gentoo-b1dff3918002db4a1ceca444f486908e94a63e6f.tar.gz gentoo-b1dff3918002db4a1ceca444f486908e94a63e6f.tar.bz2 gentoo-b1dff3918002db4a1ceca444f486908e94a63e6f.zip |
dev-libs/tvmet: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/tvmet')
-rw-r--r-- | dev-libs/tvmet/tvmet-1.7.2-r2.ebuild | 8 |
1 files 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 b9927da76c91..f382b9c7e946 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" |