Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-emulation/waydroid/
Date: Mon, 26 Sep 2022 10:06:00
Message-Id: 1664186734.4c2a05b1133c308e6b6b766a5e01298278f3e93d.andrewammerlaan@gentoo
1 commit: 4c2a05b1133c308e6b6b766a5e01298278f3e93d
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 09:52:46 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 10:05:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c2a05b1
7
8 app-emulation/waydroid: shorten description
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 app-emulation/waydroid/waydroid-1.2.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/waydroid/waydroid-1.2.1.ebuild b/app-emulation/waydroid/waydroid-1.2.1.ebuild
16 index 5175dbe02..56c4dca32 100644
17 --- a/app-emulation/waydroid/waydroid-1.2.1.ebuild
18 +++ b/app-emulation/waydroid/waydroid-1.2.1.ebuild
19 @@ -6,7 +6,7 @@ EAPI=8
20 PYTHON_COMPAT=( python3_{9..10} )
21 inherit python-single-r1
22
23 -DESCRIPTION="A container-based approach to boot a full Android system on a regular Linux system"
24 +DESCRIPTION="Container-based approach to boot a full Android system on Linux systems"
25 HOMEPAGE="https://waydro.id"
26 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"