From: Michael Sterrett Date: Tue, 19 Apr 2016 02:08:36 +0000 (-0400) Subject: dev-games/ois: tidy X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=52e37225ca28ce73462d5a7f7fb001aca954a9e3;p=gentoo.git dev-games/ois: tidy Package-Manager: portage-2.2.26 --- diff --git a/dev-games/ois/ois-1.3.ebuild b/dev-games/ois/ois-1.3.ebuild index 31504140a6e0..a7080b7d5f63 100644 --- a/dev-games/ois/ois-1.3.ebuild +++ b/dev-games/ois/ois-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,11 +25,3 @@ src_prepare() { "${FILESDIR}"/${P}-automake-1.13.patch eautoreconf } - -src_configure() { - local myeconfargs=( - $(use_enable static-libs static) - ) - autotools-utils_src_configure - -}