diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-19 04:50:03 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-19 04:50:03 +0000 |
commit | b2995b7fa27ef8b89398dd76b6f3bed925adf8f7 (patch) | |
tree | 4d446766b31c35d9319d61cf5745fc94347aee0c | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-b2995b7fa27ef8b89398dd76b6f3bed925adf8f7.tar.gz gentoo-2-b2995b7fa27ef8b89398dd76b6f3bed925adf8f7.tar.bz2 gentoo-2-b2995b7fa27ef8b89398dd76b6f3bed925adf8f7.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
-rw-r--r-- | dev-libs/elfutils/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.155.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog index 6945e202879e..59ce928ca059 100644 --- a/dev-libs/elfutils/ChangeLog +++ b/dev-libs/elfutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/elfutils -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.165 2012/10/09 15:49:14 vapier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.166 2013/02/19 04:50:03 zmedico Exp $ + + 19 Feb 2013; Zac Medico <zmedico@gentoo.org> elfutils-0.155.ebuild: + Add ~arm-linux keyword. 09 Oct 2012; Mike Frysinger <vapier@gentoo.org> elfutils-0.146.ebuild, elfutils-0.148.ebuild, elfutils-0.149.ebuild, elfutils-0.150.ebuild, diff --git a/dev-libs/elfutils/elfutils-0.155.ebuild b/dev-libs/elfutils/elfutils-0.155.ebuild index 352e5612bbce..3333ede336d4 100644 --- a/dev-libs/elfutils/elfutils-0.155.ebuild +++ b/dev-libs/elfutils/elfutils-0.155.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/elfutils/elfutils-0.155.ebuild,v 1.2 2012/10/09 15:49:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.155.ebuild,v 1.3 2013/02/19 04:50:03 zmedico Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2 LICENSE="GPL-2-with-exceptions" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="bzip2 lzma nls static-libs test +threads +utils zlib" # This pkg does not actually seem to compile currently in a uClibc |