summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-11-27 17:40:33 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-11-27 17:40:33 +0000
commit01ef9e7ac4500246f582f433523e90d9996eee2b (patch)
treea34ccffc84dcfb4e103f92b807807882fb9812e3 /dev-libs/d0_blind_id
parentRemove mixing of default phase functions with autotool-utils ones, #392177 (diff)
downloadgentoo-2-01ef9e7ac4500246f582f433523e90d9996eee2b.tar.gz
gentoo-2-01ef9e7ac4500246f582f433523e90d9996eee2b.tar.bz2
gentoo-2-01ef9e7ac4500246f582f433523e90d9996eee2b.zip
use more autotools-utils (bug #392173)
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'dev-libs/d0_blind_id')
-rw-r--r--dev-libs/d0_blind_id/ChangeLog5
-rw-r--r--dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild12
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-libs/d0_blind_id/ChangeLog b/dev-libs/d0_blind_id/ChangeLog
index 4ecdf8146082..7d56faca6a8c 100644
--- a/dev-libs/d0_blind_id/ChangeLog
+++ b/dev-libs/d0_blind_id/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/d0_blind_id
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.5 2011/11/27 04:43:17 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.6 2011/11/27 17:40:33 mr_bones_ Exp $
+
+ 27 Nov 2011; Michael Sterrett <mr_bones_@gentoo.org> d0_blind_id-0.3.ebuild:
+ use more autotools-utils (bug #392173)
27 Nov 2011; Tim Harder <radhermit@gentoo.org> d0_blind_id-0.3.ebuild:
Build in the source tree.
diff --git a/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild b/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild
index c13abbd76748..eede1cf10176 100644
--- a/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild
+++ b/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild,v 1.5 2011/11/27 04:43:17 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild,v 1.6 2011/11/27 17:40:33 mr_bones_ Exp $
EAPI=4
inherit autotools-utils
@@ -23,11 +23,13 @@ DOCS=( d0_blind_id.txt )
AUTOTOOLS_IN_SOURCE_BUILD=1
src_configure() {
- econf \
- --enable-rijndael \
- --without-openssl \
- --without-tommath \
+ local myeconfargs=(
+ --enable-rijndael
+ --without-openssl
+ --without-tommath
$(use_enable static-libs static)
+ )
+ autotools-utils_src_configure
}
src_install() {