Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make header installation work again #183

Merged
merged 1 commit into from
Feb 2, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions sci-physics/geant-vmc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $

02 Feb 2014; <[email protected]> geant-vmc-4.2.14b.ebuild,
geant-vmc-4.2.15.ebuild:
Make header installation work again, include/ contains folders only so
doheader must recurse

06 Jan 2014; Justin Lecher <[email protected]> geant-vmc-4.2.14b.ebuild,
geant-vmc-4.2.15.ebuild, metadata.xml:
Add missing die
Expand Down
2 changes: 1 addition & 1 deletion sci-physics/geant-vmc/geant-vmc-4.2.14b.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ src_test() {

src_install() {
dolib.so lib/tgt_*/{libg4root,libgeant4vmc}.so
doheader include/*
doheader -r include/*
dodoc README history version_number
use doc && dohtml -r Geant4VMC.html doc/*
if use examples; then
Expand Down
2 changes: 1 addition & 1 deletion sci-physics/geant-vmc/geant-vmc-4.2.15.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ src_test() {

src_install() {
dolib.so lib/tgt_*/{libg4root,libgeant4vmc}.so
doheader include/*
doheader -r include/*
dodoc README history version_number
use doc && dohtml -r Geant4VMC.html doc/*
if use examples; then
Expand Down