* [gentoo-commits] repo/gentoo:master commit in: x11-libs/dnd/
@ 2017-02-25 0:04 Patrice Clement
0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2017-02-25 0:04 UTC (permalink / raw
To: gentoo-commits
commit: 11364af32b42862a7b2a8b8903bcd74b8d3721a8
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 23:42:07 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 00:04:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11364af3
x11-libs/dnd: EAPI 6 bump.
Package-Manager: portage-2.3.3
x11-libs/dnd/dnd-1.1-r2.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/x11-libs/dnd/dnd-1.1-r2.ebuild b/x11-libs/dnd/dnd-1.1-r2.ebuild
new file mode 100644
index 0000000000..d90dac9b70
--- /dev/null
+++ b/x11-libs/dnd/dnd-1.1-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs eutils
+
+DESCRIPTION="OffiX' Drag'n'drop library"
+HOMEPAGE="http://leb.net/offix"
+SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz"
+SLOT="0"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libXt
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libICE
+ x11-libs/libXaw
+ x11-proto/xproto"
+
+DEPEND="
+ ${RDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-gentoo.diff
+ "${FILESDIR}"/Makefile-fix.patch
+)
+
+S="${WORKDIR}/DND/DNDlib"
+
+src_configure() {
+ tc-export CC CXX RANLIB AR
+ econf --with-x
+}
+
+src_install () {
+ emake DESTDIR="${D}" install
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/dnd/
@ 2017-07-07 11:53 Alexis Ballier
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2017-07-07 11:53 UTC (permalink / raw
To: gentoo-commits
commit: fa339bb964b249ac0df1c6d8cbab43c321314184
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 11:52:52 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 11:52:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa339bb9
x11-libs/dnd: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
x11-libs/dnd/dnd-1.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/dnd/dnd-1.1-r2.ebuild b/x11-libs/dnd/dnd-1.1-r2.ebuild
index 3cad6478e68..aa9c6577005 100644
--- a/x11-libs/dnd/dnd-1.1-r2.ebuild
+++ b/x11-libs/dnd/dnd-1.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://leb.net/offix"
SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz"
SLOT="0"
LICENSE="GPL-2 LGPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="
x11-libs/libXt
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/dnd/
@ 2018-03-24 7:48 Mikle Kolyada
0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2018-03-24 7:48 UTC (permalink / raw
To: gentoo-commits
commit: 5699333a8fc00b0bb8c3df717c3bf1136af381a4
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 24 07:45:46 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar 24 07:47:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5699333a
x11-libs/dnd: amd64 stable wrt bug #648362
Package-Manager: Portage-2.3.24, Repoman-2.3.6
x11-libs/dnd/dnd-1.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/dnd/dnd-1.1-r2.ebuild b/x11-libs/dnd/dnd-1.1-r2.ebuild
index aa9c6577005..6b2a7391de7 100644
--- a/x11-libs/dnd/dnd-1.1-r2.ebuild
+++ b/x11-libs/dnd/dnd-1.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="http://leb.net/offix"
SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz"
SLOT="0"
LICENSE="GPL-2 LGPL-2"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="
x11-libs/libXt
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/dnd/
@ 2018-03-26 6:05 Sergei Trofimovich
0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich @ 2018-03-26 6:05 UTC (permalink / raw
To: gentoo-commits
commit: 7746ad38f11fb36a3ee6a767aa26e4cd1fe561b3
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Mar 26 05:24:42 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 06:04:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7746ad38
x11-libs/dnd: stable 1.1-r2 for sparc, bug #648362
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
x11-libs/dnd/dnd-1.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/dnd/dnd-1.1-r2.ebuild b/x11-libs/dnd/dnd-1.1-r2.ebuild
index 1853affd56d..a9714846f5f 100644
--- a/x11-libs/dnd/dnd-1.1-r2.ebuild
+++ b/x11-libs/dnd/dnd-1.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://leb.net/offix"
SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz"
SLOT="0"
LICENSE="GPL-2 LGPL-2"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
RDEPEND="
x11-libs/libXt
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/dnd/
@ 2018-03-31 15:38 Tobias Klausmann
0 siblings, 0 replies; 11+ messages in thread
From: Tobias Klausmann @ 2018-03-31 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 3e2c3c9c011036a6c9731cbd6cf1a2758fa3e550
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 31 15:38:18 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Mar 31 15:38:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e2c3c9c
x11-libs/dnd-1.1-r2: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/648362
x11-libs/dnd/dnd-1.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/dnd/dnd-1.1-r2.ebuild b/x11-libs/dnd/dnd-1.1-r2.ebuild
index a9714846f5f..58cbce52483 100644
--- a/x11-libs/dnd/dnd-1.1-r2.ebuild
+++ b/x11-libs/dnd/dnd-1.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://leb.net/offix"
SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz"
SLOT="0"
LICENSE="GPL-2 LGPL-2"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
RDEPEND="
x11-libs/libXt
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/dnd/
@ 2018-04-07 20:22 Sergei Trofimovich
0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich @ 2018-04-07 20:22 UTC (permalink / raw
To: gentoo-commits
commit: c228e6d44c17ab2c338888d460cdf92257f0bd12
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 7 20:21:28 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 20:21:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c228e6d4
x11-libs/dnd: stable 1.1-r2 for ppc64, bug #648362
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"
x11-libs/dnd/dnd-1.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/dnd/dnd-1.1-r2.ebuild b/x11-libs/dnd/dnd-1.1-r2.ebuild
index 58cbce52483..1859fa9f719 100644
--- a/x11-libs/dnd/dnd-1.1-r2.ebuild
+++ b/x11-libs/dnd/dnd-1.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://leb.net/offix"
SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz"
SLOT="0"
LICENSE="GPL-2 LGPL-2"
-KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86"
RDEPEND="
x11-libs/libXt
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/dnd/
@ 2018-05-22 1:19 Matt Turner
0 siblings, 0 replies; 11+ messages in thread
From: Matt Turner @ 2018-05-22 1:19 UTC (permalink / raw
To: gentoo-commits
commit: 27c5510f6420071fee062901df4061210f329603
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Mon May 21 18:25:05 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May 22 01:05:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c5510f
x11-libs/dnd: Update x11-proto/xproto dependency to x11-base/xorg-proto and drop it from RDEPEND.
Drop unused inheritance of eutils.eclass.
x11-libs/dnd/dnd-1.1-r1.ebuild | 6 +++---
x11-libs/dnd/{dnd-1.1-r2.ebuild => dnd-1.1-r3.ebuild} | 18 ++++++++----------
2 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/x11-libs/dnd/dnd-1.1-r1.ebuild b/x11-libs/dnd/dnd-1.1-r1.ebuild
index e649cca800d..e9127cc9302 100644
--- a/x11-libs/dnd/dnd-1.1-r1.ebuild
+++ b/x11-libs/dnd/dnd-1.1-r1.ebuild
@@ -19,9 +19,9 @@ RDEPEND=">=x11-libs/libX11-1.0.0
>=x11-libs/libXt-1.0.0
>=x11-libs/libICE-1.0.0
>=x11-libs/libSM-1.0.0
- >=x11-libs/libXaw-1.0.1
- >=x11-proto/xproto-7.0.4"
-DEPEND="${RDEPEND}"
+ >=x11-libs/libXaw-1.0.1"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
src_unpack() {
unpack ${A}
diff --git a/x11-libs/dnd/dnd-1.1-r2.ebuild b/x11-libs/dnd/dnd-1.1-r3.ebuild
similarity index 84%
rename from x11-libs/dnd/dnd-1.1-r2.ebuild
rename to x11-libs/dnd/dnd-1.1-r3.ebuild
index 1859fa9f719..db03f504275 100644
--- a/x11-libs/dnd/dnd-1.1-r2.ebuild
+++ b/x11-libs/dnd/dnd-1.1-r3.ebuild
@@ -3,26 +3,24 @@
EAPI=6
-inherit toolchain-funcs eutils
+inherit toolchain-funcs
DESCRIPTION="OffiX' Drag'n'drop library"
HOMEPAGE="http://leb.net/offix"
SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz"
-SLOT="0"
+
LICENSE="GPL-2 LGPL-2"
+SLOT="0"
KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86"
-RDEPEND="
- x11-libs/libXt
+RDEPEND="x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libICE
x11-libs/libXaw
- x11-proto/xproto"
-
-DEPEND="
- ${RDEPEND}"
+ x11-libs/libXmu
+ x11-libs/libXt"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
PATCHES=(
"${FILESDIR}"/${P}-gentoo.diff
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/dnd/
@ 2018-06-02 14:03 Mikle Kolyada
0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2018-06-02 14:03 UTC (permalink / raw
To: gentoo-commits
commit: 53dcd85f39273d4c3652801de82e1dd137c2ab23
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 2 14:02:57 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun 2 14:02:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53dcd85f
x11-libs/dnd: ppc stable wrt bug #648362
Package-Manager: Portage-2.3.40, Repoman-2.3.7
x11-libs/dnd/dnd-1.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/dnd/dnd-1.1-r3.ebuild b/x11-libs/dnd/dnd-1.1-r3.ebuild
index db03f504275..7c2c6d77fb4 100644
--- a/x11-libs/dnd/dnd-1.1-r3.ebuild
+++ b/x11-libs/dnd/dnd-1.1-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
RDEPEND="x11-libs/libICE
x11-libs/libSM
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/dnd/
@ 2018-06-02 14:03 Mikle Kolyada
0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2018-06-02 14:03 UTC (permalink / raw
To: gentoo-commits
commit: dd9f1578753079c2a80196022891e075b6b20550
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 2 14:03:26 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun 2 14:03:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9f1578
x11-libs/dnd: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.7
x11-libs/dnd/dnd-1.1-r1.ebuild | 41 -----------------------------------------
1 file changed, 41 deletions(-)
diff --git a/x11-libs/dnd/dnd-1.1-r1.ebuild b/x11-libs/dnd/dnd-1.1-r1.ebuild
deleted file mode 100644
index e9127cc9302..00000000000
--- a/x11-libs/dnd/dnd-1.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs eutils
-
-S=${WORKDIR}/DND/DNDlib
-DESCRIPTION="OffiX' Drag'n'drop library"
-HOMEPAGE="http://leb.net/offix"
-SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz"
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-
-RDEPEND=">=x11-libs/libX11-1.0.0
- >=x11-libs/libXmu-1.0.0
- >=x11-libs/libXt-1.0.0
- >=x11-libs/libICE-1.0.0
- >=x11-libs/libSM-1.0.0
- >=x11-libs/libXaw-1.0.1"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gentoo.diff || die
- epatch "${FILESDIR}"/Makefile-fix.patch || die
-}
-
-src_compile() {
- tc-export CC CXX RANLIB AR
- econf --with-x || die
- emake || die
-}
-
-src_install () {
- make DESTDIR="${D}" install || die
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/dnd/
@ 2019-07-27 12:54 Aaron Bauman
0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2019-07-27 12:54 UTC (permalink / raw
To: gentoo-commits
commit: c6de97ce1d4f23602676d0335f40b4b56f88faf3
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 27 12:29:15 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 12:29:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6de97ce
x11-libs/dnd: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
x11-libs/dnd/dnd-1.1-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/dnd/dnd-1.1-r3.ebuild b/x11-libs/dnd/dnd-1.1-r3.ebuild
index 7c2c6d77fb4..3abbc01dae6 100644
--- a/x11-libs/dnd/dnd-1.1-r3.ebuild
+++ b/x11-libs/dnd/dnd-1.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
RDEPEND="x11-libs/libICE
x11-libs/libSM
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/dnd/
@ 2021-12-21 3:39 Yixun Lan
0 siblings, 0 replies; 11+ messages in thread
From: Yixun Lan @ 2021-12-21 3:39 UTC (permalink / raw
To: gentoo-commits
commit: 7923fb3986db94cee4d4576bd3d8e50b7744ef47
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Sun Dec 19 19:03:25 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Dec 21 03:38:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7923fb39
x11-libs/dnd: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
x11-libs/dnd/dnd-1.1-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/dnd/dnd-1.1-r3.ebuild b/x11-libs/dnd/dnd-1.1-r3.ebuild
index cda4ff45d520..09bc04cde8f6 100644
--- a/x11-libs/dnd/dnd-1.1-r3.ebuild
+++ b/x11-libs/dnd/dnd-1.1-r3.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=6
@@ -11,7 +11,7 @@ SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
RDEPEND="x11-libs/libICE
x11-libs/libSM
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2021-12-21 3:39 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 11:53 [gentoo-commits] repo/gentoo:master commit in: x11-libs/dnd/ Alexis Ballier
-- strict thread matches above, loose matches on Subject: below --
2021-12-21 3:39 Yixun Lan
2019-07-27 12:54 Aaron Bauman
2018-06-02 14:03 Mikle Kolyada
2018-06-02 14:03 Mikle Kolyada
2018-05-22 1:19 Matt Turner
2018-04-07 20:22 Sergei Trofimovich
2018-03-31 15:38 Tobias Klausmann
2018-03-26 6:05 Sergei Trofimovich
2018-03-24 7:48 Mikle Kolyada
2017-02-25 0:04 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox