diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-29 13:02:20 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-29 13:02:20 +0000 |
commit | 5157b8ca0297c7f858385f09dea5ab2cb7b78698 (patch) | |
tree | d2eb8d82c2a2b82a0941fdb60c64ce047ec9c3c1 /x11-misc/grsync | |
parent | Fix gtk+ slot deps (diff) | |
download | gentoo-2-5157b8ca0297c7f858385f09dea5ab2cb7b78698.tar.gz gentoo-2-5157b8ca0297c7f858385f09dea5ab2cb7b78698.tar.bz2 gentoo-2-5157b8ca0297c7f858385f09dea5ab2cb7b78698.zip |
Fix gtk+ slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/grsync')
-rw-r--r-- | x11-misc/grsync/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-0.9.2.ebuild | 7 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-1.1.1.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/grsync/ChangeLog b/x11-misc/grsync/ChangeLog index cf6fd7e889e9..5bd86e5aa2e1 100644 --- a/x11-misc/grsync/ChangeLog +++ b/x11-misc/grsync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/grsync # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.23 2011/03/16 18:42:58 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.24 2011/03/29 13:02:19 angelos Exp $ + + 29 Mar 2011; Christoph Mende <angelos@gentoo.org> grsync-0.9.2.ebuild, + grsync-1.1.1.ebuild: + Fix gtk+ slot deps *grsync-1.1.1 (16 Mar 2011) diff --git a/x11-misc/grsync/grsync-0.9.2.ebuild b/x11-misc/grsync/grsync-0.9.2.ebuild index d2021106d73e..9d826dfbe40b 100644 --- a/x11-misc/grsync/grsync-0.9.2.ebuild +++ b/x11-misc/grsync/grsync-0.9.2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-0.9.2.ebuild,v 1.2 2010/02/03 20:32:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-0.9.2.ebuild,v 1.3 2011/03/29 13:02:19 angelos Exp $ +EAPI=1 inherit gnome2 DESCRIPTION="A gtk frontend to rsync" @@ -12,7 +13,7 @@ KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" IUSE="" SRC_URI="http://www.opbyte.it/release/${P}.tar.gz" -RDEPEND=">=x11-libs/gtk+-2.16 +RDEPEND=">=x11-libs/gtk+-2.16:2 net-misc/rsync" DEPEND="${RDEPEND} diff --git a/x11-misc/grsync/grsync-1.1.1.ebuild b/x11-misc/grsync/grsync-1.1.1.ebuild index 7aa486b2f822..ae0fb1ca6cbb 100644 --- a/x11-misc/grsync/grsync-1.1.1.ebuild +++ b/x11-misc/grsync/grsync-1.1.1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-1.1.1.ebuild,v 1.1 2011/03/16 18:42:58 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-1.1.1.ebuild,v 1.2 2011/03/29 13:02:20 angelos Exp $ +EAPI=1 inherit gnome2 DESCRIPTION="A gtk frontend to rsync" @@ -12,7 +13,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" SRC_URI="http://www.opbyte.it/release/${P}.tar.gz" -RDEPEND=">=x11-libs/gtk+-2.16 +RDEPEND=">=x11-libs/gtk+-2.16:2 net-misc/rsync" DEPEND="${RDEPEND} |