diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-12-06 04:12:54 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-12-06 04:12:54 +0000 |
commit | 0a1f66cdfa629f7483c61c381af2b16bcd3b5ada (patch) | |
tree | 86137f675b851ef9ab2f38d447a8f1aa551355a1 /net-misc | |
parent | x86 stable wrt bug #445097 (diff) | |
download | gentoo-2-0a1f66cdfa629f7483c61c381af2b16bcd3b5ada.tar.gz gentoo-2-0a1f66cdfa629f7483c61c381af2b16bcd3b5ada.tar.bz2 gentoo-2-0a1f66cdfa629f7483c61c381af2b16bcd3b5ada.zip |
x86 stable wrt bug #445099
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 30427902)
Diffstat (limited to 'net-misc')
-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 d94729e46af4..de4de301019f 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.2 2012/11/29 16:27:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox-cli/ChangeLog,v 1.3 2012/12/06 04:12:54 phajdan.jr Exp $ + + 06 Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> dropbox-cli-1.ebuild: + x86 stable wrt bug #445099 29 Nov 2012; Agostino Sarubbo <ago@gentoo.org> dropbox-cli-1.ebuild: Stable for amd64, wrt bug #445099 diff --git a/net-misc/dropbox-cli/dropbox-cli-1.ebuild b/net-misc/dropbox-cli/dropbox-cli-1.ebuild index e0d4bdcf644d..e48131062c47 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.2 2012/11/29 16:27:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox-cli/dropbox-cli-1.ebuild,v 1.3 2012/12/06 04:12:54 phajdan.jr 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" |