diff options
author | Benda XU <heroxbd@gentoo.org> | 2012-07-11 07:14:06 +0000 |
---|---|---|
committer | Benda XU <heroxbd@gentoo.org> | 2012-07-11 07:14:06 +0000 |
commit | 888142792c5d57f2c5d1c83146fc638327d3c959 (patch) | |
tree | 3027d51370e873f5eb35f47e3dbd228be4da9192 /dev-vcs/cvsutils | |
parent | marked x86 per bug 425360 (diff) | |
download | gentoo-2-888142792c5d57f2c5d1c83146fc638327d3c959.tar.gz gentoo-2-888142792c5d57f2c5d1c83146fc638327d3c959.tar.bz2 gentoo-2-888142792c5d57f2c5d1c83146fc638327d3c959.zip |
keyword ~x86-linux
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/cvsutils')
-rw-r--r-- | dev-vcs/cvsutils/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/cvsutils/cvsutils-0.2.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-vcs/cvsutils/ChangeLog b/dev-vcs/cvsutils/ChangeLog index a7932b297aab..12cb4ff45762 100644 --- a/dev-vcs/cvsutils/ChangeLog +++ b/dev-vcs/cvsutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/cvsutils -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsutils/ChangeLog,v 1.2 2011/08/28 17:56:50 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsutils/ChangeLog,v 1.3 2012/07/11 07:14:06 heroxbd Exp $ + + 11 Jul 2012; Benda Xu <heroxbd@gentoo.org> cvsutils-0.2.5.ebuild: + keyword ~x86-linux 28 Aug 2011; Fabian Groffen <grobian@gentoo.org> cvsutils-0.2.5.ebuild: Marked ~amd64-linux, bug #365167 diff --git a/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild b/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild index 4a4d5f266804..1cf62e24926c 100644 --- a/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild +++ b/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild,v 1.2 2011/08/28 17:56:50 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild,v 1.3 2012/07/11 07:14:06 heroxbd Exp $ DESCRIPTION="A small bundle of utilities to work with CVS repositories" HOMEPAGE="http://www.red-bean.com/cvsutils/" @@ -8,7 +8,7 @@ SRC_URI="http://www.red-bean.com/cvsutils/releases/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-lang/perl" |