Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 25 Oct 2015 18:34:44
Message-Id: 1445798057.27b34cae2a5dd94593f2b8cd9c8cb2f0ea60b424.mgorny@gentoo
1 commit: 27b34cae2a5dd94593f2b8cd9c8cb2f0ea60b424
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 18:33:26 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 18:34:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b34cae
7
8 bash-completion.eclass: Add lastrite eqawarn
9
10 eclass/bash-completion.eclass | 3 +++
11 1 file changed, 3 insertions(+)
12
13 diff --git a/eclass/bash-completion.eclass b/eclass/bash-completion.eclass
14 index 1d4977d..625ea24 100644
15 --- a/eclass/bash-completion.eclass
16 +++ b/eclass/bash-completion.eclass
17 @@ -33,6 +33,9 @@
18
19 inherit eutils
20
21 +eqawarn "bash-completion.eclass is last rited and will be removed on 2015-11-24."
22 +eqawarn "Please update your ebuilds to use bash-completion-r1 instead."
23 +
24 EXPORT_FUNCTIONS pkg_postinst
25
26 IUSE="bash-completion"