Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/usb-robot/
Date: Fri, 18 Jun 2021 21:07:41
Message-Id: 1624050372.e10bbc5d4861821399ac170e772e789472e320da.soap@gentoo
1 commit: e10bbc5d4861821399ac170e772e789472e320da
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 18 21:06:12 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 18 21:06:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10bbc5d
7
8 dev-util/usb-robot: add missing readline slot operator
9
10 We need to be rebuilt when readline's ABI changes.
11
12 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14 Signed-off-by: David Seifert <soap <AT> gentoo.org>
15
16 .../usb-robot/{usb-robot-0.2.0.ebuild => usb-robot-0.2.0-r1.ebuild} | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-util/usb-robot/usb-robot-0.2.0.ebuild b/dev-util/usb-robot/usb-robot-0.2.0-r1.ebuild
20 similarity index 86%
21 rename from dev-util/usb-robot/usb-robot-0.2.0.ebuild
22 rename to dev-util/usb-robot/usb-robot-0.2.0-r1.ebuild
23 index fb7162d691b..c34cc89d8c1 100644
24 --- a/dev-util/usb-robot/usb-robot-0.2.0.ebuild
25 +++ b/dev-util/usb-robot/usb-robot-0.2.0-r1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2021 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86"
33 IUSE=""
34
35 DEPEND="virtual/libusb:0
36 - sys-libs/readline"
37 + sys-libs/readline:="
38 RDEPEND="${DEPEND}"
39
40 src_compile() {