diff options
author | Christoph Junghans <junghans@gentoo.org> | 2017-01-10 14:55:35 -0700 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2017-01-10 14:56:56 -0700 |
commit | fad32da6e4cb95d4b391d53e3483bf612bb4f028 (patch) | |
tree | 3025d2136e1371932e41eb443ccbde1f85e50f34 /dev-libs/pegtl | |
parent | sys-libs/libcxxabi: Update to use LIBCXXABI_INCLUDE_TESTS (diff) | |
download | gentoo-fad32da6e4cb95d4b391d53e3483bf612bb4f028.tar.gz gentoo-fad32da6e4cb95d4b391d53e3483bf612bb4f028.tar.bz2 gentoo-fad32da6e4cb95d4b391d53e3483bf612bb4f028.zip |
dev-libs/pegtl: install missing header
Found from testing quinoacomputing/quinoa#94
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Diffstat (limited to 'dev-libs/pegtl')
-rw-r--r-- | dev-libs/pegtl/pegtl-1.3.1-r1.ebuild (renamed from dev-libs/pegtl/pegtl-1.3.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/pegtl/pegtl-1.3.1.ebuild b/dev-libs/pegtl/pegtl-1.3.1-r1.ebuild index bc30be5534a8..699377daa53f 100644 --- a/dev-libs/pegtl/pegtl-1.3.1.ebuild +++ b/dev-libs/pegtl/pegtl-1.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -31,5 +31,5 @@ src_test() { src_install() { dodoc README.md insinto /usr/include - doins -r pegtl + doins -r pegtl pegtl.hh } |