diff options
author | 2014-12-23 16:05:13 +0000 | |
---|---|---|
committer | 2014-12-23 16:05:13 +0000 | |
commit | ba4fb6302d292e3ad2ed77e7d3fb87314d4ec1ef (patch) | |
tree | b7e6572c13ec89396e07b5d4ea958bb725639dc7 /sci-libs | |
parent | Stable for alpha, wrt bug #532572 (diff) | |
download | gentoo-2-ba4fb6302d292e3ad2ed77e7d3fb87314d4ec1ef.tar.gz gentoo-2-ba4fb6302d292e3ad2ed77e7d3fb87314d4ec1ef.tar.bz2 gentoo-2-ba4fb6302d292e3ad2ed77e7d3fb87314d4ec1ef.zip |
Stable for alpha, wrt bug #526034
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/djbfft/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/djbfft/djbfft-0.76-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/djbfft/ChangeLog b/sci-libs/djbfft/ChangeLog index a92527c9beb1..3556d8a73321 100644 --- a/sci-libs/djbfft/ChangeLog +++ b/sci-libs/djbfft/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/djbfft # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/ChangeLog,v 1.23 2014/12/22 11:55:38 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/ChangeLog,v 1.24 2014/12/23 16:05:13 ago Exp $ + + 23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> djbfft-0.76-r2.ebuild: + Stable for alpha, wrt bug #526034 22 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> djbfft-0.76-r2.ebuild: amd64 stable wrt bug #526034 diff --git a/sci-libs/djbfft/djbfft-0.76-r2.ebuild b/sci-libs/djbfft/djbfft-0.76-r2.ebuild index 27ef2e65116a..5024362f308c 100644 --- a/sci-libs/djbfft/djbfft-0.76-r2.ebuild +++ b/sci-libs/djbfft/djbfft-0.76-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76-r2.ebuild,v 1.3 2014/12/22 11:55:38 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76-r2.ebuild,v 1.4 2014/12/23 16:05:13 ago Exp $ EAPI=5 inherit eutils flag-o-matic toolchain-funcs multilib multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="http://cr.yp.to/djbfft/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" DOCS=( CHANGES README TODO VERSION ) |