diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-16 11:11:28 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-16 11:11:28 +0000 |
commit | 86bcefcdb6ca522c3dfcd69791c35a3ce904172c (patch) | |
tree | af3d170b2f8ed18feb09ac72d42b55b4ea6f4062 /sci-libs/djbfft | |
parent | stable ppc, bug #441450 (diff) | |
download | gentoo-2-86bcefcdb6ca522c3dfcd69791c35a3ce904172c.tar.gz gentoo-2-86bcefcdb6ca522c3dfcd69791c35a3ce904172c.tar.bz2 gentoo-2-86bcefcdb6ca522c3dfcd69791c35a3ce904172c.zip |
stable arm, bug #442748
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sci-libs/djbfft')
-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 e1a9e0e6a228..db0e702b5b2b 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.15 2012/11/15 10:36:27 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/ChangeLog,v 1.16 2012/11/16 11:11:28 blueness Exp $ + + 16 Nov 2012; Anthony G. Basile <blueness@gentoo.org> djbfft-0.76-r1.ebuild: + stable arm, bug #442748 15 Nov 2012; Anthony G. Basile <blueness@gentoo.org> djbfft-0.76-r1.ebuild: stable ppc ppc64, bug #442748 diff --git a/sci-libs/djbfft/djbfft-0.76-r1.ebuild b/sci-libs/djbfft/djbfft-0.76-r1.ebuild index f3d0efc86f37..ab3085a32343 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.5 2012/11/15 10:36:27 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76-r1.ebuild,v 1.6 2012/11/16 11:11:28 blueness 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() { |