diff options
author | Johannes Huber <johu@gentoo.org> | 2018-05-07 21:41:22 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-05-07 21:41:22 +0200 |
commit | 14176fc16ad00e5fcea9f6cba17ef4ba7ff9f51c (patch) | |
tree | f24c62a64ad26396f9bf45bd5f4819e42c2999d9 | |
parent | x11-wm/i3-gaps: Sort post install msgs (diff) | |
download | johu-14176fc16ad00e5fcea9f6cba17ef4ba7ff9f51c.tar.gz johu-14176fc16ad00e5fcea9f6cba17ef4ba7ff9f51c.tar.bz2 johu-14176fc16ad00e5fcea9f6cba17ef4ba7ff9f51c.zip |
x11-wm/i3-gaps: Use patches array
Package-Manager: Portage-2.3.36, Repoman-2.3.9
-rw-r--r-- | x11-wm/i3-gaps/i3-gaps-4.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/i3-gaps/i3-gaps-4.15.ebuild b/x11-wm/i3-gaps/i3-gaps-4.15.ebuild index dc3e885..d2d206b 100644 --- a/x11-wm/i3-gaps/i3-gaps-4.15.ebuild +++ b/x11-wm/i3-gaps/i3-gaps-4.15.ebuild @@ -44,7 +44,7 @@ S=${WORKDIR}/i3-${PV} DOCS=( RELEASE-NOTES-${PV} ) -PATCHES[0]="${FILESDIR}/musl.patch" +PATCHES=( "${FILESDIR}/musl.patch" ) src_prepare() { default |