diff options
author | Vikraman Choudhury <vikraman@gentoo.org> | 2014-01-17 17:25:16 +0000 |
---|---|---|
committer | Vikraman Choudhury <vikraman@gentoo.org> | 2014-01-17 17:25:16 +0000 |
commit | e899e901ec46344cc3af766d8a2cee3b748dbfe2 (patch) | |
tree | 7f3ed1270fb1c447a440d9d633885a954396a15e /dev-vcs/hub | |
parent | non-maintainer security bump due to slacking java herd (bug #498148) (diff) | |
download | gentoo-2-e899e901ec46344cc3af766d8a2cee3b748dbfe2.tar.gz gentoo-2-e899e901ec46344cc3af766d8a2cee3b748dbfe2.tar.bz2 gentoo-2-e899e901ec46344cc3af766d8a2cee3b748dbfe2.zip |
Add ~x86 keyword
(Portage version: 2.2.8/cvs/Linux i686, signed Manifest commit with key )
Diffstat (limited to 'dev-vcs/hub')
-rw-r--r-- | dev-vcs/hub/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/hub/hub-1.11.0.ebuild | 6 | ||||
-rw-r--r-- | dev-vcs/hub/hub-1.11.1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-vcs/hub/ChangeLog b/dev-vcs/hub/ChangeLog index cb311ec5b926..efc31955a402 100644 --- a/dev-vcs/hub/ChangeLog +++ b/dev-vcs/hub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/hub # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.6 2014/01/15 22:18:22 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.7 2014/01/17 17:25:16 vikraman Exp $ + + 17 Jan 2014; Vikraman Choudhury <vikraman@gentoo.org> hub-1.11.0.ebuild, + hub-1.11.1.ebuild: + Add ~x86 keyword *hub-1.11.1 (15 Jan 2014) diff --git a/dev-vcs/hub/hub-1.11.0.ebuild b/dev-vcs/hub/hub-1.11.0.ebuild index 0d790a47e95f..0f8fbc5234d6 100644 --- a/dev-vcs/hub/hub-1.11.0.ebuild +++ b/dev-vcs/hub/hub-1.11.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.11.0.ebuild,v 1.2 2013/12/25 20:59:14 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.11.0.ebuild,v 1.3 2014/01/17 17:25:16 vikraman Exp $ EAPI="5" @@ -18,7 +18,7 @@ SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" RDEPEND="dev-vcs/git" DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc" diff --git a/dev-vcs/hub/hub-1.11.1.ebuild b/dev-vcs/hub/hub-1.11.1.ebuild index 7fe6d08a6c4e..e86d8cf8a83b 100644 --- a/dev-vcs/hub/hub-1.11.1.ebuild +++ b/dev-vcs/hub/hub-1.11.1.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/dev-vcs/hub/hub-1.11.1.ebuild,v 1.1 2014/01/15 22:18:22 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.11.1.ebuild,v 1.2 2014/01/17 17:25:16 vikraman Exp $ EAPI="5" @@ -18,7 +18,7 @@ SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" RDEPEND="dev-vcs/git" DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc" |