Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/eject/
Date: Wed, 12 Oct 2016 09:32:37
Message-Id: 1476264748.6041ca89f3ba755615488186eacb4b8c07ebc1ed.polynomial-c@gentoo
1 commit: 6041ca89f3ba755615488186eacb4b8c07ebc1ed
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 12 09:32:14 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 12 09:32:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6041ca89
7
8 virtual/eject: Removed sys-block/eject. Bumped to EAPI-6.
9
10 Package-Manager: portage-2.3.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 virtual/eject/eject-0.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/virtual/eject/eject-0.ebuild b/virtual/eject/eject-0.ebuild
17 index b6ab8c4..b093ee0 100644
18 --- a/virtual/eject/eject-0.ebuild
19 +++ b/virtual/eject/eject-0.ebuild
20 @@ -1,7 +1,9 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 +EAPI=6
27 +
28 DESCRIPTION="Virtual for the eject command"
29 HOMEPAGE=""
30 SRC_URI=""
31 @@ -11,5 +13,5 @@ SLOT="0"
32 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
33 IUSE=""
34
35 -RDEPEND="|| ( >=sys-apps/util-linux-2.22 sys-block/eject sys-block/eject-bsd )"
36 +RDEPEND="|| ( >=sys-apps/util-linux-2.22 sys-block/eject-bsd )"
37 DEPEND=""