summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2018-09-15 14:59:52 +0200
committerJason A. Donenfeld <zx2c4@gentoo.org>2018-09-15 15:00:04 +0200
commita823527a271c3d7ab11e59f2c72a626b1c63b6cb (patch)
tree42f21af6cc36c03ae989dd642a019016498d63b5 /app-text/cutemarked/cutemarked-0.11.3.ebuild
parentapp-misc/dnetc: Drop old (diff)
downloadgentoo-a823527a271c3d7ab11e59f2c72a626b1c63b6cb.tar.gz
gentoo-a823527a271c3d7ab11e59f2c72a626b1c63b6cb.tar.bz2
gentoo-a823527a271c3d7ab11e59f2c72a626b1c63b6cb.zip
app-text/cutemarked: add missing <QAction> include
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-text/cutemarked/cutemarked-0.11.3.ebuild')
-rw-r--r--app-text/cutemarked/cutemarked-0.11.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/cutemarked/cutemarked-0.11.3.ebuild b/app-text/cutemarked/cutemarked-0.11.3.ebuild
index a6afe6931aeb..a04e77142d0c 100644
--- a/app-text/cutemarked/cutemarked-0.11.3.ebuild
+++ b/app-text/cutemarked/cutemarked-0.11.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -31,6 +31,7 @@ S="${WORKDIR}/CuteMarkEd-${PV}"
src_prepare() {
epatch "${FILESDIR}/${PN}"-0.11.1-respect-destdir.patch
+ epatch "${FILESDIR}/${PN}"-0.11.3-qaction-include.patch
}
src_configure() {