diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-29 12:56:03 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-29 12:56:03 +0000 |
commit | 03e4d51c96ec3b98030f19451dccfcceddc34bd4 (patch) | |
tree | aef87366a095e6a8e6ce448ebbcb4504a9eaf55a /sys-fs | |
parent | Fix gtk+ slot deps (diff) | |
download | gentoo-2-03e4d51c96ec3b98030f19451dccfcceddc34bd4.tar.gz gentoo-2-03e4d51c96ec3b98030f19451dccfcceddc34bd4.tar.bz2 gentoo-2-03e4d51c96ec3b98030f19451dccfcceddc34bd4.zip |
Fix gtk+ slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/davl/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/davl/davl-1.2.1.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/davl/ChangeLog b/sys-fs/davl/ChangeLog index 6b76ba533fe1..65f1baa1c300 100644 --- a/sys-fs/davl/ChangeLog +++ b/sys-fs/davl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/davl -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/davl/ChangeLog,v 1.4 2009/12/21 14:47:00 ssuominen Exp $ +# 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 $ + + 29 Mar 2011; Christoph Mende <angelos@gentoo.org> davl-1.2.1.ebuild: + Fix gtk+ slot deps 21 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> davl-1.2.1.ebuild, +files/davl-1.2.1-asneeded.patch: diff --git a/sys-fs/davl/davl-1.2.1.ebuild b/sys-fs/davl/davl-1.2.1.ebuild index f1ec7fe8a6e1..56663a7d4f4d 100644 --- a/sys-fs/davl/davl-1.2.1.ebuild +++ b/sys-fs/davl/davl-1.2.1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 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.3 2009/12/21 14:42:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/davl/davl-1.2.1.ebuild,v 1.4 2011/03/29 12:56:03 angelos Exp $ +EAPI=1 inherit eutils DESCRIPTION="Visualizes the fragmentation status of ext2/3 filesystems" @@ -14,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=sys-fs/e2fsprogs-1.38 - >=x11-libs/gtk+-2.6" + >=x11-libs/gtk+-2.6:2" src_unpack() { unpack ${A} |