summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-games/ois')
-rw-r--r--dev-games/ois/ois-1.3.ebuild10
1 files changed, 1 insertions, 9 deletions
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
-
-}