diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-19 01:41:17 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-19 01:41:17 +0000 |
commit | 91104812a2136ae8d0c46a29f100eb1b079c6150 (patch) | |
tree | 44b8a0c9383ffec43e98a7b34446e9534ede89a9 /dev-util/strace | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-91104812a2136ae8d0c46a29f100eb1b079c6150.tar.gz gentoo-2-91104812a2136ae8d0c46a29f100eb1b079c6150.tar.bz2 gentoo-2-91104812a2136ae8d0c46a29f100eb1b079c6150.zip |
Add ~arm-linux keywords.
(Portage version: 2.2.0_alpha163_p5/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/strace/strace-4.7.ebuild | 6 | ||||
-rw-r--r-- | dev-util/strace/strace-9999.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-util/strace/ChangeLog b/dev-util/strace/ChangeLog index 2bc5ca667db4..87d8db8436d7 100644 --- a/dev-util/strace/ChangeLog +++ b/dev-util/strace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/strace -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.185 2012/09/24 17:48:59 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.186 2013/02/19 01:41:17 zmedico Exp $ + + 19 Feb 2013; Zac Medico <zmedico@gentoo.org> strace-4.7.ebuild, + strace-9999.ebuild: + Add ~arm-linux keywords. 24 Sep 2012; Raúl Porcel <armin76@gentoo.org> strace-4.7.ebuild: alpha/s390/sh/sparc stable wrt #419803 diff --git a/dev-util/strace/strace-4.7.ebuild b/dev-util/strace/strace-4.7.ebuild index 8704ee85b3e6..0f598fcfe113 100644 --- a/dev-util/strace/strace-4.7.ebuild +++ b/dev-util/strace/strace-4.7.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-util/strace/strace-4.7.ebuild,v 1.11 2012/09/24 17:48:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.12 2013/02/19 01:41:17 zmedico Exp $ EAPI="4" @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 autotools else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild index aa89f3c6e408..fe2936c0b13c 100644 --- a/dev-util/strace/strace-9999.ebuild +++ b/dev-util/strace/strace-9999.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-util/strace/strace-9999.ebuild,v 1.2 2012/05/02 21:59:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v 1.3 2013/02/19 01:41:17 zmedico Exp $ EAPI="4" @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 autotools else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" |