diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2010-04-03 23:44:52 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2010-04-03 23:44:52 +0000 |
commit | 504d3641ef63398200463006252dfc7079321df5 (patch) | |
tree | c68d59cf11df92ed17950ab6488780ff066b0122 | |
parent | Version bump (diff) | |
download | gentoo-2-504d3641ef63398200463006252dfc7079321df5.tar.gz gentoo-2-504d3641ef63398200463006252dfc7079321df5.tar.bz2 gentoo-2-504d3641ef63398200463006252dfc7079321df5.zip |
inherit multilib for get_libdir
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.8.ebuild b/games-strategy/wesnoth/wesnoth-1.8.ebuild index 5b4f87c1736b..9b75c340dfd7 100644 --- a/games-strategy/wesnoth/wesnoth-1.8.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.8.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.8.ebuild,v 1.5 2010/04/02 15:27:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.8.ebuild,v 1.6 2010/04/03 23:44:52 nyhm Exp $ EAPI=2 -inherit cmake-utils eutils toolchain-funcs flag-o-matic games +inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game" HOMEPAGE="http://www.wesnoth.org/" |