diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-20 23:41:16 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-20 23:41:16 +0000 |
commit | 8ca72072c54657a37b07ab088eb9007c7072c342 (patch) | |
tree | 9717993641094c31ae5aa79fdca93d59824c023f /dev-libs | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-8ca72072c54657a37b07ab088eb9007c7072c342.tar.gz gentoo-2-8ca72072c54657a37b07ab088eb9007c7072c342.tar.bz2 gentoo-2-8ca72072c54657a37b07ab088eb9007c7072c342.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/pth/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/pth/pth-2.0.7-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index e29e2b914a7c..b35c189a833a 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/pth -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.74 2012/09/18 04:50:29 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.75 2013/02/20 23:41:16 zmedico Exp $ + + 20 Feb 2013; Zac Medico <zmedico@gentoo.org> pth-2.0.7-r3.ebuild: + Add ~arm-linux keyword. 18 Sep 2012; Tim Harder <radhermit@gentoo.org> metadata.xml: Remove redundant maintainer from metadata. diff --git a/dev-libs/pth/pth-2.0.7-r3.ebuild b/dev-libs/pth/pth-2.0.7-r3.ebuild index 51cef80aadb5..c76fcac06cee 100644 --- a/dev-libs/pth/pth-2.0.7-r3.ebuild +++ b/dev-libs/pth/pth-2.0.7-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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-r3.ebuild,v 1.8 2012/08/08 15:01:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.9 2013/02/20 23:41:16 zmedico Exp $ EAPI=4 @@ -12,7 +12,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 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~arm-linux ~x86-fbsd" IUSE="debug static-libs" DEPEND="" |