diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-16 09:38:18 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-16 09:38:18 +0000 |
commit | 8930a77d6b26a4cc86f54d40430caa9e91c1ea55 (patch) | |
tree | e22bb32fa3144aed3f2728e9569d7ce088ba54de /dev-util | |
parent | Stable on amd64 and x86, wrt bug #470042 (diff) | |
download | gentoo-2-8930a77d6b26a4cc86f54d40430caa9e91c1ea55.tar.gz gentoo-2-8930a77d6b26a4cc86f54d40430caa9e91c1ea55.tar.bz2 gentoo-2-8930a77d6b26a4cc86f54d40430caa9e91c1ea55.zip |
Add ~amd64-linux and ~x86-linux keywords
(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/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cdiff/cdiff-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cdiff/ChangeLog b/dev-util/cdiff/ChangeLog index 9aaf2a867a7d..324c332d3d7d 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.10 2013/05/16 09:32:07 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.11 2013/05/16 09:38:18 pinkbyte Exp $ + + 16 May 2013; Sergey Popov <pinkbyte@gentoo.org> cdiff-0.9.ebuild: + Add ~amd64-linux and ~x86-linux keywords 16 May 2013; Sergey Popov <pinkbyte@gentoo.org> cdiff-0.9.ebuild: Stable on amd64 and x86, wrt bug #470042 diff --git a/dev-util/cdiff/cdiff-0.9.ebuild b/dev-util/cdiff/cdiff-0.9.ebuild index c73475fbb784..7c5a99db40c2 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.2 2013/05/16 09:32:07 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.ebuild,v 1.3 2013/05/16 09:38:18 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 ~amd64-linux ~x86-linux" DEPEND="!app-misc/colordiff dev-python/setuptools[${PYTHON_USEDEP}]" |