commit: bd85ec075f88b3c33e7684015852954221851dc5
Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 11:08:25 2015 +0000
Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 11:19:49 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd85ec07
net-libs/openmq-cclient: bump EAPI 5
Package-Manager: portage-2.2.20.1
net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild
b/net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild
index 4db7baa..03afda3 100644
--- a/net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild
+++ b/net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="2"
+EAPI="5"
inherit versionator autotools
@@ -75,5 +75,5 @@ src_prepare() {
}
src_install() {
- emake install DESTDIR="${D}" || die
+ emake install DESTDIR="${D}"
}