diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-06 07:13:18 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-06 07:13:18 +0000 |
commit | d7ce6abeea193213ed40c3a0aeb3cb116bf0f9cb (patch) | |
tree | 2b9b6fd197a19f3a64258e5be8ec1fc9ca7df8ef /dev-libs/libestr | |
parent | Fix minor QA issues - replace 'find/rm' with prune_libtool_files, replace 'em... (diff) | |
download | gentoo-2-d7ce6abeea193213ed40c3a0aeb3cb116bf0f9cb.tar.gz gentoo-2-d7ce6abeea193213ed40c3a0aeb3cb116bf0f9cb.tar.bz2 gentoo-2-d7ce6abeea193213ed40c3a0aeb3cb116bf0f9cb.zip |
Stable on amd64 wrt bug #441190
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libestr')
-rw-r--r-- | dev-libs/libestr/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libestr/libestr-0.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libestr/ChangeLog b/dev-libs/libestr/ChangeLog index 38599effd49e..a261e547852f 100644 --- a/dev-libs/libestr/ChangeLog +++ b/dev-libs/libestr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libestr # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.17 2012/11/06 07:11:53 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/ChangeLog,v 1.18 2012/11/06 07:13:18 pinkbyte Exp $ + + 06 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> libestr-0.1.4.ebuild: + Stable on amd64 wrt bug #441190 06 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> libestr-0.1.4.ebuild: Fix minor QA issues - replace 'find/rm' with prune_libtool_files, replace diff --git a/dev-libs/libestr/libestr-0.1.4.ebuild b/dev-libs/libestr/libestr-0.1.4.ebuild index 2ebef560a61c..106eac90a32d 100644 --- a/dev-libs/libestr/libestr-0.1.4.ebuild +++ b/dev-libs/libestr/libestr-0.1.4.ebuild @@ -1,6 +1,6 @@ # 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.4.ebuild,v 1.2 2012/11/06 07:11:53 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.4.ebuild,v 1.3 2012/11/06 07:13:18 pinkbyte Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://libestr.adiscon.com/files/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86" +KEYWORDS="amd64 ~arm ~hppa ~x86" IUSE="debug static-libs" DEPEND="" |