summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2017-08-04 20:56:57 +0200
committerAmy Liffey <amynka@gentoo.org>2017-08-04 22:55:41 +0200
commit18981397fa1b81ad5f626ab5322bb16a0ef8ed0c (patch)
treea04600819216d57ff603fd8b9dc5cade4e8463c0 /dev-libs
parentdev-php/PEAR-HTML_Table: Drop old (diff)
downloadgentoo-18981397fa1b81ad5f626ab5322bb16a0ef8ed0c.tar.gz
gentoo-18981397fa1b81ad5f626ab5322bb16a0ef8ed0c.tar.bz2
gentoo-18981397fa1b81ad5f626ab5322bb16a0ef8ed0c.zip
dev-libs/dclog: eapi bump to 6, add ~amd64 keyword
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/dclog/dclog-1.1.1-r2.ebuild (renamed from dev-libs/dclog/dclog-1.1.1-r1.ebuild)13
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-libs/dclog/dclog-1.1.1-r1.ebuild b/dev-libs/dclog/dclog-1.1.1-r2.ebuild
index d1622368072c..13c5550fb15b 100644
--- a/dev-libs/dclog/dclog-1.1.1-r1.ebuild
+++ b/dev-libs/dclog/dclog-1.1.1-r2.ebuild
@@ -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/*
}