summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-04-18 22:08:36 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2016-04-18 22:08:36 -0400
commit52e37225ca28ce73462d5a7f7fb001aca954a9e3 (patch)
tree7cef562a392379c53b2c2fa787e90ead02513c4b /dev-games
parentssl-cert.eclass: add libressl support (diff)
downloadgentoo-52e37225ca28ce73462d5a7f7fb001aca954a9e3.tar.gz
gentoo-52e37225ca28ce73462d5a7f7fb001aca954a9e3.tar.bz2
gentoo-52e37225ca28ce73462d5a7f7fb001aca954a9e3.zip
dev-games/ois: tidy
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-games')
-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
-
-}