diff options
author | 2011-02-15 07:17:19 +0000 | |
---|---|---|
committer | 2011-02-15 07:17:19 +0000 | |
commit | ed1e063f7156bf607037cd6712c46d0d29cc6efd (patch) | |
tree | d43dbc3298085856e7658671b94ee8f66043f7a9 /app-text | |
parent | x86 stable wrt bug #354773 (diff) | |
download | gentoo-2-ed1e063f7156bf607037cd6712c46d0d29cc6efd.tar.gz gentoo-2-ed1e063f7156bf607037cd6712c46d0d29cc6efd.tar.bz2 gentoo-2-ed1e063f7156bf607037cd6712c46d0d29cc6efd.zip |
x86 stable wrt bug #354777
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libspectre/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/libspectre/libspectre-0.2.6.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-text/libspectre/ChangeLog b/app-text/libspectre/ChangeLog index 6899599fcfac..6a2d13f0bb07 100644 --- a/app-text/libspectre/ChangeLog +++ b/app-text/libspectre/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/libspectre # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libspectre/ChangeLog,v 1.44 2011/02/13 19:36:28 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libspectre/ChangeLog,v 1.45 2011/02/15 07:17:19 phajdan.jr Exp $ + + 15 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> + libspectre-0.2.6.ebuild: + x86 stable wrt bug #354777 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -libspectre-0.2.2.ebuild, -libspectre-0.2.3.ebuild, -libspectre-0.2.4.ebuild: diff --git a/app-text/libspectre/libspectre-0.2.6.ebuild b/app-text/libspectre/libspectre-0.2.6.ebuild index 7d0e6e1070e0..dcee4a9d4f42 100644 --- a/app-text/libspectre/libspectre-0.2.6.ebuild +++ b/app-text/libspectre/libspectre-0.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libspectre/libspectre-0.2.6.ebuild,v 1.3 2010/07/27 01:26:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libspectre/libspectre-0.2.6.ebuild,v 1.4 2011/02/15 07:17:19 phajdan.jr Exp $ EAPI=3 @@ -12,7 +12,7 @@ SRC_URI="http://libspectre.freedesktop.org/releases/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris" SLOT="0" IUSE="debug doc static-libs test" |