diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-20 11:12:37 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-20 11:12:37 +0000 |
commit | 1cd4cfde33246043a279546c5620b6bd43b5d2e5 (patch) | |
tree | a6edbe697dcdf1325a758a8e428346cdeb2080f6 /sci-astronomy | |
parent | old (diff) | |
download | gentoo-2-1cd4cfde33246043a279546c5620b6bd43b5d2e5.tar.gz gentoo-2-1cd4cfde33246043a279546c5620b6bd43b5d2e5.tar.bz2 gentoo-2-1cd4cfde33246043a279546c5620b6bd43b5d2e5.zip |
Fix sed expression wrt bug 405003 by Adrian.Bassett@hotmail.co.uk
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stellarium/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.11.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog index 29afb772a412..99fe391407a6 100644 --- a/sci-astronomy/stellarium/ChangeLog +++ b/sci-astronomy/stellarium/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/stellarium # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.81 2012/02/19 21:33:12 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.82 2012/02/20 11:12:37 xarthisius Exp $ + + 20 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> stellarium-0.11.1.ebuild: + Fix sed expression wrt bug 405003 by Adrian.Bassett@hotmail.co.uk 19 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> -stellarium-0.11.0.ebuild, stellarium-0.11.1.ebuild: diff --git a/sci-astronomy/stellarium/stellarium-0.11.1.ebuild b/sci-astronomy/stellarium/stellarium-0.11.1.ebuild index 72c9698917b4..31e803dc203e 100644 --- a/sci-astronomy/stellarium/stellarium-0.11.1.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.11.1.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/stellarium/stellarium-0.11.1.ebuild,v 1.6 2012/02/19 21:33:12 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.11.1.ebuild,v 1.7 2012/02/20 11:12:37 xarthisius Exp $ EAPI=4 CMAKE_MIN_VERSION="2.4.7" @@ -49,7 +49,7 @@ for X in "${LANGS[@]}" ; do done src_prepare() { - sed -e "/af ar az/d" -e "/GETTEXT_CREATE_TRANSLATIONS/a ${LINGUAS}" \ + sed -e "/af ar az/d" -e "/GETTEXT_CREATE_TRANSLATIONS/a \ ${LINGUAS}" \ -i po/stellarium{,-skycultures}/CMakeLists.txt || die #403647 } |