diff options
Diffstat (limited to 'net-p2p/gtk-gnutella/gtk-gnutella-0.98.2-r1.ebuild')
-rw-r--r-- | net-p2p/gtk-gnutella/gtk-gnutella-0.98.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-0.98.2-r1.ebuild b/net-p2p/gtk-gnutella/gtk-gnutella-0.98.2-r1.ebuild index e3b38adbc09a..4d88c53746e1 100644 --- a/net-p2p/gtk-gnutella/gtk-gnutella-0.98.2-r1.ebuild +++ b/net-p2p/gtk-gnutella/gtk-gnutella-0.98.2-r1.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/net-p2p/gtk-gnutella/gtk-gnutella-0.98.2-r1.ebuild,v 1.1 2012/02/18 09:41:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-0.98.2-r1.ebuild,v 1.2 2012/02/19 07:11:44 graaff Exp $ EAPI=4 @@ -29,7 +29,7 @@ DEPEND="${RDEPEND} src_prepare() { strip-linguas -i po - rm po/LINGUAS + echo "# Gentoo-selected LINGUAS" > po/LINGUAS for ling in ${LINGUAS}; do echo $ling >> po/LINGUAS done |