Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/gnustep-back/
Date: Tue, 09 Jan 2018 16:27:25
Message-Id: 1515515232.e14903d88ffc6558d3cb80f9022782ef39b236cf.voyageur@gentoo
1 commit: e14903d88ffc6558d3cb80f9022782ef39b236cf
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 16:16:51 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 16:27:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14903d8
7
8 virtual/gnustep-back: 0.26.2 bump
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 virtual/gnustep-back/gnustep-back-0.26.2.ebuild | 14 ++++++++++++++
13 1 file changed, 14 insertions(+)
14
15 diff --git a/virtual/gnustep-back/gnustep-back-0.26.2.ebuild b/virtual/gnustep-back/gnustep-back-0.26.2.ebuild
16 new file mode 100644
17 index 00000000000..56b533b84ea
18 --- /dev/null
19 +++ b/virtual/gnustep-back/gnustep-back-0.26.2.ebuild
20 @@ -0,0 +1,14 @@
21 +# Copyright 1999-2018 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +DESCRIPTION="Virtual for back-end component for the GNUstep GUI Library"
27 +SLOT="0"
28 +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
29 +
30 +RDEPEND="|| (
31 + ~gnustep-base/gnustep-back-cairo-${PV}
32 + ~gnustep-base/gnustep-back-art-${PV}
33 + ~gnustep-base/gnustep-back-xlib-${PV}
34 + )"