Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pockets/
Date: Sat, 26 Jun 2021 13:29:58
Message-Id: 1624714187.10b405d4cb770194ad97343c9a49febf65f588ad.klausman@gentoo
1 commit: 10b405d4cb770194ad97343c9a49febf65f588ad
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 26 13:29:47 2021 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 26 13:29:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b405d4
7
8 dev-python/pockets: Fix typo in 6313e54e
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>
12
13 dev-python/pockets/pockets-0.9.1-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pockets/pockets-0.9.1-r1.ebuild b/dev-python/pockets/pockets-0.9.1-r1.ebuild
17 index 990bcef1505..4abde4b9118 100644
18 --- a/dev-python/pockets/pockets-0.9.1-r1.ebuild
19 +++ b/dev-python/pockets/pockets-0.9.1-r1.ebuild
20 @@ -21,6 +21,6 @@ DEPEND="
21 "
22
23 src_prepare() {
24 - sed -i -e 's/description-file/descriptiongfile/g' "${S}/setup.cfg" ||die
25 + sed -i -e 's/description-file/description_file/g' "${S}/setup.cfg" ||die
26 default
27 }