From 39d70b18014100ce2783d915c77c86a338b7df4d Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Tue, 28 Sep 2021 11:40:21 +0200 Subject: x11-misc/xnots: update EAPI 6 -> 8 Signed-off-by: Marek Szuba --- x11-misc/xnots/xnots-0.2.1-r2.ebuild | 8 +++++--- x11-misc/xnots/xnots-9999.ebuild | 7 ++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/x11-misc/xnots/xnots-0.2.1-r2.ebuild b/x11-misc/xnots/xnots-0.2.1-r2.ebuild index 4037d3a8f0b6..86bc3273dd57 100644 --- a/x11-misc/xnots/xnots-0.2.1-r2.ebuild +++ b/x11-misc/xnots/xnots-0.2.1-r2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit flag-o-matic toolchain-funcs DESCRIPTION="A desktop sticky note program for the unix geek" @@ -23,9 +24,10 @@ RDEPEND=" DEPEND=" ${RDEPEND} - virtual/pkgconfig x11-base/xorg-proto " +BDEPEND="virtual/pkgconfig" + PATCHES=( "${FILESDIR}"/${PN}-0.2.1-gcc6.patch ) diff --git a/x11-misc/xnots/xnots-9999.ebuild b/x11-misc/xnots/xnots-9999.ebuild index 3f81446e468c..3f2faa519ab0 100644 --- a/x11-misc/xnots/xnots-9999.ebuild +++ b/x11-misc/xnots/xnots-9999.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit flag-o-matic git-r3 toolchain-funcs DESCRIPTION="A desktop sticky note program for the unix geek" @@ -22,9 +23,9 @@ RDEPEND=" DEPEND=" ${RDEPEND} - virtual/pkgconfig x11-base/xorg-proto " +BDEPEND="virtual/pkgconfig" src_prepare() { default -- cgit v1.2.3-18-g5258