diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-28 16:42:42 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-28 16:42:42 +0000 |
commit | 945b5fb0b030ec5733affb748051413a6ded2cba (patch) | |
tree | 147becd854097dccf598b35547d1dbe940ab8186 /dev-vcs | |
parent | Fixed gtk+ dep and some cleanup (diff) | |
download | gentoo-2-945b5fb0b030ec5733affb748051413a6ded2cba.tar.gz gentoo-2-945b5fb0b030ec5733affb748051413a6ded2cba.tar.bz2 gentoo-2-945b5fb0b030ec5733affb748051413a6ded2cba.zip |
Fixed gtk+ dep
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/archway/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/archway/archway-0.2.1.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-vcs/archway/ChangeLog b/dev-vcs/archway/ChangeLog index 93a586ceb401..a22c44f65868 100644 --- a/dev-vcs/archway/ChangeLog +++ b/dev-vcs/archway/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/archway -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/archway/ChangeLog,v 1.1 2010/03/05 05:49:57 abcd Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/archway/ChangeLog,v 1.2 2011/03/28 16:42:42 angelos Exp $ + + 28 Mar 2011; Christoph Mende <angelos@gentoo.org> archway-0.2.1.ebuild: + Fixed gtk+ dep 05 Mar 2010; Jonathan Callen <abcd@gentoo.org> archway-0.2.1.ebuild: Move from dev-util to dev-vcs for bug #56967 diff --git a/dev-vcs/archway/archway-0.2.1.ebuild b/dev-vcs/archway/archway-0.2.1.ebuild index 9370a4c3d357..94e092721359 100644 --- a/dev-vcs/archway/archway-0.2.1.ebuild +++ b/dev-vcs/archway/archway-0.2.1.ebuild @@ -1,12 +1,13 @@ -# 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/dev-vcs/archway/archway-0.2.1.ebuild,v 1.2 2010/03/05 05:50:27 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/archway/archway-0.2.1.ebuild,v 1.3 2011/03/28 16:42:42 angelos Exp $ +EAPI=3 inherit eutils DESCRIPTION="A GUI for GNU Arch" HOMEPAGE="http://www.nongnu.org/archway/" -SRC_URI="http://savannah.nongnu.org/download/archway/${P}.tar.gz" +SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -21,7 +22,7 @@ IUSE="" # >=x11-libs/gtk+-2.4.0" DEPEND="" -RDEPEND="=x11-libs/gtk+-2* +RDEPEND="x11-libs/gtk+:2 >=dev-perl/gtk2-perl-1.040" src_install() { |