summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-31 13:05:34 +0100
committerJeroen Roovers <jer@gentoo.org>2020-01-31 13:05:52 +0100
commitf70b4555e107db4c8311c6cf0a15919a6cf82273 (patch)
tree38d629d6820b0728a25de46aab744858b6d42241 /x11-misc/skippy/skippy-0.5.0-r1.ebuild
parentx11-misc/xvkbd: Fix CFLAGS=-fno-common (diff)
downloadgentoo-f70b4555e107db4c8311c6cf0a15919a6cf82273.tar.gz
gentoo-f70b4555e107db4c8311c6cf0a15919a6cf82273.tar.bz2
gentoo-f70b4555e107db4c8311c6cf0a15919a6cf82273.zip
x11-misc/skippy: Fix CFLAGS=-fno-common
Package-Manager: Portage-2.3.86, Repoman-2.3.20 Closes: https://bugs.gentoo.org/show_bug.cgi?id=707490 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-misc/skippy/skippy-0.5.0-r1.ebuild')
-rw-r--r--x11-misc/skippy/skippy-0.5.0-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-misc/skippy/skippy-0.5.0-r1.ebuild b/x11-misc/skippy/skippy-0.5.0-r1.ebuild
index 1b63a8fe60e7..d8db07312cfc 100644
--- a/x11-misc/skippy/skippy-0.5.0-r1.ebuild
+++ b/x11-misc/skippy/skippy-0.5.0-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 toolchain-funcs
DESCRIPTION="A full-screen task-switcher providing Apple Expose-like functionality"
@@ -23,8 +23,10 @@ DEPEND="${RDEPEND}
x11-base/xorg-proto
virtual/pkgconfig"
-PATCHES=( "${FILESDIR}"/${PN}-pointer-size.patch
+PATCHES=(
+ "${FILESDIR}"/${PN}-pointer-size.patch
"${FILESDIR}"/${P}-Makefile.patch
+ "${FILESDIR}"/${P}-fno-common.patch
)
DOCS=( CHANGELOG skippyrc-default )