summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-05-16 09:32:07 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-05-16 09:32:07 +0000
commit522e401ada16e9cd001cea6a06e4cdc6332b6183 (patch)
treea23773989fba45edd1d6bbef5b1c35403e26393f /dev-util
parentFix 'uint_32' type size (otherwise final binaries are completely broken on am... (diff)
downloadgentoo-2-522e401ada16e9cd001cea6a06e4cdc6332b6183.tar.gz
gentoo-2-522e401ada16e9cd001cea6a06e4cdc6332b6183.tar.bz2
gentoo-2-522e401ada16e9cd001cea6a06e4cdc6332b6183.zip
Stable on amd64 and x86, wrt bug #470042
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cdiff/ChangeLog5
-rw-r--r--dev-util/cdiff/cdiff-0.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cdiff/ChangeLog b/dev-util/cdiff/ChangeLog
index c7702e0f49e4..9aaf2a867a7d 100644
--- a/dev-util/cdiff/ChangeLog
+++ b/dev-util/cdiff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cdiff
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.9 2013/03/28 11:19:34 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.10 2013/05/16 09:32:07 pinkbyte Exp $
+
+ 16 May 2013; Sergey Popov <pinkbyte@gentoo.org> cdiff-0.9.ebuild:
+ Stable on amd64 and x86, wrt bug #470042
*cdiff-0.9 (28 Mar 2013)
diff --git a/dev-util/cdiff/cdiff-0.9.ebuild b/dev-util/cdiff/cdiff-0.9.ebuild
index 8c65fc66f06a..c73475fbb784 100644
--- a/dev-util/cdiff/cdiff-0.9.ebuild
+++ b/dev-util/cdiff/cdiff-0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.ebuild,v 1.1 2013/03/28 11:19:34 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.ebuild,v 1.2 2013/05/16 09:32:07 pinkbyte Exp $
EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
DEPEND="!app-misc/colordiff
dev-python/setuptools[${PYTHON_USEDEP}]"