diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-06 09:33:12 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-06 09:33:12 +0000 |
commit | 6367da2064d15b4c6976027c35f7f6db73e3faa1 (patch) | |
tree | 3ef45d5482e7b868592ae1a782db39ffada2208d /dev-util | |
parent | Add ~sparc, wrt bug #449220 (diff) | |
download | gentoo-2-6367da2064d15b4c6976027c35f7f6db73e3faa1.tar.gz gentoo-2-6367da2064d15b4c6976027c35f7f6db73e3faa1.tar.bz2 gentoo-2-6367da2064d15b4c6976027c35f7f6db73e3faa1.zip |
Add ~sparc, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/systemtap/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/systemtap/systemtap-2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/systemtap/ChangeLog b/dev-util/systemtap/ChangeLog index e4d36a6b0a4e..06e7292670bd 100644 --- a/dev-util/systemtap/ChangeLog +++ b/dev-util/systemtap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/systemtap -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v 1.104 2012/12/19 16:53:04 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v 1.105 2013/01/06 09:33:12 ago Exp $ + + 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> systemtap-2.0.ebuild: + Add ~sparc, wrt bug #449220 19 Dec 2012; Agostino Sarubbo <ago@gentoo.org> systemtap-2.0.ebuild: Add ~ia64, wrt bug #351931 diff --git a/dev-util/systemtap/systemtap-2.0.ebuild b/dev-util/systemtap/systemtap-2.0.ebuild index 0bec5c5ac398..dea0d520812c 100644 --- a/dev-util/systemtap/systemtap-2.0.ebuild +++ b/dev-util/systemtap/systemtap-2.0.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/systemtap/systemtap-2.0.ebuild,v 1.4 2012/12/19 16:53:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-2.0.ebuild,v 1.5 2013/01/06 09:33:12 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://sources.redhat.com/${PN}/ftp/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="sqlite" DEPEND=">=dev-libs/elfutils-0.142 |