diff options
author | 2012-12-19 17:32:09 +0000 | |
---|---|---|
committer | 2012-12-19 17:32:09 +0000 | |
commit | 94d5c6ff3cbbd3ae3eec16d4b9685f5374ca9cc1 (patch) | |
tree | 3de1c7ede20b2f3c6aaf1f1edabd02fcbdc0e768 /sys-libs/libunwind | |
parent | Keyword amd64-linux and x86-linux (diff) | |
download | gentoo-2-94d5c6ff3cbbd3ae3eec16d4b9685f5374ca9cc1.tar.gz gentoo-2-94d5c6ff3cbbd3ae3eec16d4b9685f5374ca9cc1.tar.bz2 gentoo-2-94d5c6ff3cbbd3ae3eec16d4b9685f5374ca9cc1.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.21418-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sys-libs/libunwind')
-rw-r--r-- | sys-libs/libunwind/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/libunwind/libunwind-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/libunwind/ChangeLog b/sys-libs/libunwind/ChangeLog index 2412027d4c3c..188e2d022e0c 100644 --- a/sys-libs/libunwind/ChangeLog +++ b/sys-libs/libunwind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libunwind # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.29 2012/12/17 17:04:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.30 2012/12/19 17:32:09 bicatali Exp $ + + 19 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> libunwind-1.1.ebuild: + Keyword amd64-linux and x86-linux 17 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libunwind-1.0.1-r1.ebuild: Stable for ia64, wrt bug #427136 diff --git a/sys-libs/libunwind/libunwind-1.1.ebuild b/sys-libs/libunwind/libunwind-1.1.ebuild index 703b7c9cb37b..ddbea4094c55 100644 --- a/sys-libs/libunwind/libunwind-1.1.ebuild +++ b/sys-libs/libunwind/libunwind-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.3 2012/11/20 16:41:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-1.1.ebuild,v 1.4 2012/12/19 17:32:09 bicatali Exp $ EAPI="4" @@ -10,7 +10,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/libunwind/${P}.tar.gz" LICENSE="MIT" SLOT="7" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux" IUSE="debug debug-frame lzma static-libs" RDEPEND="lzma? ( app-arch/xz-utils )" |