diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-12 21:56:34 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-12 21:56:34 +0000 |
commit | 09274bb343a4c3c6e58e40889c772f93ca94a90c (patch) | |
tree | d3cc9e34f46dd97a8d1deedc6967d72dc212e762 /dev-libs/pth | |
parent | Version bump (diff) | |
download | gentoo-2-09274bb343a4c3c6e58e40889c772f93ca94a90c.tar.gz gentoo-2-09274bb343a4c3c6e58e40889c772f93ca94a90c.tar.bz2 gentoo-2-09274bb343a4c3c6e58e40889c772f93ca94a90c.zip |
Copy stable keywords from 2.0.7-r1. Changes introduced in 2.0.7-r2 dont
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/pth')
-rw-r--r-- | dev-libs/pth/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/pth/pth-2.0.7-r2.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index 38aa8a7fefdd..aabcfa274be0 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/pth -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.61 2010/12/13 18:30:22 c1pher Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.62 2011/01/12 21:56:34 arfrever Exp $ + + 12 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + pth-2.0.7-r2.ebuild: + Copy stable keywords from 2.0.7-r1. Changes introduced in 2.0.7-r2 don't + affect installed files and there shouldn't have been revision bump. *pth-2.0.7-r2 (13 Dec 2010) diff --git a/dev-libs/pth/pth-2.0.7-r2.ebuild b/dev-libs/pth/pth-2.0.7-r2.ebuild index 99d0a9be4d7a..8891f9cc4ca7 100644 --- a/dev-libs/pth/pth-2.0.7-r2.ebuild +++ b/dev-libs/pth/pth-2.0.7-r2.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/dev-libs/pth/pth-2.0.7-r2.ebuild,v 1.1 2010/12/13 18:30:22 c1pher Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r2.ebuild,v 1.2 2011/01/12 21:56:34 arfrever Exp $ inherit eutils fixheadtails libtool @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="debug" DEPEND="" |