Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jhead/
Date: Fri, 24 Nov 2017 14:14:48
Message-Id: 1511532858.e6a6511562637e65555be2a67e6be7d7e1d62ade.amynka@gentoo
1 commit: e6a6511562637e65555be2a67e6be7d7e1d62ade
2 Author: Sobhan Mohammadpour <www.sobhan.mohammadpour <AT> gmail <DOT> com>
3 AuthorDate: Fri Nov 24 14:01:22 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 24 14:14:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a65115
7
8 media-gfx/jhead: add libjhead's header
9
10 add the missing header for libjhead
11 Closes:#6281
12
13 media-gfx/jhead/{jhead-3.00-r1.ebuild => jhead-3.00-r2.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/media-gfx/jhead/jhead-3.00-r1.ebuild b/media-gfx/jhead/jhead-3.00-r2.ebuild
17 similarity index 93%
18 rename from media-gfx/jhead/jhead-3.00-r1.ebuild
19 rename to media-gfx/jhead/jhead-3.00-r2.ebuild
20 index 096b172d1e7..6935d6e2757 100644
21 --- a/media-gfx/jhead/jhead-3.00-r1.ebuild
22 +++ b/media-gfx/jhead/jhead-3.00-r2.ebuild
23 @@ -25,5 +25,6 @@ src_install() {
24 docinto html
25 dodoc *.html
26 doman ${PN}.1
27 - dolib.so libjhead.so*
28 + doheader ${PN}.h
29 + dolib.so lib${PN}.so*
30 }