public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/elles_icc_profiles/
@ 2016-05-24  9:11 Ian Delaney
  0 siblings, 0 replies; 10+ messages in thread
From: Ian Delaney @ 2016-05-24  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     95a02d5414083f62a64e1ad3dd1689d4a3e5b942
Author:     Marek Szuba <Marek.Szuba <AT> cern <DOT> ch>
AuthorDate: Wed May 18 16:04:49 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue May 24 09:11:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a02d54

media-libs/elles_icc_profiles: new package.

A set of free, accuracy-checked and well-behaved ICC profiles for many
standard RGB working spaces, suitable for colour-managed image editing
using e.g. gimp-2.9 or Krita.

Gentoo-Bug: 583420
Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1487

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 media-libs/elles_icc_profiles/Manifest             |  1 +
 .../elles_icc_profiles-20160501.0932.ebuild        | 27 ++++++++++++++++++++++
 media-libs/elles_icc_profiles/metadata.xml         | 27 ++++++++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/media-libs/elles_icc_profiles/Manifest b/media-libs/elles_icc_profiles/Manifest
new file mode 100644
index 0000000..cecdb79
--- /dev/null
+++ b/media-libs/elles_icc_profiles/Manifest
@@ -0,0 +1 @@
+DIST elles_icc_profiles-20160501.0932.tar.gz 334145 SHA256 480bcc09e8102f97fdfd1036933f1fcd4305d0e76bb555559f2099f7594935bc SHA512 10a3df45aadf923b2d7ff9c8ee906b000e70ad7d17c1a5005f889b49c6d57849c8befb5c4ed92748908bd5506789b6877c0504666de43c1a8621f646ab665e2f WHIRLPOOL 8d63f0c8db56a489e21bdb566d6aa85f9a3d29cffba0e043f650447f8b0fa6ab92c21fe9ca80f544070f6c6257257bcb288e4dbbb392160ce89ba69b35fcf1e1

diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild
new file mode 100644
index 0000000..5da346e
--- /dev/null
+++ b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit versionator
+
+MY_PV="$(replace_version_separator 1 '-')EST"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles"
+HOMEPAGE="http://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html"
+SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+	default
+
+	insinto /usr/share/color/icc/ellestone
+	doins profiles/*.icc
+}

diff --git a/media-libs/elles_icc_profiles/metadata.xml b/media-libs/elles_icc_profiles/metadata.xml
new file mode 100644
index 0000000..53fbc66
--- /dev/null
+++ b/media-libs/elles_icc_profiles/metadata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>Marek.Szuba@cern.ch</email>
+		<name>Marek Szuba</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Gentoo Proxy Maintainers Project</name>
+	</maintainer>
+	<longdescription lang="en">
+		Elle Stone has developed LCMS-based ICC profile-making code which
+		makes a variety of RGB working space profiles, plus Gray profiles,
+		plus XYZ and LAB identity profiles. The code includes the most
+		commonly used RGB working space profiles (including ACES, ACEScg,
+		AdobeRGB1998, ProPhotoRGB, Rec.2020, and sRGB/Rec.709), plus
+		an assortment of less commonly used profiles. Each RGB working
+		space profile "family" is provided with the profile's standard Tone
+		Reproduction Curve ("TRC"), the linear gamma, gamma 1.8, and gamma
+		2.2 TRCs, and the sRGB, LAB "L", and Rec709 TRCs, in both V2 and V4
+		versions.
+		The profiles are carefully checked for accuracy and are guaranteed
+		to be well-behaved, making them suitable for colour-managed image
+		editing.
+	</longdescription>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/elles_icc_profiles/
@ 2016-07-29 14:20 Marek Szuba
  0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2016-07-29 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     16c78ddf795acd584d9a37fe0623e04038129d80
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 14:20:24 2016 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 14:20:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c78ddf

media-libs/elles_icc_profiles: update metadata.

Update maintainer e-mail, remove the g-p-m project.

Package-Manager: portage-2.3.0

 media-libs/elles_icc_profiles/metadata.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/media-libs/elles_icc_profiles/metadata.xml b/media-libs/elles_icc_profiles/metadata.xml
index 53fbc66..088a395 100644
--- a/media-libs/elles_icc_profiles/metadata.xml
+++ b/media-libs/elles_icc_profiles/metadata.xml
@@ -2,13 +2,9 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>Marek.Szuba@cern.ch</email>
+		<email>marecki@gentoo.org</email>
 		<name>Marek Szuba</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Gentoo Proxy Maintainers Project</name>
-	</maintainer>
 	<longdescription lang="en">
 		Elle Stone has developed LCMS-based ICC profile-making code which
 		makes a variety of RGB working space profiles, plus Gray profiles,


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/elles_icc_profiles/
@ 2016-08-24 11:00 Marek Szuba
  0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2016-08-24 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     dcaa90f4d2d5f421c599506fca63183a850049d9
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 10:44:27 2016 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 10:59:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcaa90f4

media-libs/elles_icc_profiles: add upstream remote-id to metadata

Package-Manager: portage-2.3.0

 media-libs/elles_icc_profiles/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-libs/elles_icc_profiles/metadata.xml b/media-libs/elles_icc_profiles/metadata.xml
index 088a395..bf2fc8f 100644
--- a/media-libs/elles_icc_profiles/metadata.xml
+++ b/media-libs/elles_icc_profiles/metadata.xml
@@ -20,4 +20,7 @@
 		to be well-behaved, making them suitable for colour-managed image
 		editing.
 	</longdescription>
+	<upstream>
+		<remote-id type="github">ellelstone/elles_icc_profiles</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/elles_icc_profiles/
@ 2016-12-29 22:01 Marek Szuba
  0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2016-12-29 22:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8891584892c16428f41537e47f33ffe038b7a7c5
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 22:01:19 2016 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 22:01:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88915848

media-libs/elles_icc_profiles: mark stable on amd64

Gentoo-Bug: 604092

Package-Manager: portage-2.3.0

 media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild
index 5da346e..6f202d1 100644
--- a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild
+++ b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 S="${WORKDIR}/${MY_P}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/elles_icc_profiles/
@ 2018-05-25 10:04 Marek Szuba
  0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2018-05-25 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     ab0fdcb3d380474f06b29eca0dd8307fca124564
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 10:04:17 2018 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri May 25 10:04:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0fdcb3

media-libs/elles_icc_profiles: bump to EAPI 7

Package-Manager: Portage-2.3.39, Repoman-2.3.9

 .../elles_icc_profiles-20160501.0932-r1.ebuild     | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
new file mode 100644
index 00000000000..9bd3e4d5753
--- /dev/null
+++ b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="$(ver_rs 1 '-')EST"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles"
+HOMEPAGE="http://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html"
+SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+	default
+
+	insinto /usr/share/color/icc/ellestone
+	doins profiles/*.icc
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/elles_icc_profiles/
@ 2018-06-12  9:19 Marek Szuba
  0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2018-06-12  9:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4aa5aff558a3daebf7c2456e0dbc705b23836b9c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jun 11 20:37:05 2018 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Jun 12 09:19:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa5aff5

media-libs/elles_icc_profiles: use HTTPS

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 .../elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild     | 2 +-
 media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
index 9bd3e4d5753..98945f5fd3b 100644
--- a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
+++ b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
@@ -7,7 +7,7 @@ MY_PV="$(ver_rs 1 '-')EST"
 MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles"
-HOMEPAGE="http://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html"
+HOMEPAGE="https://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html"
 SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="CC-BY-SA-3.0"

diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild
index 8a7a71687d3..1e0e9380686 100644
--- a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild
+++ b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ MY_PV="$(replace_version_separator 1 '-')EST"
 MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles"
-HOMEPAGE="http://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html"
+HOMEPAGE="https://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html"
 SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="CC-BY-SA-3.0"


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/elles_icc_profiles/
@ 2020-11-05 13:00 Marek Szuba
  0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2020-11-05 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     5637e33a4c71799bcfe50e63e337fb23bf3f8d20
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  5 12:15:12 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Nov  5 13:00:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5637e33a

media-libs/elles_icc_profiles-20160501.0932-r1: mark stable on amd64

While I generally avoid stabilising my own packages, this has changed so
little from the current stable release that I think I can make an
exception.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 .../elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
index 98945f5fd3b..109d626eb16 100644
--- a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
+++ b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 S="${WORKDIR}/${MY_P}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/elles_icc_profiles/
@ 2020-11-05 13:00 Marek Szuba
  0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2020-11-05 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     f828ac99688a0afe755b374d0926d14f2f72b9c3
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  5 12:18:03 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Nov  5 13:00:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f828ac99

media-libs/elles_icc_profiles: remove old

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 .../elles_icc_profiles-20160501.0932.ebuild        | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild
deleted file mode 100644
index 1e0e9380686..00000000000
--- a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit versionator
-
-MY_PV="$(replace_version_separator 1 '-')EST"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles"
-HOMEPAGE="https://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html"
-SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-	default
-
-	insinto /usr/share/color/icc/ellestone
-	doins profiles/*.icc
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/elles_icc_profiles/
@ 2021-03-11 14:14 Marek Szuba
  0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2021-03-11 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     3bfc138d642d06d40dfaffcc0653cdc074c595ee
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 14:10:17 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 14:14:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfc138d

media-libs/elles_icc_profiles: tag as ALLARCH in metadata

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 media-libs/elles_icc_profiles/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/elles_icc_profiles/metadata.xml b/media-libs/elles_icc_profiles/metadata.xml
index bf2fc8f218e..8aafea199dd 100644
--- a/media-libs/elles_icc_profiles/metadata.xml
+++ b/media-libs/elles_icc_profiles/metadata.xml
@@ -5,6 +5,7 @@
 		<email>marecki@gentoo.org</email>
 		<name>Marek Szuba</name>
 	</maintainer>
+	<stabilize-allarches/>
 	<longdescription lang="en">
 		Elle Stone has developed LCMS-based ICC profile-making code which
 		makes a variety of RGB working space profiles, plus Gray profiles,


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/elles_icc_profiles/
@ 2021-06-25 12:10 Marek Szuba
  0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2021-06-25 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6bb5e3b3e81834dd5c1fb5d35656265dcec46321
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 10:33:08 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 12:09:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb5e3b3

media-libs/elles_icc_profiles: keyword 20160501.0932-r1 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 .../elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
index 109d626eb16..51164efcc48 100644
--- a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
+++ b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~riscv"
 
 S="${WORKDIR}/${MY_P}"
 


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

end of thread, other threads:[~2021-06-25 12:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-05 13:00 [gentoo-commits] repo/gentoo:master commit in: media-libs/elles_icc_profiles/ Marek Szuba
  -- strict thread matches above, loose matches on Subject: below --
2021-06-25 12:10 Marek Szuba
2021-03-11 14:14 Marek Szuba
2020-11-05 13:00 Marek Szuba
2018-06-12  9:19 Marek Szuba
2018-05-25 10:04 Marek Szuba
2016-12-29 22:01 Marek Szuba
2016-08-24 11:00 Marek Szuba
2016-07-29 14:20 Marek Szuba
2016-05-24  9:11 Ian Delaney

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