diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-28 16:51:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-28 16:51:11 +0000 |
commit | 23828afc179431de3d4be4bf49912860b2d268b1 (patch) | |
tree | 6bd5954047db88dded495e44263bc8f42f77dcde /sci-mathematics | |
parent | tream forgot to add hgview.rc to the tarball, manually adding it in $FILESDIR (diff) | |
download | gentoo-2-23828afc179431de3d4be4bf49912860b2d268b1.tar.gz gentoo-2-23828afc179431de3d4be4bf49912860b2d268b1.tar.bz2 gentoo-2-23828afc179431de3d4be4bf49912860b2d268b1.zip |
Wrong default path during compilation, thanks Alexander Goomenyuk for reporting
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/qtoctave/ChangeLog | 9 | ||||
-rw-r--r-- | sci-mathematics/qtoctave/qtoctave-0.9.1-r1.ebuild (renamed from sci-mathematics/qtoctave/qtoctave-0.9.1.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-mathematics/qtoctave/ChangeLog b/sci-mathematics/qtoctave/ChangeLog index 676aee3a905c..e5c0f20292db 100644 --- a/sci-mathematics/qtoctave/ChangeLog +++ b/sci-mathematics/qtoctave/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-mathematics/qtoctave # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.10 2010/06/24 13:50:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.11 2010/06/28 16:51:11 jlec Exp $ + +*qtoctave-0.9.1-r1 (28 Jun 2010) + + 28 Jun 2010; Justin Lecher <jlec@gentoo.org> -qtoctave-0.9.1.ebuild, + +qtoctave-0.9.1-r1.ebuild: + Wrong default path during compilation, thanks Alexander Goomenyuk for + reporting 24 Jun 2010; Justin Lecher <jlec@gentoo.org> qtoctave-0.8.2.ebuild, +files/qtoctave-0.8.2-rpath.patch: diff --git a/sci-mathematics/qtoctave/qtoctave-0.9.1.ebuild b/sci-mathematics/qtoctave/qtoctave-0.9.1-r1.ebuild index 1256fc25cf18..04b7928080af 100644 --- a/sci-mathematics/qtoctave/qtoctave-0.9.1.ebuild +++ b/sci-mathematics/qtoctave/qtoctave-0.9.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.9.1.ebuild,v 1.2 2010/06/16 15:30:24 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.9.1-r1.ebuild,v 1.1 2010/06/28 16:51:11 jlec Exp $ EAPI="2" -#CMAKE_IN_SOURCE_BUILD=1 +CMAKE_IN_SOURCE_BUILD=1 inherit eutils cmake-utils PID=1760 |