dev-games/ois: tidy
authorMichael Sterrett <mr_bones_@gentoo.org>
Tue, 19 Apr 2016 02:08:36 +0000 (22:08 -0400)
committerMichael Sterrett <mr_bones_@gentoo.org>
Tue, 19 Apr 2016 02:08:36 +0000 (22:08 -0400)
Package-Manager: portage-2.2.26

dev-games/ois/ois-1.3.ebuild

index 31504140a6e006dae06d9b4f6d7e3cc7e59aedea..a7080b7d5f630f9dd65da84c9cdc9f5a4c1d0b6d 100644 (file)
@@ -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
-
-}