diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-09-10 07:39:55 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-09-10 07:39:55 +0000 |
commit | d414400e34123cd7e7648a4f7a3958b4db51a638 (patch) | |
tree | 91951f656ae133f9e71f095bb66eaf847d0b6ddc /media-sound/gmusicbrowser/gmusicbrowser-1.1.9.ebuild | |
parent | Bump to 2.36.3; vala binding support is currently disabled (diff) | |
download | gentoo-2-d414400e34123cd7e7648a4f7a3958b4db51a638.tar.gz gentoo-2-d414400e34123cd7e7648a4f7a3958b4db51a638.tar.bz2 gentoo-2-d414400e34123cd7e7648a4f7a3958b4db51a638.zip |
add strip-linguas wrt #434360
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/gmusicbrowser/gmusicbrowser-1.1.9.ebuild')
-rw-r--r-- | media-sound/gmusicbrowser/gmusicbrowser-1.1.9.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-sound/gmusicbrowser/gmusicbrowser-1.1.9.ebuild b/media-sound/gmusicbrowser/gmusicbrowser-1.1.9.ebuild index 607c45a00dd5..50ae64b2eecf 100644 --- a/media-sound/gmusicbrowser/gmusicbrowser-1.1.9.ebuild +++ b/media-sound/gmusicbrowser/gmusicbrowser-1.1.9.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmusicbrowser/gmusicbrowser-1.1.9.ebuild,v 1.6 2012/08/11 12:48:48 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmusicbrowser/gmusicbrowser-1.1.9.ebuild,v 1.7 2012/09/10 07:39:55 hasufell Exp $ EAPI=4 -inherit fdo-mime gnome2-utils +inherit eutils fdo-mime gnome2-utils DESCRIPTION="An open-source jukebox for large collections of mp3/ogg/flac files" HOMEPAGE="http://gmusicbrowser.org/" @@ -49,6 +49,8 @@ src_prepare() { -e '/menudir/d' \ -e '/^LINGUAS=/d' \ Makefile || die + + strip-linguas ${LANGS} } src_install() { |