diff options
author | Jory Pratt <anarchy@gentoo.org> | 2009-12-27 01:13:36 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2009-12-27 01:13:36 +0000 |
commit | 9a22937bc389b70c4b0000b0ec452d6e1697fe01 (patch) | |
tree | b40508a90e7be16ad1f053ad1f6dd82c23f00f1a /www-client | |
parent | Fix qa warning about strip'd file (diff) | |
download | gentoo-2-9a22937bc389b70c4b0000b0ec452d6e1697fe01.tar.gz gentoo-2-9a22937bc389b70c4b0000b0ec452d6e1697fe01.tar.bz2 gentoo-2-9a22937bc389b70c4b0000b0ec452d6e1697fe01.zip |
fix qa warning about prestripped file
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/icecat/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/icecat/icecat-3.5.6.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/www-client/icecat/ChangeLog b/www-client/icecat/ChangeLog index 43b9b6e4ea37..3f94556bd1d6 100644 --- a/www-client/icecat/ChangeLog +++ b/www-client/icecat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/icecat # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.9 2009/12/19 18:14:56 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.10 2009/12/27 01:13:36 anarchy Exp $ + + 27 Dec 2009; Jory A. Pratt <anarchy@gentoo.org> icecat-3.5.6.ebuild: + fix qa warning about pre-strip'd file *icecat-3.5.6 (19 Dec 2009) diff --git a/www-client/icecat/icecat-3.5.6.ebuild b/www-client/icecat/icecat-3.5.6.ebuild index a4abf339e4f6..f44afdca73b7 100644 --- a/www-client/icecat/icecat-3.5.6.ebuild +++ b/www-client/icecat/icecat-3.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-3.5.6.ebuild,v 1.1 2009/12/19 18:14:56 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-3.5.6.ebuild,v 1.2 2009/12/27 01:13:36 anarchy Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -64,6 +64,8 @@ RDEPEND=" DEPEND="${RDEPEND} dev-util/pkgconfig" +QA_PRESTRIPPED="usr/$(get_libdir)/${PN}/${PN}" + linguas() { local LANG SLANG for LANG in ${LINGUAS}; do |