diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-04 15:40:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-04 15:40:43 +0000 |
commit | f2caf961e5ec0d48ca2f30e53f2d4b13a4adae51 (patch) | |
tree | 7151d592658f8b12f51e5f117b3bc7c3836e9ccb | |
parent | Stable for x86, wrt bug #442938 (diff) | |
download | gentoo-2-f2caf961e5ec0d48ca2f30e53f2d4b13a4adae51.tar.gz gentoo-2-f2caf961e5ec0d48ca2f30e53f2d4b13a4adae51.tar.bz2 gentoo-2-f2caf961e5ec0d48ca2f30e53f2d4b13a4adae51.zip |
Stable for x86, wrt bug #442748
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | sci-libs/djbfft/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/djbfft/djbfft-0.76-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/djbfft/ChangeLog b/sci-libs/djbfft/ChangeLog index 3cc59741e3b3..3031c48ae796 100644 --- a/sci-libs/djbfft/ChangeLog +++ b/sci-libs/djbfft/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/djbfft # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/ChangeLog,v 1.17 2012/11/30 04:45:44 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/ChangeLog,v 1.18 2012/12/04 15:40:43 ago Exp $ + + 04 Dec 2012; <ago@gentoo.org> djbfft-0.76-r1.ebuild: + Stable for x86, wrt bug #442748 30 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> djbfft-0.76-r1.ebuild: Slightly more verbose build, bug #443142 diff --git a/sci-libs/djbfft/djbfft-0.76-r1.ebuild b/sci-libs/djbfft/djbfft-0.76-r1.ebuild index 285560d34491..dad8273691cc 100644 --- a/sci-libs/djbfft/djbfft-0.76-r1.ebuild +++ b/sci-libs/djbfft/djbfft-0.76-r1.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/sci-libs/djbfft/djbfft-0.76-r1.ebuild,v 1.7 2012/11/30 04:45:44 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76-r1.ebuild,v 1.8 2012/12/04 15:40:43 ago Exp $ EAPI=4 inherit eutils flag-o-matic toolchain-funcs multilib @@ -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="" src_prepare() { |