Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/ink/
Date: Sat, 29 Jan 2022 02:48:17
Message-Id: 1643424442.139babb42d11a9520604daac5cae344b102782af.sam@gentoo
1 commit: 139babb42d11a9520604daac5cae344b102782af
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 02:47:22 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 02:47:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139babb4
7
8 net-print/ink: Stabilize 0.5.3 amd64, #832263
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-print/ink/ink-0.5.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-print/ink/ink-0.5.3.ebuild b/net-print/ink/ink-0.5.3.ebuild
16 index 3371caf8ab65..0df93e074117 100644
17 --- a/net-print/ink/ink-0.5.3.ebuild
18 +++ b/net-print/ink/ink-0.5.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -9,7 +9,7 @@ HOMEPAGE="http://ink.sourceforge.net/"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31
32 DEPEND="net-print/libinklevel"
33 RDEPEND="${DEPEND}"