diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-04 19:52:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-04 19:52:11 +0000 |
commit | 69b09f8c55d11cde0f1556d227077484837a7f3e (patch) | |
tree | 7ce0e8d54439fdb791ab4151cddf1121dcb97d6a /dev-libs/libestr | |
parent | Split mysql/mythtv support #401653. (diff) | |
download | gentoo-2-69b09f8c55d11cde0f1556d227077484837a7f3e.tar.gz gentoo-2-69b09f8c55d11cde0f1556d227077484837a7f3e.tar.bz2 gentoo-2-69b09f8c55d11cde0f1556d227077484837a7f3e.zip |
Stable for amd64, wrt bug #402159
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libestr')
-rw-r--r-- | dev-libs/libestr/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libestr/libestr-0.1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libestr/ChangeLog b/dev-libs/libestr/ChangeLog index 64eda7ce6fb3..e4b0a3f85b11 100644 --- a/dev-libs/libestr/ChangeLog +++ b/dev-libs/libestr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libestr -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.4 2011/11/26 17:20:02 hwoarang Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.5 2012/02/04 19:52:11 ago Exp $ + + 04 Feb 2012; Agostino Sarubbo <ago@gentoo.org> libestr-0.1.2.ebuild: + Stable for amd64, wrt bug #402159 26 Nov 2011; Markos Chandras <hwoarang@gentoo.org> libestr-0.1.2.ebuild: add static-libs useflag diff --git a/dev-libs/libestr/libestr-0.1.2.ebuild b/dev-libs/libestr/libestr-0.1.2.ebuild index e5eb6ec8da54..7c9931c661d4 100644 --- a/dev-libs/libestr/libestr-0.1.2.ebuild +++ b/dev-libs/libestr/libestr-0.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.2.ebuild,v 1.2 2011/11/26 17:20:02 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.2.ebuild,v 1.3 2012/02/04 19:52:11 ago Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://libestr.adiscon.com/files/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug static-libs" DEPEND="" |