diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2014-03-19 16:04:22 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2014-03-19 16:04:22 +0100 |
commit | 29a64483c43128ab7c6618356c62e2f6a2260cf6 (patch) | |
tree | f8df1839e9f6204efff0dfc5eac4118a0d0e7df0 | |
parent | 8eba974150822af54b810ef29580306eff9cc617 (diff) | |
download | brancik-overlay-29a64483c43128ab7c6618356c62e2f6a2260cf6.tar.gz brancik-overlay-29a64483c43128ab7c6618356c62e2f6a2260cf6.tar.bz2 |
Fix ChangeLog file name for media-gfx/inkscape.
-rwxr-xr-x | media-gfx/inkscape/inkscape-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index 5e7533d..4379c42 100755 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -76,7 +76,7 @@ src_configure(){ $(use_enable lcms)\ $(use_enable nls)\ - DOCS="AUTHORS ChangeLog NEWS README*" + DOCS="AUTHORS ChangeLog-0.91 NEWS README*" #./configure # aliasing unsafe wrt #310393 |