diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-10-04 04:55:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-10-04 04:55:02 +0000 |
commit | 725e75da1e79a865ae481489d67f7cd663b33dbc (patch) | |
tree | 5baad55fa8fcf2c141baa20d313a8f738dfa3520 /sci-astronomy/stellarium | |
parent | Remove old, vulnerable versions. (diff) | |
download | gentoo-2-725e75da1e79a865ae481489d67f7cd663b33dbc.tar.gz gentoo-2-725e75da1e79a865ae481489d67f7cd663b33dbc.tar.bz2 gentoo-2-725e75da1e79a865ae481489d67f7cd663b33dbc.zip |
only upstream supported locales (bug #437052)
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/stellarium')
-rw-r--r-- | sci-astronomy/stellarium/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.11.4a.ebuild | 13 |
2 files changed, 11 insertions, 8 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog index fc15de195147..79661c479de2 100644 --- a/sci-astronomy/stellarium/ChangeLog +++ b/sci-astronomy/stellarium/ChangeLog @@ -1,6 +1,10 @@ # 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.103 2012/10/02 20:04:18 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.104 2012/10/04 04:55:02 mr_bones_ Exp $ + + 04 Oct 2012; Michael Sterrett <mr_bones_@gentoo.org> + stellarium-0.11.4a.ebuild: + only upstream supported locales (bug #437052) 02 Oct 2012; Anthony G. Basile <blueness@gentoo.org> stellarium-0.11.4a.ebuild: diff --git a/sci-astronomy/stellarium/stellarium-0.11.4a.ebuild b/sci-astronomy/stellarium/stellarium-0.11.4a.ebuild index 74068c135bd3..c32cc1bda627 100644 --- a/sci-astronomy/stellarium/stellarium-0.11.4a.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.11.4a.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.4a.ebuild,v 1.2 2012/10/02 20:04:18 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.11.4a.ebuild,v 1.3 2012/10/04 04:55:02 mr_bones_ Exp $ EAPI=4 CMAKE_MIN_VERSION="2.4.7" @@ -40,12 +40,11 @@ DEPEND="${RDEPEND} x11-libs/libXt" DOCS=( AUTHORS ChangeLog README ) -LANGS=( af ak am ar as ast az be bg bn bo br bs -ca cs cy da de el en en_CA en_GB en_US eo es et eu fa fi -fil fr fy ga gd gl gu he hi hr hu hy ia id is it ja -ka kk kn ko ky la lb lo lt lv mk ml mn mr ms mt nan nb nl nn oc -pa pl pt pt_BR ro ru sco se si sk sl sq sr sv sw ta te tg th tl -tr tt uk uz vi zh_CN zh_HK zh_TW zu ) +LANGS=( af ak am ar as ast az be bg bn br bs ca cs cy da de el en en_CA +en_GB en_US eo es et eu fa fi fil fr ga gd gl gu he hi hr hu hy ia id +is it ja ka kk kn ko ky la lb lo lt lv mk ml mn mr ms mt nan nb nl nn pa +pl pt pt_BR ro ru se si sk sl sq sr sv sw ta te tg th tl tr tt uk uz vi +zh_CN zh_HK zh_TW zu ) for X in "${LANGS[@]}" ; do IUSE="${IUSE} linguas_${X}" done |