summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/cronutils/ChangeLog7
-rw-r--r--sys-process/cronutils/cronutils-1.5.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-process/cronutils/ChangeLog b/sys-process/cronutils/ChangeLog
index e7e63179dc35..91da87b2f8f3 100644
--- a/sys-process/cronutils/ChangeLog
+++ b/sys-process/cronutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/cronutils
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronutils/ChangeLog,v 1.9 2013/12/23 17:22:38 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronutils/ChangeLog,v 1.10 2014/03/02 23:20:05 pacho Exp $
+
+ 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> cronutils-1.5.ebuild:
+ amd64 stable, bug #502938
*cronutils-1.5 (23 Dec 2013)
diff --git a/sys-process/cronutils/cronutils-1.5.ebuild b/sys-process/cronutils/cronutils-1.5.ebuild
index b820aa6b70a1..06a60ed14ca5 100644
--- a/sys-process/cronutils/cronutils-1.5.ebuild
+++ b/sys-process/cronutils/cronutils-1.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronutils/cronutils-1.5.ebuild,v 1.1 2013/12/23 17:22:38 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronutils/cronutils-1.5.ebuild,v 1.2 2014/03/02 23:20:05 pacho Exp $
EAPI=4
@@ -12,7 +12,7 @@ SRC_URI="http://cronutils.googlecode.com/files/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="-D_XOPEN_SOURCE=500 ${CFLAGS}"