diff options
Diffstat (limited to 'sys-apps/dtc/dtc-9999.ebuild')
-rw-r--r-- | sys-apps/dtc/dtc-9999.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys-apps/dtc/dtc-9999.ebuild b/sys-apps/dtc/dtc-9999.ebuild index 1dc3915445fb..7521eebe76e8 100644 --- a/sys-apps/dtc/dtc-9999.ebuild +++ b/sys-apps/dtc/dtc-9999.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=6 @@ -24,9 +24,15 @@ DEPEND=" sys-devel/flex " DOCS=" + Documentation/dt-object-internal.txt + Documentation/dts-format.txt Documentation/manual.txt " +PATCHES=( + "${FILESDIR}"/${PN}-1.4.4-posix-shell.patch +) + src_prepare() { default |