summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-09-28 11:40:21 +0200
committerMarek Szuba <marecki@gentoo.org>2021-09-28 11:49:46 +0200
commit39d70b18014100ce2783d915c77c86a338b7df4d (patch)
tree4f94aed9327b18f438a814ea8f84771a70189e26 /x11-misc/xnots
parentx11-misc/xiccd: keyword 0.3.0 for ~riscv (diff)
downloadgentoo-39d70b18014100ce2783d915c77c86a338b7df4d.tar.gz
gentoo-39d70b18014100ce2783d915c77c86a338b7df4d.tar.bz2
gentoo-39d70b18014100ce2783d915c77c86a338b7df4d.zip
x11-misc/xnots: update EAPI 6 -> 8
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'x11-misc/xnots')
-rw-r--r--x11-misc/xnots/xnots-0.2.1-r2.ebuild8
-rw-r--r--x11-misc/xnots/xnots-9999.ebuild7
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