diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-11-30 12:40:28 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-11-30 12:40:28 +0000 |
commit | 3184725a240b063ff8f24e68914df97cf0f4f77d (patch) | |
tree | 84af2aa66effbaf2c54cf4ffc142b32f7ee26729 /media-video/ffdiaporama | |
parent | Version bump. Drop ruby18-only. (diff) | |
download | gentoo-2-3184725a240b063ff8f24e68914df97cf0f4f77d.tar.gz gentoo-2-3184725a240b063ff8f24e68914df97cf0f4f77d.tar.bz2 gentoo-2-3184725a240b063ff8f24e68914df97cf0f4f77d.zip |
fix openclipart useflag
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'media-video/ffdiaporama')
-rw-r--r-- | media-video/ffdiaporama/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/ffdiaporama/ffdiaporama-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/ffdiaporama/ChangeLog b/media-video/ffdiaporama/ChangeLog index d55dcdb96420..5b0b138a7c79 100644 --- a/media-video/ffdiaporama/ChangeLog +++ b/media-video/ffdiaporama/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/ffdiaporama # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.14 2013/11/29 23:05:30 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ChangeLog,v 1.15 2013/11/30 12:40:28 hasufell Exp $ + + 30 Nov 2013; Julian Ospald <hasufell@gentoo.org> ffdiaporama-2.0.ebuild: + fix openclipart useflag *ffdiaporama-2.0 (29 Nov 2013) diff --git a/media-video/ffdiaporama/ffdiaporama-2.0.ebuild b/media-video/ffdiaporama/ffdiaporama-2.0.ebuild index c5a78992ba7f..124e38406414 100644 --- a/media-video/ffdiaporama/ffdiaporama-2.0.ebuild +++ b/media-video/ffdiaporama/ffdiaporama-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.0.ebuild,v 1.1 2013/11/29 23:05:30 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffdiaporama/ffdiaporama-2.0.ebuild,v 1.2 2013/11/30 12:40:28 hasufell Exp $ EAPI=5 @@ -51,7 +51,7 @@ src_install() { doicon -s 32 ffdiaporama.png if use openclipart; then dodir /usr/share/ffDiaporama/clipart/openclipart - cd "${S}"/${OPENCLI_P}/clipart || die + cd "${S}"/${OPENCLI_P}-svgonly/clipart || die find . -type d -maxdepth 1 -not -name . -exec cp -R '{}' "${D}"/usr/share/ffDiaporama/clipart/openclipart \; || die fi if use texturemate; then |