From: Raúl Porcel Date: Sun, 18 Jul 2010 18:46:07 +0000 (+0000) Subject: Add ~arm, tested by ssvb X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=90f5e3449fb74c59f585f5d5d39237f192de6336;p=gentoo.git Add ~arm, tested by ssvb Package-Manager: portage-2.1.8.3/cvs/Linux ia64 --- diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index f5c220caad47..1f553bff73b8 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/oprofile # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.64 2010/02/16 16:45:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.65 2010/07/18 18:46:07 armin76 Exp $ + + 18 Jul 2010; Raúl Porcel oprofile-0.9.6.ebuild: + Add ~arm, tested by ssvb 16 Feb 2010; Samuli Suominen oprofile-0.9.6.ebuild: Remove USE="qt3" wrt #301377, thanks to Ben de Groot for reporting. diff --git a/dev-util/oprofile/Manifest b/dev-util/oprofile/Manifest index 3e3a21b64a60..2b3023483a52 100644 --- a/dev-util/oprofile/Manifest +++ b/dev-util/oprofile/Manifest @@ -1,4 +1,4 @@ DIST oprofile-0.9.6.tar.gz 1321536 RMD160 95af7d4b698ac9f93567e7906e501f29949e96a0 SHA1 cc62cc58c574e235bc146c8ddc9d9a9af0972fd1 SHA256 3f0dd40a7749fc650d25d79d42ebbff8f3b6db310c36e7c3839696cc09077880 -EBUILD oprofile-0.9.6.ebuild 1708 RMD160 d37d351b78281d8472bd4d430509c3e8f23ae2a8 SHA1 11b000a9e196ec9ef18e8555138052d9c9557ea9 SHA256 0336da1ded55efeb19594d06a1eceb59b575106889b914cd7403d3aaf2cba0cd -MISC ChangeLog 8972 RMD160 2bde26847ebe8e08b27736ed4a6fd94feaaac7c2 SHA1 70eb4fddd1ea3be71c8ea41e6ae963b2056c204a SHA256 86895d727f78f7842fb3c1a9cb8d8be1bc1d460e0910688a624dded26f54ea54 +EBUILD oprofile-0.9.6.ebuild 1711 RMD160 a93159064c02e92f983f0403bb9c2957d1fd7d64 SHA1 4d4025ce871cae879b8178307657ad61af528c5f SHA256 48e7978f1db89869761f4fb002497f74bed0de3878fd3c4f1733eb9fe2ae1970 +MISC ChangeLog 9070 RMD160 7abe21a515934741b9073060abb2cf867a081a80 SHA1 43f6f6cd570167522d8e956c787a9abaca6ff408 SHA256 72ffcfab00be6f235fa29fc403b7af86259f43982d64d8666c08e97c732a40b3 MISC metadata.xml 307 RMD160 c409719a8668e511d68d18b694941a938d6fcf60 SHA1 c547c9982ae42542ad182642ca3d5608f83e202a SHA256 0df423537a6bebf20bf0422e63cc497468f4926c27c0025c8703db116cdefb69 diff --git a/dev-util/oprofile/oprofile-0.9.6.ebuild b/dev-util/oprofile/oprofile-0.9.6.ebuild index 92992054850c..ed801df381e0 100644 --- a/dev-util/oprofile/oprofile-0.9.6.ebuild +++ b/dev-util/oprofile/oprofile-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild,v 1.5 2010/02/16 16:45:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild,v 1.6 2010/07/18 18:46:07 armin76 Exp $ EAPI=1 inherit linux-info @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/oprofile/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm hppa ppc ~ppc64 ~sparc x86" IUSE="" DEPEND=">=dev-libs/popt-1.7-r1