diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-10-18 17:41:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-10-18 17:41:23 +0000 |
commit | e17211a7f4b0dc102e90a8d957a019b8233f05f2 (patch) | |
tree | 54e6382ebb3c2fdbe3f0282b6e1c3c4c61ebe926 /games-action | |
parent | sci-chemistry/pdbmat: Drop virtual/fortran from DEP as it is provided by the ... (diff) | |
download | gentoo-2-e17211a7f4b0dc102e90a8d957a019b8233f05f2.tar.gz gentoo-2-e17211a7f4b0dc102e90a8d957a019b8233f05f2.tar.bz2 gentoo-2-e17211a7f4b0dc102e90a8d957a019b8233f05f2.zip |
prune_libtool_files for bug #438818
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/bzflag/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/bzflag/bzflag-2.4.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-action/bzflag/ChangeLog b/games-action/bzflag/ChangeLog index 9314d55e667e..559beeffc037 100644 --- a/games-action/bzflag/ChangeLog +++ b/games-action/bzflag/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/bzflag # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.57 2012/09/14 07:48:37 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.58 2012/10/18 17:41:23 mr_bones_ Exp $ + + 18 Oct 2012; Michael Sterrett <mr_bones_@gentoo.org> bzflag-2.4.2.ebuild: + prune_libtool_files for bug #438818 *bzflag-2.4.2 (14 Sep 2012) diff --git a/games-action/bzflag/bzflag-2.4.2.ebuild b/games-action/bzflag/bzflag-2.4.2.ebuild index 94a163019376..713da64c2202 100644 --- a/games-action/bzflag/bzflag-2.4.2.ebuild +++ b/games-action/bzflag/bzflag-2.4.2.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/games-action/bzflag/bzflag-2.4.2.ebuild,v 1.1 2012/09/14 07:48:38 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.4.2.ebuild,v 1.2 2012/10/18 17:41:23 mr_bones_ Exp $ EAPI=2 inherit eutils flag-o-matic games @@ -62,5 +62,6 @@ src_install() { make_desktop_entry ${PN} "BZFlag" fi + prune_libtool_files --modules prepgamesdirs } |