public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/
@ 2017-06-04 23:14 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2017-06-04 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     34828651c9e88bc73478052310ed57b1e9f469bf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 22:46:21 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 23:14:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34828651

dev-libs/tvision: Revert gcc-6 fix

No easy fix without an invalid patch file.
Gentoo-bug: 620824

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild b/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild
index 01dccfa54ed..7c979b1df73 100644
--- a/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild
+++ b/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild
@@ -24,7 +24,6 @@ src_unpack() {
 	epatch "${FILESDIR}"/${P}-gcc44.patch
 	epatch "${FILESDIR}"/${P}-ldconfig.patch
 	epatch "${FILESDIR}"/${P}-flags.patch
-	epatch "${FILESDIR}"/${P}-gcc6.patch
 }
 
 src_compile() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/
@ 2017-10-02 13:24 Sergei Trofimovich
  0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2017-10-02 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     3d4f22ac05bb133ae42524a34c5a02a723a434eb
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 12:41:53 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 13:24:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4f22ac

dev-libs/tvision: stable 2.1.0_pre2-r4 for ppc, bug #632196

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-libs/tvision/tvision-2.1.0_pre2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tvision/tvision-2.1.0_pre2-r4.ebuild b/dev-libs/tvision/tvision-2.1.0_pre2-r4.ebuild
index 800f4b2a0c1..a301041fe62 100644
--- a/dev-libs/tvision/tvision-2.1.0_pre2-r4.ebuild
+++ b/dev-libs/tvision/tvision-2.1.0_pre2-r4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/tvision/rhtvision_${PV/_pre/-}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE=""
 
 DOCS=( readme.txt THANKS TODO )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/
@ 2017-10-08 18:38 Pacho Ramos
  0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2017-10-08 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     336c8aa6b69895e7210509438cd8d2b4da484ab0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 18:38:34 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 18:38:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336c8aa6

dev-libs/tvision: Drop old

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild | 42 ---------------------------
 1 file changed, 42 deletions(-)

diff --git a/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild b/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild
deleted file mode 100644
index 7c979b1df73..00000000000
--- a/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils multilib
-
-DESCRIPTION="Text User Interface that implements the well known CUA widgets"
-HOMEPAGE="http://tvision.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tvision/rhtvision_${PV/_pre/-}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-gcc41.patch
-	epatch "${FILESDIR}"/${P}-outb.patch
-	epatch "${FILESDIR}"/${P}-underflow.patch
-	epatch "${FILESDIR}"/${P}-asneeded.patch
-	epatch "${FILESDIR}"/${P}-gcc44.patch
-	epatch "${FILESDIR}"/${P}-ldconfig.patch
-	epatch "${FILESDIR}"/${P}-flags.patch
-}
-
-src_compile() {
-	./configure \
-		--prefix=/usr \
-		--fhs \
-		|| die
-	emake || die
-}
-
-src_install() {
-	einstall libdir="\$(prefix)/$(get_libdir)"|| die
-	dosym rhtvision /usr/include/tvision
-	dodoc readme.txt THANKS TODO
-	dohtml -r www-site
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/
@ 2017-10-08 18:38 Pacho Ramos
  0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2017-10-08 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     a2f3e34c75e3a474e8adf45dc77556b6348c85ef
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 18:38:21 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 18:38:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f3e34c

dev-libs/tvision: amd64/x86 stable, bug #632196

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-libs/tvision/tvision-2.1.0_pre2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tvision/tvision-2.1.0_pre2-r4.ebuild b/dev-libs/tvision/tvision-2.1.0_pre2-r4.ebuild
index a301041fe62..1bac9ca9f3f 100644
--- a/dev-libs/tvision/tvision-2.1.0_pre2-r4.ebuild
+++ b/dev-libs/tvision/tvision-2.1.0_pre2-r4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/tvision/rhtvision_${PV/_pre/-}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DOCS=( readme.txt THANKS TODO )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/
@ 2021-02-07 17:07 Conrad Kostecki
  0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2021-02-07 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     3bb774907643341d7e6855055ff9b22c126e22c6
Author:     Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Sun Feb  7 15:55:04 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 17:07:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb77490

dev-libs/tvision: fix metadata email

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-libs/tvision/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tvision/metadata.xml b/dev-libs/tvision/metadata.xml
index b8828b1e0aa..f49a07fd74f 100644
--- a/dev-libs/tvision/metadata.xml
+++ b/dev-libs/tvision/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>waebbl@gmail.com</email>
+		<email>waebbl-gentoo@posteo.net</email>
 		<name>Bernd Waibel</name>
 	</maintainer>
 	<maintainer type="project">


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/
@ 2021-02-09  8:52 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-02-09  8:52 UTC (permalink / raw
  To: gentoo-commits

commit:     c3d66b6d2cf01205ba43b17d74b7ffce9f772171
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 08:52:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 08:52:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d66b6d

dev-libs/tvision: respect CC, CXX

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/tvision/tvision-2.2.1.4.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-libs/tvision/tvision-2.2.1.4.ebuild b/dev-libs/tvision/tvision-2.2.1.4.ebuild
index 08f6776519e..40d5d8d3482 100644
--- a/dev-libs/tvision/tvision-2.2.1.4.ebuild
+++ b/dev-libs/tvision/tvision-2.2.1.4.ebuild
@@ -3,11 +3,13 @@
 
 EAPI=7
 
-MY_PV=$(ver_rs 3 -)
+inherit toolchain-funcs
 
+MY_PV=$(ver_rs 3 -)
 DESCRIPTION="Text User Interface that implements the well known CUA widgets"
 HOMEPAGE="http://tvision.sourceforge.net/"
 SRC_URI="mirror://sourceforge/tvision/rhtvision_${MY_PV}.tar.gz"
+S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -17,8 +19,6 @@ IUSE="+X debug gpm"
 DOCS=( readme.txt THANKS TODO )
 HTML_DOCS=( www-site/. )
 
-S=${WORKDIR}/${PN}
-
 # installed lib links to those
 RDEPEND="
 	dev-libs/libbsd
@@ -49,6 +49,8 @@ PATCHES=(
 )
 
 src_configure() {
+	tc-export CC CXX
+
 	# Note: Do not use econf here, this isn't an autoconf configure script,
 	# but a perl based script which simply calls config.pl
 	./configure --fhs \


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/
@ 2021-06-13  6:28 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2021-06-13  6:28 UTC (permalink / raw
  To: gentoo-commits

commit:     1fe139a61a9e7f0969fa7fb0c6abb94f7bee0737
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 06:27:09 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 06:27:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe139a6

dev-libs/tvision: amd64 stable wrt bug #772098

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-libs/tvision/tvision-2.2.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tvision/tvision-2.2.1.4.ebuild b/dev-libs/tvision/tvision-2.2.1.4.ebuild
index 40d5d8d3482..d5972d24e88 100644
--- a/dev-libs/tvision/tvision-2.2.1.4.ebuild
+++ b/dev-libs/tvision/tvision-2.2.1.4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="+X debug gpm"
 
 DOCS=( readme.txt THANKS TODO )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/
@ 2021-06-13  6:32 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2021-06-13  6:32 UTC (permalink / raw
  To: gentoo-commits

commit:     61b4d1262c71460fbec1ad7f758ea80d99e7ae77
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 06:31:40 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 06:31:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b4d126

dev-libs/tvision: x86 stable wrt bug #772098

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-libs/tvision/tvision-2.2.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tvision/tvision-2.2.1.4.ebuild b/dev-libs/tvision/tvision-2.2.1.4.ebuild
index d5972d24e88..2fb59ce9555 100644
--- a/dev-libs/tvision/tvision-2.2.1.4.ebuild
+++ b/dev-libs/tvision/tvision-2.2.1.4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="+X debug gpm"
 
 DOCS=( readme.txt THANKS TODO )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/
@ 2021-06-14  9:15 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2021-06-14  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     cc3d13d2f7a1c66841b3fa0e54ff9a6a04df4b6e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 14 09:14:57 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 09:14:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3d13d2

dev-libs/tvision: ppc stable wrt bug #772098

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-libs/tvision/tvision-2.2.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tvision/tvision-2.2.1.4.ebuild b/dev-libs/tvision/tvision-2.2.1.4.ebuild
index 2fb59ce9555..12f863d2694 100644
--- a/dev-libs/tvision/tvision-2.2.1.4.ebuild
+++ b/dev-libs/tvision/tvision-2.2.1.4.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="+X debug gpm"
 
 DOCS=( readme.txt THANKS TODO )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/
@ 2021-07-08  7:35 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2021-07-08  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0a15594259c70697f0997aa9e39991c21068bfd7
Author:     Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Tue Jun 22 11:28:11 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 07:35:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a155942

dev-libs/tvision: avoid pre-stripping

Closes: https://bugs.gentoo.org/797454
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/21372
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/tvision/tvision-2.2.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-libs/tvision/tvision-2.2.3.ebuild b/dev-libs/tvision/tvision-2.2.3.ebuild
index 9f8e1f68959..c881d939aed 100644
--- a/dev-libs/tvision/tvision-2.2.3.ebuild
+++ b/dev-libs/tvision/tvision-2.2.3.ebuild
@@ -56,6 +56,8 @@ src_configure() {
 	myconf+=(
 		--fhs
 		--prefix="${EPREFIX}/usr"
+		# avoid stripping
+		--with-debug
 		--with-pthread
 		--without-static
 		--x-include="${EPREFIX}/usr/include/X11"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/
@ 2021-08-09  0:28 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-08-09  0:28 UTC (permalink / raw
  To: gentoo-commits

commit:     16111a45108f5ded293ccf025bbb1f825de4ad01
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  9 00:28:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  9 00:28:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16111a45

dev-libs/tvision: Stabilize 2.2.3 x86, #807136

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

 dev-libs/tvision/tvision-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tvision/tvision-2.2.3.ebuild b/dev-libs/tvision/tvision-2.2.3.ebuild
index c881d939aed..894fab89616 100644
--- a/dev-libs/tvision/tvision-2.2.3.ebuild
+++ b/dev-libs/tvision/tvision-2.2.3.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="examples gpm nls"
 
 DOCS=( readme.txt THANKS TODO )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/
@ 2021-08-09  0:31 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-08-09  0:31 UTC (permalink / raw
  To: gentoo-commits

commit:     dbb9b73fedef02420e7416127175f97602f4fe94
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  9 00:31:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  9 00:31:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb9b73f

dev-libs/tvision: Stabilize 2.2.3 amd64, #807136

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

 dev-libs/tvision/tvision-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tvision/tvision-2.2.3.ebuild b/dev-libs/tvision/tvision-2.2.3.ebuild
index 894fab89616..1db2cd3f827 100644
--- a/dev-libs/tvision/tvision-2.2.3.ebuild
+++ b/dev-libs/tvision/tvision-2.2.3.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="examples gpm nls"
 
 DOCS=( readme.txt THANKS TODO )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/
@ 2021-08-09  0:41 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-08-09  0:41 UTC (permalink / raw
  To: gentoo-commits

commit:     e1f5a4f2d48c24acb9dc5bc89c7d86a33f840bb6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  9 00:40:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  9 00:40:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f5a4f2

dev-libs/tvision: Stabilize 2.2.3 ppc, #807136

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

 dev-libs/tvision/tvision-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tvision/tvision-2.2.3.ebuild b/dev-libs/tvision/tvision-2.2.3.ebuild
index 1db2cd3f827..623f256bad3 100644
--- a/dev-libs/tvision/tvision-2.2.3.ebuild
+++ b/dev-libs/tvision/tvision-2.2.3.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="examples gpm nls"
 
 DOCS=( readme.txt THANKS TODO )


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

end of thread, other threads:[~2021-08-09  0:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-09  0:41 [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-08-09  0:31 Sam James
2021-08-09  0:28 Sam James
2021-07-08  7:35 Joonas Niilola
2021-06-14  9:15 Agostino Sarubbo
2021-06-13  6:32 Agostino Sarubbo
2021-06-13  6:28 Agostino Sarubbo
2021-02-09  8:52 Sam James
2021-02-07 17:07 Conrad Kostecki
2017-10-08 18:38 Pacho Ramos
2017-10-08 18:38 Pacho Ramos
2017-10-02 13:24 Sergei Trofimovich
2017-06-04 23:14 Andreas Sturmlechner

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