diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-02-18 02:07:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-02-18 02:07:46 +0000 |
commit | 8f0a3221bc5ec1723034fc5b232e4b92373214d2 (patch) | |
tree | e8eb7d244fc87028ec8de17eba139b23edb1c053 /dev-libs/elfutils | |
parent | Add more pread/pwrite fixes from upstream #500382 by Steev Klimaszewski. (diff) | |
download | gentoo-2-8f0a3221bc5ec1723034fc5b232e4b92373214d2.tar.gz gentoo-2-8f0a3221bc5ec1723034fc5b232e4b92373214d2.tar.bz2 gentoo-2-8f0a3221bc5ec1723034fc5b232e4b92373214d2.zip |
Mark m68k/s390/sh stable #500178.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r-- | dev-libs/elfutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.158.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog index 488e5d789674..595ff80e4519 100644 --- a/dev-libs/elfutils/ChangeLog +++ b/dev-libs/elfutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/elfutils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.180 2014/02/11 05:58:03 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.181 2014/02/18 02:07:46 vapier Exp $ + + 18 Feb 2014; Mike Frysinger <vapier@gentoo.org> elfutils-0.158.ebuild: + Mark m68k/s390/sh stable #500178. 11 Feb 2014; Matt Turner <mattst88@gentoo.org> elfutils-0.158.ebuild: alpha stable, bug 500178. diff --git a/dev-libs/elfutils/elfutils-0.158.ebuild b/dev-libs/elfutils/elfutils-0.158.ebuild index 36fa469c7b5c..77590f0a7c26 100644 --- a/dev-libs/elfutils/elfutils-0.158.ebuild +++ b/dev-libs/elfutils/elfutils-0.158.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.158.ebuild,v 1.6 2014/02/11 05:41:38 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.158.ebuild,v 1.7 2014/02/18 02:07:46 vapier 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 arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="alpha ~amd64 ~arm arm64 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 |