diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-04-14 17:44:13 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-04-14 17:44:13 +0000 |
commit | 4a96e591c3fa184e34f77d342ba19e8113276993 (patch) | |
tree | 50a6422a23992d06895a4a2e4042beb0c56a34df /net-misc | |
parent | Revision bump to fix detection of python (bug #405181) and newer imagemagic (... (diff) | |
download | gentoo-2-4a96e591c3fa184e34f77d342ba19e8113276993.tar.gz gentoo-2-4a96e591c3fa184e34f77d342ba19e8113276993.tar.bz2 gentoo-2-4a96e591c3fa184e34f77d342ba19e8113276993.zip |
added subslot deps
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/grive/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/grive/grive-0.2.0-r1.ebuild (renamed from net-misc/grive/grive-0.2.0.ebuild) | 11 |
2 files changed, 12 insertions, 7 deletions
diff --git a/net-misc/grive/ChangeLog b/net-misc/grive/ChangeLog index a722136456ed..9a3f24333390 100644 --- a/net-misc/grive/ChangeLog +++ b/net-misc/grive/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/grive # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.10 2013/03/23 19:51:07 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/ChangeLog,v 1.11 2013/04/14 17:44:13 ottxor Exp $ + +*grive-0.2.0-r1 (14 Apr 2013) + + 14 Apr 2013; Christoph Junghans <ottxor@gentoo.org> +grive-0.2.0-r1.ebuild, + -grive-0.2.0.ebuild: + added subslot deps 23 Mar 2013; Christoph Junghans <ottxor@gentoo.org> grive-0.2.0.ebuild: used new include json-c include path (bug #462632) diff --git a/net-misc/grive/grive-0.2.0.ebuild b/net-misc/grive/grive-0.2.0-r1.ebuild index 95794de32806..70ea50e6b82d 100644 --- a/net-misc/grive/grive-0.2.0.ebuild +++ b/net-misc/grive/grive-0.2.0-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild,v 1.7 2013/03/23 19:51:07 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2.0-r1.ebuild,v 1.1 2013/04/14 17:44:13 ottxor Exp $ -EAPI=4 +EAPI=5 inherit cmake-utils eutils multilib @@ -23,11 +23,10 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" - dev-libs/boost + dev-libs/boost:= dev-libs/expat - dev-libs/json-c - dev-libs/libgcrypt - dev-libs/libgpg-error + dev-libs/json-c:= + dev-libs/libgcrypt:= net-misc/curl sys-devel/binutils sys-libs/glibc |