diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-31 15:12:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-31 15:12:46 +0000 |
commit | 52f2570a149c560cb9f5736b6a4c4e1a4aa401c5 (patch) | |
tree | 487034badadd8e5e495e2fd89d0e8582d98bebaa /dev-libs/liberasurecode | |
parent | Stable for amd64, wrt bug #556146 (diff) | |
download | gentoo-2-52f2570a149c560cb9f5736b6a4c4e1a4aa401c5.tar.gz gentoo-2-52f2570a149c560cb9f5736b6a4c4e1a4aa401c5.tar.bz2 gentoo-2-52f2570a149c560cb9f5736b6a4c4e1a4aa401c5.zip |
Stable for amd64, wrt bug #556020
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/liberasurecode')
-rw-r--r-- | dev-libs/liberasurecode/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/liberasurecode/ChangeLog b/dev-libs/liberasurecode/ChangeLog index 9f05a92978d9..c90ba5bd4fb6 100644 --- a/dev-libs/liberasurecode/ChangeLog +++ b/dev-libs/liberasurecode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/liberasurecode # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v 1.5 2015/07/29 17:52:58 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v 1.6 2015/07/31 15:12:46 ago Exp $ + + 31 Jul 2015; Agostino Sarubbo <ago@gentoo.org> liberasurecode-1.0.8.ebuild: + Stable for amd64, wrt bug #556020 29 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> liberasurecode-1.0.7.ebuild: x86 stable wrt bug #554284 diff --git a/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild b/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild index 857c32067028..c307bf350ab1 100644 --- a/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild +++ b/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild,v 1.1 2015/07/23 05:14:28 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild,v 1.2 2015/07/31 15:12:46 ago Exp $ EAPI=5 inherit toolchain-funcs @@ -13,7 +13,7 @@ S="${WORKDIR}/tsg--${PN}-${CUSTOM_VERSION}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="" |