diff options
author | Azat Bahawi <azahi@teknik.io> | 2020-02-19 15:25:05 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2020-02-19 15:25:05 +0300 |
commit | 4a72acb0a846d65d736cfcf9dedfe94cb10ff734 (patch) | |
tree | 51972d3e7f3aa015b37d56468e32b853dee7d58e /app-misc | |
parent | app-misc/ufetch: Update live ebuild versioning (diff) |
app-misc/bdfresize: Bump EAPI
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/bdfresize/bdfresize-1.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/bdfresize/bdfresize-1.5.ebuild b/app-misc/bdfresize/bdfresize-1.5.ebuild index 4540753..688ad0f 100644 --- a/app-misc/bdfresize/bdfresize-1.5.ebuild +++ b/app-misc/bdfresize/bdfresize-1.5.ebuild @@ -1,7 +1,7 @@ # Copyright 2018-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit toolchain-funcs @@ -16,6 +16,7 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" +BDEPEND="" PATCHES=( ${FILESDIR}/${P}-gcc.patch ) |