public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/FlameGraph/
@ 2022-02-18 12:43 Florian Schmaus
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-02-18 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     5401e5fb860810b3d48376363e947473187502d6
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 18 12:42:57 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 12:42:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5401e5fb

dev-util/FlameGraph: initial import

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/FlameGraph/FlameGraph-1.0.ebuild  | 32 ++++++++++++++++++++++++++++++
 dev-util/FlameGraph/FlameGraph-9999.ebuild | 32 ++++++++++++++++++++++++++++++
 dev-util/FlameGraph/Manifest               |  1 +
 dev-util/FlameGraph/metadata.xml           |  8 ++++++++
 4 files changed, 73 insertions(+)

diff --git a/dev-util/FlameGraph/FlameGraph-1.0.ebuild b/dev-util/FlameGraph/FlameGraph-1.0.ebuild
new file mode 100644
index 000000000000..dbf96c39df4e
--- /dev/null
+++ b/dev-util/FlameGraph/FlameGraph-1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Visualization of hierarchical data, especially pofiled stack traces"
+HOMEPAGE="https://www.brendangregg.com/flamegraphs.html https://github.com/brendangregg/FlameGraph"
+
+if [[ ${PV} == "9999" ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/brendangregg/FlameGraph.git"
+else
+	SRC_URI="https://github.com/brendangregg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="CDDL"
+SLOT="0"
+
+RDEPEND="
+	dev-lang/perl
+	virtual/awk
+"
+
+src_test() {
+	./test.sh || die
+}
+
+src_install() {
+	dobin *.pl *.awk
+	dodoc README.md
+}

diff --git a/dev-util/FlameGraph/FlameGraph-9999.ebuild b/dev-util/FlameGraph/FlameGraph-9999.ebuild
new file mode 100644
index 000000000000..dbf96c39df4e
--- /dev/null
+++ b/dev-util/FlameGraph/FlameGraph-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Visualization of hierarchical data, especially pofiled stack traces"
+HOMEPAGE="https://www.brendangregg.com/flamegraphs.html https://github.com/brendangregg/FlameGraph"
+
+if [[ ${PV} == "9999" ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/brendangregg/FlameGraph.git"
+else
+	SRC_URI="https://github.com/brendangregg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="CDDL"
+SLOT="0"
+
+RDEPEND="
+	dev-lang/perl
+	virtual/awk
+"
+
+src_test() {
+	./test.sh || die
+}
+
+src_install() {
+	dobin *.pl *.awk
+	dodoc README.md
+}

diff --git a/dev-util/FlameGraph/Manifest b/dev-util/FlameGraph/Manifest
new file mode 100644
index 000000000000..e9fbf9de7925
--- /dev/null
+++ b/dev-util/FlameGraph/Manifest
@@ -0,0 +1 @@
+DIST FlameGraph-1.0.tar.gz 1049627 BLAKE2B 4ac6669de754d5c17cd783a2f4aca956f48ef5f2d02740ee63c10629b940df70ea4ea66b8ea5ebbe3c1da5ca74987383ffd700409ce469ad43eedcb72d2e8a3c SHA512 0ae27fd14f76f0db7873a50079efb2bc4fd77ee6550700746b51eeee6813fbebb233d35d744e1b397734da9f89b25c4c0de3567f283cf1218ee7baee46e1b8e8

diff --git a/dev-util/FlameGraph/metadata.xml b/dev-util/FlameGraph/metadata.xml
new file mode 100644
index 000000000000..87a759d410cf
--- /dev/null
+++ b/dev-util/FlameGraph/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<name>Florian Schmaus</name>
+		<email>flow@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/FlameGraph/
@ 2022-03-01 18:04 Florian Schmaus
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-03-01 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     adb19650c32376b8594f7ffea284415fb2025668
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  1 18:00:34 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar  1 18:03:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb19650

dev-util/FlameGraph: add 1.0_p20210830

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 .../FlameGraph/FlameGraph-1.0_p20210830.ebuild     | 32 ++++++++++++++++++++++
 dev-util/FlameGraph/Manifest                       |  1 +
 2 files changed, 33 insertions(+)

diff --git a/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild b/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild
new file mode 100644
index 000000000000..e4e77ba0b9f3
--- /dev/null
+++ b/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Visualization of hierarchical data, especially pofiled stack traces"
+HOMEPAGE="https://www.brendangregg.com/flamegraphs.html https://github.com/brendangregg/FlameGraph"
+
+if [[ ${PV} == "9999" ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/brendangregg/FlameGraph.git"
+else
+	SRC_URI="https://dev.gentoo.org/~flow/distfiles/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="CDDL"
+SLOT="0"
+
+RDEPEND="
+	dev-lang/perl
+	virtual/awk
+"
+
+src_test() {
+	./test.sh || die
+}
+
+src_install() {
+	dobin *.pl *.awk
+	dodoc README.md
+}

diff --git a/dev-util/FlameGraph/Manifest b/dev-util/FlameGraph/Manifest
index e9fbf9de7925..681eee3ee057 100644
--- a/dev-util/FlameGraph/Manifest
+++ b/dev-util/FlameGraph/Manifest
@@ -1 +1,2 @@
 DIST FlameGraph-1.0.tar.gz 1049627 BLAKE2B 4ac6669de754d5c17cd783a2f4aca956f48ef5f2d02740ee63c10629b940df70ea4ea66b8ea5ebbe3c1da5ca74987383ffd700409ce469ad43eedcb72d2e8a3c SHA512 0ae27fd14f76f0db7873a50079efb2bc4fd77ee6550700746b51eeee6813fbebb233d35d744e1b397734da9f89b25c4c0de3567f283cf1218ee7baee46e1b8e8
+DIST FlameGraph-1.0_p20210830.tar.gz 1057405 BLAKE2B 75669be86ace6e6ccb30bd3883c77aef9a3b6e9c1d5d62e4d22f4090d9934a37fa083fe7783e4514f5439448c7d39d3f1c3b839170ac523e44a3bca71597463b SHA512 16769c1e3e907f0b53fd544a55eb3f580a2f1af55dd22b594d6aac9f4ffa881a2cdc6ddfc3599a6479eb127c1d3aefe0052dff1932553a2bdc377aa6f995f26c


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/FlameGraph/
@ 2022-10-03  1:31 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-10-03  1:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f410a450a5badf9367b3b349c7e0b16251864f2c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 01:30:52 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 01:30:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f410a450

dev-util/FlameGraph: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/FlameGraph/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-util/FlameGraph/metadata.xml b/dev-util/FlameGraph/metadata.xml
index a7fa285c7476..8c039b3de60a 100644
--- a/dev-util/FlameGraph/metadata.xml
+++ b/dev-util/FlameGraph/metadata.xml
@@ -5,4 +5,7 @@
 		<name>Florian Schmaus</name>
 		<email>flow@gentoo.org</email>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">brendangregg/FlameGraph</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/FlameGraph/
@ 2022-10-03  1:31 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-10-03  1:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d9386ab412395d5764712031041191292bd3b3e5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 01:30:35 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 01:30:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9386ab4

dev-util/FlameGraph: fix typo in DESCRIPTION

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/FlameGraph/FlameGraph-1.0.ebuild           | 2 +-
 dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild | 2 +-
 dev-util/FlameGraph/FlameGraph-9999.ebuild          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/FlameGraph/FlameGraph-1.0.ebuild b/dev-util/FlameGraph/FlameGraph-1.0.ebuild
index dbf96c39df4e..63b0925c8c09 100644
--- a/dev-util/FlameGraph/FlameGraph-1.0.ebuild
+++ b/dev-util/FlameGraph/FlameGraph-1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-DESCRIPTION="Visualization of hierarchical data, especially pofiled stack traces"
+DESCRIPTION="Visualization of hierarchical data, especially profiled stack traces"
 HOMEPAGE="https://www.brendangregg.com/flamegraphs.html https://github.com/brendangregg/FlameGraph"
 
 if [[ ${PV} == "9999" ]]; then

diff --git a/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild b/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild
index e4e77ba0b9f3..44f852db5bd4 100644
--- a/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild
+++ b/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-DESCRIPTION="Visualization of hierarchical data, especially pofiled stack traces"
+DESCRIPTION="Visualization of hierarchical data, especially profiled stack traces"
 HOMEPAGE="https://www.brendangregg.com/flamegraphs.html https://github.com/brendangregg/FlameGraph"
 
 if [[ ${PV} == "9999" ]]; then

diff --git a/dev-util/FlameGraph/FlameGraph-9999.ebuild b/dev-util/FlameGraph/FlameGraph-9999.ebuild
index dbf96c39df4e..63b0925c8c09 100644
--- a/dev-util/FlameGraph/FlameGraph-9999.ebuild
+++ b/dev-util/FlameGraph/FlameGraph-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-DESCRIPTION="Visualization of hierarchical data, especially pofiled stack traces"
+DESCRIPTION="Visualization of hierarchical data, especially profiled stack traces"
 HOMEPAGE="https://www.brendangregg.com/flamegraphs.html https://github.com/brendangregg/FlameGraph"
 
 if [[ ${PV} == "9999" ]]; then


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/FlameGraph/
@ 2022-11-30  9:39 Florian Schmaus
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-11-30  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a11486091c4dd5c55fa04a9da1e08a942360cfd3
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 09:31:17 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 09:39:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1148609

dev-util/FlameGraph: stabilize 1.0 for amd64, x86

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/FlameGraph/FlameGraph-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/FlameGraph/FlameGraph-1.0.ebuild b/dev-util/FlameGraph/FlameGraph-1.0.ebuild
index 63b0925c8c09..d9461f2bb009 100644
--- a/dev-util/FlameGraph/FlameGraph-1.0.ebuild
+++ b/dev-util/FlameGraph/FlameGraph-1.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]]; then
 	EGIT_REPO_URI="https://github.com/brendangregg/FlameGraph.git"
 else
 	SRC_URI="https://github.com/brendangregg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 LICENSE="CDDL"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/FlameGraph/
@ 2022-11-30  9:39 Florian Schmaus
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-11-30  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     50aacd418fc163a7daccc79e126f2ad33f8b49f6
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 09:31:35 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 09:39:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50aacd41

dev-util/FlameGraph: stabilize 1.0_p20210830 for amd64, x86

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild b/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild
index 44f852db5bd4..3fb4cd530480 100644
--- a/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild
+++ b/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]]; then
 	EGIT_REPO_URI="https://github.com/brendangregg/FlameGraph.git"
 else
 	SRC_URI="https://dev.gentoo.org/~flow/distfiles/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 LICENSE="CDDL"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/FlameGraph/
@ 2022-11-30  9:39 Florian Schmaus
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-11-30  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3df39554f9c741a4bbaf7eb491148d6407892498
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 09:37:51 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 09:39:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df39554

dev-util/FlameGraph: add 1.0_p20220918

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 .../FlameGraph/FlameGraph-1.0_p20220918.ebuild     | 35 ++++++++++++++++++++++
 dev-util/FlameGraph/Manifest                       |  1 +
 2 files changed, 36 insertions(+)

diff --git a/dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild b/dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild
new file mode 100644
index 000000000000..88f035e99fd0
--- /dev/null
+++ b/dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Visualization of hierarchical data, especially profiled stack traces"
+HOMEPAGE="https://www.brendangregg.com/flamegraphs.html https://github.com/brendangregg/FlameGraph"
+
+if [[ ${PV} == "9999" ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/brendangregg/FlameGraph.git"
+else
+	COMMIT_ID="d9fcc272b6a08c3e3e5b7919040f0ab5f8952d65"
+	SRC_URI="https://github.com/brendangregg/FlameGraph/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="CDDL"
+SLOT="0"
+
+S="${WORKDIR}/${PN}-${COMMIT_ID}"
+
+RDEPEND="
+	dev-lang/perl
+	virtual/awk
+"
+
+src_test() {
+	./test.sh || die
+}
+
+src_install() {
+	dobin *.pl *.awk
+	dodoc README.md
+}

diff --git a/dev-util/FlameGraph/Manifest b/dev-util/FlameGraph/Manifest
index 681eee3ee057..c77239d3e729 100644
--- a/dev-util/FlameGraph/Manifest
+++ b/dev-util/FlameGraph/Manifest
@@ -1,2 +1,3 @@
 DIST FlameGraph-1.0.tar.gz 1049627 BLAKE2B 4ac6669de754d5c17cd783a2f4aca956f48ef5f2d02740ee63c10629b940df70ea4ea66b8ea5ebbe3c1da5ca74987383ffd700409ce469ad43eedcb72d2e8a3c SHA512 0ae27fd14f76f0db7873a50079efb2bc4fd77ee6550700746b51eeee6813fbebb233d35d744e1b397734da9f89b25c4c0de3567f283cf1218ee7baee46e1b8e8
 DIST FlameGraph-1.0_p20210830.tar.gz 1057405 BLAKE2B 75669be86ace6e6ccb30bd3883c77aef9a3b6e9c1d5d62e4d22f4090d9934a37fa083fe7783e4514f5439448c7d39d3f1c3b839170ac523e44a3bca71597463b SHA512 16769c1e3e907f0b53fd544a55eb3f580a2f1af55dd22b594d6aac9f4ffa881a2cdc6ddfc3599a6479eb127c1d3aefe0052dff1932553a2bdc377aa6f995f26c
+DIST FlameGraph-1.0_p20220918.tar.gz 1061640 BLAKE2B 6d4b96a21eec5c5706e108f3e4314d75a38df8bf64e96d84caaf90c7021cff58384a42df65d6def555c1a242f44d347cd82ab2f3eea5c2cebb5f42f86e6e38cc SHA512 97d57a33f4759c122ec09fe421288b31cbd227c1d81b771c76379f33cd62e1e44f5ebbd1510483df18cf355cd3ddcfc44a7a47f9ae54f30ecdae34e776dc87f1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/FlameGraph/
@ 2023-01-08 10:25 Florian Schmaus
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2023-01-08 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     2622c42b4106f036721a9216c0ba6cb9aa25eb2e
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 10:24:38 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 10:24:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2622c42b

dev-util/FlameGraph: stabilize 1.0_p20220918 for amd64, x86

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild b/dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild
index 2cc9d511e112..c868763cdb26 100644
--- a/dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild
+++ b/dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then
 else
 	COMMIT_ID="d9fcc272b6a08c3e3e5b7919040f0ab5f8952d65"
 	SRC_URI="https://github.com/brendangregg/FlameGraph/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 LICENSE="CDDL"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-01-08 10:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-03  1:31 [gentoo-commits] repo/gentoo:master commit in: dev-util/FlameGraph/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-01-08 10:25 Florian Schmaus
2022-11-30  9:39 Florian Schmaus
2022-11-30  9:39 Florian Schmaus
2022-11-30  9:39 Florian Schmaus
2022-10-03  1:31 Sam James
2022-03-01 18:04 Florian Schmaus
2022-02-18 12:43 Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox