commit: 7aa789ed9f59fdb32f310f350cd8c4cc5fb28f35 Author: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com> AuthorDate: Wed Aug 26 21:21:27 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Aug 26 21:21:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7aa789ed
media-gfx/librecad: fixed a building issue media-gfx/librecad/ChangeLog | 4 ++++ media-gfx/librecad/librecad-9999.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog index c810091..9aa934b 100644 --- a/media-gfx/librecad/ChangeLog +++ b/media-gfx/librecad/ChangeLog @@ -3,6 +3,10 @@ # $Header$ 26 Aug 2015; Dongxu Li <[email protected]> + librecad-9999.ebuild: + Fixed a building issue + + 26 Aug 2015; Dongxu Li <[email protected]> +librecad-2.0.8.ebuild librecad-9999.ebuild: version bump: 2.0.8, qt5 support diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad/librecad-9999.ebuild index 0c63626..7a6077d 100644 --- a/media-gfx/librecad/librecad-9999.ebuild +++ b/media-gfx/librecad/librecad-9999.ebuild @@ -38,7 +38,7 @@ DEPEND=" media-libs/freetype" RDEPEND="${DEPEND}" -S="${WORKDIR}/LibreCAD-${PV}" +S="${WORKDIR}/librecad-${PV}" src_prepare() { # currently RS_VECTOR3D causes an internal compiler error on GCC-4.8
