summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-08-28 17:56:50 +0000
committerFabian Groffen <grobian@gentoo.org>2011-08-28 17:56:50 +0000
commitcd7f7a66f38b1aa01dca47249d0dcd4e700861f4 (patch)
tree8b2cd3b6b656dfa5d1833a6f3ea4eed0fd41ca00
parentFix for Prefix, transfer Prefix keywords (diff)
downloadgentoo-2-cd7f7a66f38b1aa01dca47249d0dcd4e700861f4.tar.gz
gentoo-2-cd7f7a66f38b1aa01dca47249d0dcd4e700861f4.tar.bz2
gentoo-2-cd7f7a66f38b1aa01dca47249d0dcd4e700861f4.zip
Marked ~amd64-linux, bug #365167
(Portage version: 2.2.01.19074-prefix/cvs/Darwin i386)
-rw-r--r--dev-vcs/cvsutils/ChangeLog7
-rw-r--r--dev-vcs/cvsutils/cvsutils-0.2.5.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-vcs/cvsutils/ChangeLog b/dev-vcs/cvsutils/ChangeLog
index a5d6024088e4..a7932b297aab 100644
--- a/dev-vcs/cvsutils/ChangeLog
+++ b/dev-vcs/cvsutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/cvsutils
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsutils/ChangeLog,v 1.1 2010/06/19 00:32:46 abcd Exp $
+# 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 $
+
+ 28 Aug 2011; Fabian Groffen <grobian@gentoo.org> cvsutils-0.2.5.ebuild:
+ Marked ~amd64-linux, bug #365167
19 Jun 2010; Jonathan Callen <abcd@gentoo.org> +cvsutils-0.2.5.ebuild,
+metadata.xml:
diff --git a/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild b/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild
index f073f5f071d2..4a4d5f266804 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-2010 Gentoo Foundation
+# Copyright 1999-2011 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.1 2010/06/19 00:32:46 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild,v 1.2 2011/08/28 17:56:50 grobian 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"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
IUSE=""
RDEPEND="dev-lang/perl"