diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-05-29 13:34:14 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-05-29 13:34:14 +0000 |
commit | 9ec0d0743dd938d314d9fced4320adc51c162ee8 (patch) | |
tree | e0bba7ee01c6a2ab7c970563573ec2fb88b997f7 /net-misc | |
parent | update REQUIRED_USE to include PYTHON_REQUIRED_USE (diff) | |
download | gentoo-2-9ec0d0743dd938d314d9fced4320adc51c162ee8.tar.gz gentoo-2-9ec0d0743dd938d314d9fced4320adc51c162ee8.tar.bz2 gentoo-2-9ec0d0743dd938d314d9fced4320adc51c162ee8.zip |
update REQUIRED_USE to include PYTHON_REQUIRED_USE
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dropbox-cli/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/dropbox-cli/ChangeLog b/net-misc/dropbox-cli/ChangeLog index a6f2b4e31edb..0854eaa5d5c2 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox-cli/ChangeLog,v 1.9 2013/02/14 20:20:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox-cli/ChangeLog,v 1.10 2013/05/29 13:34:14 hasufell Exp $ + + 29 May 2013; Julian Ospald <hasufell@gentoo.org> dropbox-cli-1-r1.ebuild: + update REQUIRED_USE to include PYTHON_REQUIRED_USE 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> dropbox-cli-1-r1.ebuild: Stable for x86, wrt bug #457442 diff --git a/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild b/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild index f7174545b020..b48525aea2a1 100644 --- a/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild +++ b/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r1.ebuild,v 1.6 2013/02/14 20:20:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild,v 1.7 2013/05/29 13:34:14 hasufell Exp $ EAPI=5 @@ -16,6 +16,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="net-misc/dropbox ${PYTHON_DEPS}" |