diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-29 16:27:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-29 16:27:37 +0000 |
commit | 9fdec401de5f03e12421dd540a9f25235136bae5 (patch) | |
tree | 918c267ab85086cb18d2cce924e0634ccf15079a /net-misc/dropbox-cli | |
parent | Stable for amd64, wrt bug #445097 (diff) | |
download | gentoo-2-9fdec401de5f03e12421dd540a9f25235136bae5.tar.gz gentoo-2-9fdec401de5f03e12421dd540a9f25235136bae5.tar.bz2 gentoo-2-9fdec401de5f03e12421dd540a9f25235136bae5.zip |
Stable for amd64, wrt bug #445099
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-misc/dropbox-cli')
-rw-r--r-- | net-misc/dropbox-cli/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/dropbox-cli/dropbox-cli-1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/dropbox-cli/ChangeLog b/net-misc/dropbox-cli/ChangeLog index 3973ce52df9f..d94729e46af4 100644 --- a/net-misc/dropbox-cli/ChangeLog +++ b/net-misc/dropbox-cli/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/dropbox-cli # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox-cli/ChangeLog,v 1.1 2012/06/09 00:40:26 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox-cli/ChangeLog,v 1.2 2012/11/29 16:27:37 ago Exp $ + + 29 Nov 2012; Agostino Sarubbo <ago@gentoo.org> dropbox-cli-1.ebuild: + Stable for amd64, wrt bug #445099 *dropbox-cli-1 (09 Jun 2012) diff --git a/net-misc/dropbox-cli/dropbox-cli-1.ebuild b/net-misc/dropbox-cli/dropbox-cli-1.ebuild index 4f7ff93e2076..e0d4bdcf644d 100644 --- a/net-misc/dropbox-cli/dropbox-cli-1.ebuild +++ b/net-misc/dropbox-cli/dropbox-cli-1.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/dropbox-cli/dropbox-cli-1.ebuild,v 1.1 2012/06/09 00:40:26 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox-cli/dropbox-cli-1.ebuild,v 1.2 2012/11/29 16:27:37 ago Exp $ EAPI=3 @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.py.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="net-misc/dropbox" |