diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 19:57:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 19:57:43 +0000 |
commit | 7b82a2abb3716a7f70b9a2e67fbdb9a062bbb26e (patch) | |
tree | 52be56cfed8b6db8b907bca19809887b8e0ae2af /sys-process/cronutils | |
parent | Stable for x86, wrt bug #502936 (diff) | |
download | gentoo-2-7b82a2abb3716a7f70b9a2e67fbdb9a062bbb26e.tar.gz gentoo-2-7b82a2abb3716a7f70b9a2e67fbdb9a062bbb26e.tar.bz2 gentoo-2-7b82a2abb3716a7f70b9a2e67fbdb9a062bbb26e.zip |
Stable for x86, wrt bug #502938
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-process/cronutils')
-rw-r--r-- | sys-process/cronutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/cronutils/cronutils-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/cronutils/ChangeLog b/sys-process/cronutils/ChangeLog index 91da87b2f8f3..bf68a4ab5459 100644 --- a/sys-process/cronutils/ChangeLog +++ b/sys-process/cronutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/cronutils # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronutils/ChangeLog,v 1.11 2014/03/04 19:57:43 ago Exp $ + + 04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> cronutils-1.5.ebuild: + Stable for x86, wrt bug #502938 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> cronutils-1.5.ebuild: amd64 stable, bug #502938 diff --git a/sys-process/cronutils/cronutils-1.5.ebuild b/sys-process/cronutils/cronutils-1.5.ebuild index 06a60ed14ca5..543656f11429 100644 --- a/sys-process/cronutils/cronutils-1.5.ebuild +++ b/sys-process/cronutils/cronutils-1.5.ebuild @@ -1,6 +1,6 @@ # 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.2 2014/03/02 23:20:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronutils/cronutils-1.5.ebuild,v 1.3 2014/03/04 19:57:43 ago 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}" |