diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-01-14 18:24:19 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-01-14 18:24:19 +0000 |
commit | 9f91f34fb37a958b78637469b6f5588cda19ecf8 (patch) | |
tree | 9af1042f1659f2ab2659b8740d54d20a000837ef /sys-fs/davl | |
parent | [net-analyzer/rrdtool-1.4.5-r2] Fix the build with automake-1.11.2 - bug #396... (diff) | |
download | gentoo-2-9f91f34fb37a958b78637469b6f5588cda19ecf8.tar.gz gentoo-2-9f91f34fb37a958b78637469b6f5588cda19ecf8.tar.bz2 gentoo-2-9f91f34fb37a958b78637469b6f5588cda19ecf8.zip |
Version bump wrt #395721
(Portage version: 2.1.10.44/cvs/Linux ia64)
Diffstat (limited to 'sys-fs/davl')
-rw-r--r-- | sys-fs/davl/ChangeLog | 10 | ||||
-rw-r--r-- | sys-fs/davl/davl-1.2.4.ebuild (renamed from sys-fs/davl/davl-1.2.1.ebuild) | 11 |
2 files changed, 14 insertions, 7 deletions
diff --git a/sys-fs/davl/ChangeLog b/sys-fs/davl/ChangeLog index 65f1baa1c300..e64b45f90bcf 100644 --- a/sys-fs/davl/ChangeLog +++ b/sys-fs/davl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/davl -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/davl/ChangeLog,v 1.5 2011/03/29 12:56:03 angelos Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/davl/ChangeLog,v 1.6 2012/01/14 18:24:19 armin76 Exp $ + +*davl-1.2.4 (14 Jan 2012) + + 14 Jan 2012; Raúl Porcel <armin76@gentoo.org> -davl-1.2.1.ebuild, + +davl-1.2.4.ebuild: + Version bump wrt #395721 29 Mar 2011; Christoph Mende <angelos@gentoo.org> davl-1.2.1.ebuild: Fix gtk+ slot deps diff --git a/sys-fs/davl/davl-1.2.1.ebuild b/sys-fs/davl/davl-1.2.4.ebuild index 56663a7d4f4d..367f5bee2972 100644 --- a/sys-fs/davl/davl-1.2.1.ebuild +++ b/sys-fs/davl/davl-1.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/davl/davl-1.2.1.ebuild,v 1.4 2011/03/29 12:56:03 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/davl/davl-1.2.4.ebuild,v 1.1 2012/01/14 18:24:19 armin76 Exp $ EAPI=1 inherit eutils @@ -14,13 +14,14 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=sys-fs/e2fsprogs-1.38 - >=x11-libs/gtk+-2.6:2" +RDEPEND=">=x11-libs/gtk+-2.6:2" +DEPEND="${RDEPEND} +>=sys-fs/e2fsprogs-1.38" src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-asneeded.patch + epatch "${FILESDIR}"/${PN}-1.2.1-asneeded.patch } src_install() { |