diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-12-16 19:34:33 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-12-16 19:34:33 +0000 |
commit | 77239800d339f4fbdb5582557d87bc3be72cb360 (patch) | |
tree | 652da8bee7b6b39ebc911091593d9cd8861fde1d /sci-astronomy | |
parent | added missing plugin parameter --dvd (diff) | |
download | gentoo-2-77239800d339f4fbdb5582557d87bc3be72cb360.tar.gz gentoo-2-77239800d339f4fbdb5582557d87bc3be72cb360.tar.bz2 gentoo-2-77239800d339f4fbdb5582557d87bc3be72cb360.zip |
Version bump, drop old. Use -pthread also for cflags
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 895192F9)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/galaxy/ChangeLog | 8 | ||||
-rw-r--r-- | sci-astronomy/galaxy/galaxy-2.2.ebuild (renamed from sci-astronomy/galaxy/galaxy-2.1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-astronomy/galaxy/ChangeLog b/sci-astronomy/galaxy/ChangeLog index 15fb34758aa3..6dfd4a086426 100644 --- a/sci-astronomy/galaxy/ChangeLog +++ b/sci-astronomy/galaxy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-astronomy/galaxy # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v 1.7 2012/08/05 17:53:57 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v 1.8 2012/12/16 19:34:33 xarthisius Exp $ + +*galaxy-2.2 (16 Dec 2012) + + 16 Dec 2012; Kacper Kowalik <xarthisius@gentoo.org> +galaxy-2.2.ebuild, + -galaxy-2.1.ebuild: + Version bump, drop old. Use -pthread also for cflags 05 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -galaxy-2.0.ebuild, galaxy-2.1.ebuild, metadata.xml: diff --git a/sci-astronomy/galaxy/galaxy-2.1.ebuild b/sci-astronomy/galaxy/galaxy-2.2.ebuild index 90caaa3077f4..32753d0283ec 100644 --- a/sci-astronomy/galaxy/galaxy-2.1.ebuild +++ b/sci-astronomy/galaxy/galaxy-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/galaxy-2.1.ebuild,v 1.2 2012/08/05 17:53:57 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/galaxy-2.2.ebuild,v 1.1 2012/12/16 19:34:33 xarthisius Exp $ EAPI=4 @@ -24,7 +24,7 @@ RDEPEND="${DEPEND} pkg_setup() { tc-export CXX - append-ldflags -pthread + append-flags -pthread export PREFIX="${EPREFIX}/usr" } |