diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-07-01 17:45:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-07-01 17:45:56 +0000 |
commit | a257e7207290c6ee3d531967744319bf9bed69bf (patch) | |
tree | f69db62d74069b32803f10b7dcabf86127c588e7 /net-misc/grive | |
parent | version bump (diff) | |
download | gentoo-2-a257e7207290c6ee3d531967744319bf9bed69bf.tar.gz gentoo-2-a257e7207290c6ee3d531967744319bf9bed69bf.tar.bz2 gentoo-2-a257e7207290c6ee3d531967744319bf9bed69bf.zip |
add ~amd64, wrt to bug #424425
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/grive')
-rw-r--r-- | net-misc/grive/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/grive/grive-0.2_pre20120628.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/grive/ChangeLog b/net-misc/grive/ChangeLog index 7bd60e1c1ac1..a598a9732c5f 100644 --- a/net-misc/grive/ChangeLog +++ b/net-misc/grive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/grive # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.1 2012/06/30 00:56:07 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.2 2012/07/01 17:45:56 ago Exp $ + + 01 Jul 2012; Agostino Sarubbo <ago@gentoo.org> grive-0.2_pre20120628.ebuild: + add ~amd64, wrt to bug #424425 *grive-0.2_pre20120628 (30 Jun 2012) diff --git a/net-misc/grive/grive-0.2_pre20120628.ebuild b/net-misc/grive/grive-0.2_pre20120628.ebuild index e112c4057f43..0c4ef2a98624 100644 --- a/net-misc/grive/grive-0.2_pre20120628.ebuild +++ b/net-misc/grive/grive-0.2_pre20120628.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2_pre20120628.ebuild,v 1.1 2012/06/30 00:56:07 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2_pre20120628.ebuild,v 1.2 2012/07/01 17:45:56 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ if [ "${PV}" != "9999" ]; then else SRC_URI="" inherit git-2 - EGIT_REPO_URI="git://github.com/Grive/grive.git" + EGIT_REPO_URI="git://github.com/Grive/${PN}.git" fi DESCRIPTION="an open source Linux client for Google Drive" @@ -19,7 +19,7 @@ HOMEPAGE="http://www.lbreda.com/grive/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" |