diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-05-11 15:58:05 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-05-11 15:58:05 +0000 |
commit | 0c7a2eb6a7ad02101ff7d89317e9082cdfd1934d (patch) | |
tree | cf704a9717a5da601bfe0d8866317ab376a36d17 /x11-themes | |
parent | sci-biology/fasta: Version BUmp (diff) | |
download | gentoo-2-0c7a2eb6a7ad02101ff7d89317e9082cdfd1934d.tar.gz gentoo-2-0c7a2eb6a7ad02101ff7d89317e9082cdfd1934d.tar.bz2 gentoo-2-0c7a2eb6a7ad02101ff7d89317e9082cdfd1934d.zip |
fix deps wrt #469442
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/geany-themes/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/geany-themes/geany-themes-1.22.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-themes/geany-themes/ChangeLog b/x11-themes/geany-themes/ChangeLog index aee84adb44de..4679bd03bf43 100644 --- a/x11-themes/geany-themes/ChangeLog +++ b/x11-themes/geany-themes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/geany-themes -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/geany-themes/ChangeLog,v 1.5 2012/12/06 04:11:41 phajdan.jr Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/geany-themes/ChangeLog,v 1.6 2013/05/11 15:58:05 hasufell Exp $ + + 11 May 2013; Julian Ospald <hasufell@gentoo.org> geany-themes-1.22.2.ebuild: + fix deps wrt #469442 06 Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> geany-themes-1.22.2.ebuild: diff --git a/x11-themes/geany-themes/geany-themes-1.22.2.ebuild b/x11-themes/geany-themes/geany-themes-1.22.2.ebuild index c012909fa07f..ebe0e138de55 100644 --- a/x11-themes/geany-themes/geany-themes-1.22.2.ebuild +++ b/x11-themes/geany-themes/geany-themes-1.22.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/geany-themes/geany-themes-1.22.2.ebuild,v 1.3 2012/12/06 04:11:41 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/geany-themes/geany-themes-1.22.2.ebuild,v 1.4 2013/05/11 15:58:05 hasufell Exp $ EAPI=4 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="~dev-util/geany-${PV:0:4}" +RDEPEND=">=dev-util/geany-${PV:0:4}" src_install() { insinto /usr/share/geany |