commit: 52e37225ca28ce73462d5a7f7fb001aca954a9e3
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 02:08:36 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 02:08:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e37225
dev-games/ois: tidy
Package-Manager: portage-2.2.26
dev-games/ois/ois-1.3.ebuild | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/dev-games/ois/ois-1.3.ebuild b/dev-games/ois/ois-1.3.ebuild
index 3150414..a7080b7 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
-
-}