diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-07-05 17:21:08 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-07-05 17:21:08 +0000 |
commit | b7d1a7ead7d27d7d650f290b266a30a0e5d09aa3 (patch) | |
tree | 4e75c45febcfb39366b482511b036a320ea0c929 /net-p2p/ktorrent | |
parent | Version bump by seventhguardian, user from Gentoo Sunrise. (diff) | |
download | gentoo-2-b7d1a7ead7d27d7d650f290b266a30a0e5d09aa3.tar.gz gentoo-2-b7d1a7ead7d27d7d650f290b266a30a0e5d09aa3.tar.bz2 gentoo-2-b7d1a7ead7d27d7d650f290b266a30a0e5d09aa3.zip |
Corrected the list of supported languages. Fixes bug 184287.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-2.2_rc1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index eee78a44d671..f27eba06b08a 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.50 2007/06/21 19:30:33 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.51 2007/07/05 17:21:08 philantrop Exp $ + + 05 Jul 2007; Wulf C. Krueger <philantrop@gentoo.org> + ktorrent-2.2_rc1.ebuild: + Corrected the list of supported languages. Fixes bug 184287. 21 Jun 2007; Wulf C. Krueger <philantrop@gentoo.org> +files/ktorrent-2.2_rc1-xfs-delalloc-confighdrs-fix.patch, diff --git a/net-p2p/ktorrent/ktorrent-2.2_rc1.ebuild b/net-p2p/ktorrent/ktorrent-2.2_rc1.ebuild index c84d901651b7..962a827dfde3 100644 --- a/net-p2p/ktorrent/ktorrent-2.2_rc1.ebuild +++ b/net-p2p/ktorrent/ktorrent-2.2_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2_rc1.ebuild,v 1.2 2007/06/21 19:30:33 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2_rc1.ebuild,v 1.3 2007/07/05 17:21:08 philantrop Exp $ inherit kde @@ -21,8 +21,8 @@ DEPEND="dev-libs/gmp" need-kde 3.4 -LANGS="bg br ca cs cy da de el en_GB es et eu fr ga gl hu it ja km lt -mk ms nb nl pa pl pt pt_BR ru rw sk sr sr@Latn sv tr uk zh_CN zh_TW" +LANGS="ar bg br ca cs cy da de el en_GB es et fa fr gl hu it ja ka lt +ms nds nl pa pl pt pt_BR ru rw sk sr sr@Latn sv tr uk zh_CN zh_TW" for X in ${LANGS} ; do IUSE="${IUSE} linguas_${X}" |