diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2012-06-28 01:19:50 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2012-06-28 01:19:50 +0000 |
commit | 2fa66eea3a1094a4eb34cdc1b45483ac2f686271 (patch) | |
tree | 7e6a37d38e035cc887c2147f281eaee7ffa4466d /dev-libs/libyaml | |
parent | Switched to EAPI4. keyword ~amd64-linux ~x86-linux. cleaning (diff) | |
download | gentoo-2-2fa66eea3a1094a4eb34cdc1b45483ac2f686271.tar.gz gentoo-2-2fa66eea3a1094a4eb34cdc1b45483ac2f686271.tar.bz2 gentoo-2-2fa66eea3a1094a4eb34cdc1b45483ac2f686271.zip |
fixed static-libs support
(Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libyaml')
-rw-r--r-- | dev-libs/libyaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libyaml/libyaml-0.1.4.ebuild | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/dev-libs/libyaml/ChangeLog b/dev-libs/libyaml/ChangeLog index 06a39788776a..1c3a2aad6f7c 100644 --- a/dev-libs/libyaml/ChangeLog +++ b/dev-libs/libyaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libyaml # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.22 2012/06/26 12:03:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.23 2012/06/28 01:19:50 sbriesen Exp $ + + 28 Jun 2012; Stefan Briesenick <sbriesen@gentoo.org> libyaml-0.1.4.ebuild: + fixed static-libs support 26 Jun 2012; Agostino Sarubbo <ago@gentoo.org> libyaml-0.1.4.ebuild: Stable for amd64, wrt bug #421611 diff --git a/dev-libs/libyaml/libyaml-0.1.4.ebuild b/dev-libs/libyaml/libyaml-0.1.4.ebuild index 9fe3353354fa..bf723eae0a05 100644 --- a/dev-libs/libyaml/libyaml-0.1.4.ebuild +++ b/dev-libs/libyaml/libyaml-0.1.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild,v 1.5 2012/06/26 12:03:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild,v 1.6 2012/06/28 01:19:50 sbriesen Exp $ EAPI=4 -inherit eutils +inherit eutils autotools-utils MY_P="${P/lib}" @@ -28,12 +28,8 @@ src_prepare() { fi } -src_configure() { - econf $(use_enable static-libs static) -} - src_install() { - default + autotools-utils_src_install use doc && dohtml -r doc/html/. if use examples ; then docompress -x /usr/share/doc/${PF}/examples |