Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkimg/
Date: Fri, 27 Nov 2015 08:25:58
Message-Id: 1448610131.54d1812b5911ea415f16d8290b182a817b80a313.jlec@gentoo
1 commit: 54d1812b5911ea415f16d8290b182a817b80a313
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 27 07:42:11 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 07:42:11 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d1812b
7
8 dev-tcltk/tkimg: Drop obsolete VIRTUALX_USE
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-tcltk/tkimg/tkimg-1.4-r9.ebuild | 4 +---
14 1 file changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/dev-tcltk/tkimg/tkimg-1.4-r9.ebuild b/dev-tcltk/tkimg/tkimg-1.4-r9.ebuild
17 index 2362d61..b790b45 100644
18 --- a/dev-tcltk/tkimg/tkimg-1.4-r9.ebuild
19 +++ b/dev-tcltk/tkimg/tkimg-1.4-r9.ebuild
20 @@ -1,11 +1,9 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27
28 -VIRTUALX_USE=test
29 -
30 inherit eutils multilib prefix toolchain-funcs virtualx
31
32 MYP="${PN}${PV}"