Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/
Date: Sat, 09 Jan 2021 12:43:23
Message-Id: 1610196175.7d89562b994facb766e61d201efc9c57117f09f1.juippis@gentoo
1 commit: 7d89562b994facb766e61d201efc9c57117f09f1
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 12:42:55 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 12:42:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d89562b
7
8 app-emulation/lxc: update DESCRIPTION
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-emulation/lxc/lxc-4.0.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/lxc/lxc-4.0.5.ebuild b/app-emulation/lxc/lxc-4.0.5.ebuild
16 index 2613f38a518..8fb4991a35b 100644
17 --- a/app-emulation/lxc/lxc-4.0.5.ebuild
18 +++ b/app-emulation/lxc/lxc-4.0.5.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 inherit autotools bash-completion-r1 linux-info flag-o-matic optfeature pam readme.gentoo-r1 systemd verify-sig
27
28 -DESCRIPTION="LinuX Containers userspace utilities"
29 +DESCRIPTION="A userspace interface for the Linux kernel containment features"
30 HOMEPAGE="https://linuxcontainers.org/ https://github.com/lxc/lxc"
31 SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz
32 verify-sig? ( https://linuxcontainers.org/downloads/lxc/${P}.tar.gz.asc )"