diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-19 17:27:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-19 17:27:26 +0300 |
commit | 5683259e589a0de4edc8014bbba38c196cfaacef (patch) | |
tree | ffeee8a64b3cd7fd9721af8f74ca2fa813c31d96 /dev-tex | |
parent | dev-tex/pythontex: port to EAPI=7 (diff) | |
download | gentoo-5683259e589a0de4edc8014bbba38c196cfaacef.tar.gz gentoo-5683259e589a0de4edc8014bbba38c196cfaacef.tar.bz2 gentoo-5683259e589a0de4edc8014bbba38c196cfaacef.zip |
dev-tex/floatflt: port to EAPI=7
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/floatflt/floatflt-1.31a-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-tex/floatflt/floatflt-1.31a-r1.ebuild b/dev-tex/floatflt/floatflt-1.31a-r1.ebuild index e918c233a000..584b29baad0e 100644 --- a/dev-tex/floatflt/floatflt-1.31a-r1.ebuild +++ b/dev-tex/floatflt/floatflt-1.31a-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit latex-package @@ -13,10 +13,8 @@ SRC_URI="mirror://gentoo/${P}.zip" LICENSE="LPPL-1.2" SLOT="0" KEYWORDS="~amd64 hppa ~x86" -IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" TEXMF="/usr/share/texmf-site" |