diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2015-09-01 13:08:25 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2015-09-01 13:19:49 +0200 |
commit | bd85ec075f88b3c33e7684015852954221851dc5 (patch) | |
tree | dd6519be4710dcd8f58e489985e4bc69879b16d3 /net-libs/openmq-cclient | |
parent | net-libs/openmq-cclient: update HOMEPAGE, bug#559004 (diff) | |
download | gentoo-bd85ec075f88b3c33e7684015852954221851dc5.tar.gz gentoo-bd85ec075f88b3c33e7684015852954221851dc5.tar.bz2 gentoo-bd85ec075f88b3c33e7684015852954221851dc5.zip |
net-libs/openmq-cclient: bump EAPI 5
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-libs/openmq-cclient')
-rw-r--r-- | net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild | 6 |
1 files 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 4db7baaa044a..03afda3b9db0 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}" } |