diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-16 10:40:37 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-16 10:44:27 +0200 |
commit | 91a0ef1cb0540a542544fca8b9fe47d885b8d43f (patch) | |
tree | fca781681eb5b611ee6d41017ab223ecd942c07d /media-fonts/oxygen-fonts | |
parent | font.eclass: font_cleanup_dirs: Use `has` instead of `for` (diff) | |
download | gentoo-91a0ef1cb0540a542544fca8b9fe47d885b8d43f.tar.gz gentoo-91a0ef1cb0540a542544fca8b9fe47d885b8d43f.tar.bz2 gentoo-91a0ef1cb0540a542544fca8b9fe47d885b8d43f.zip |
media-fonts/oxygen-fonts: EAPI-7 bump
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts/oxygen-fonts')
-rw-r--r-- | media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild b/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild index 41c1df5c8716..b0733af6ca18 100644 --- a/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild +++ b/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 KDE_AUTODEPS="false" KDE_DEBUG="false" @@ -15,7 +15,7 @@ LICENSE="OFL-1.1" KEYWORDS="~amd64 ~arm ~x86" IUSE="" -DEPEND=" +BDEPEND=" $(add_frameworks_dep extra-cmake-modules) $(add_qt_dep qtcore) media-gfx/fontforge |