dev-libs/dclog: eapi bump to 6, add ~amd64 keyword
authorAmy Liffey <amynka@gentoo.org>
Fri, 4 Aug 2017 18:56:57 +0000 (20:56 +0200)
committerAmy Liffey <amynka@gentoo.org>
Fri, 4 Aug 2017 20:55:41 +0000 (22:55 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

dev-libs/dclog/dclog-1.1.1-r2.ebuild [moved from dev-libs/dclog/dclog-1.1.1-r1.ebuild with 68% similarity]

similarity index 68%
rename from dev-libs/dclog/dclog-1.1.1-r1.ebuild
rename to dev-libs/dclog/dclog-1.1.1-r2.ebuild
index d1622368072c2f813a39ddaf64129e62dd8785c0..13c5550fb15b20699afe43d09f5fcfe10fd868ce 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
 inherit toolchain-funcs
 
@@ -11,19 +11,20 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 src_prepare() {
        sed -i Makefile -e '/ -o /s|${CFLAGS}|& ${LDFLAGS}|g' || die "sed Makefile"
+       default
 }
 
 src_compile() {
-       emake CC=$(tc-getCC) all || die "emake failed"
+       emake CC=$(tc-getCC) all
 }
 
 src_install() {
-       emake DESTDIR="${D}" PREFIX=/usr install || die "install failed"
+       emake DESTDIR="${D}" PREFIX=/usr install
        dodoc VERSION
-       dohtml docs/html/*
+       dodoc docs/html/*
 }