diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-02-22 13:32:35 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-02-22 13:32:35 +0000 |
commit | 28ab5c61d336390cddd4d5d981897442bc85af05 (patch) | |
tree | cd303e3bfac982d39fe6c6b214d6fb0d94107fbb /x11-misc/xdg-utils | |
parent | Don't build tests and examples during standard make, this saves a few gcc/ld ... (diff) | |
download | gentoo-2-28ab5c61d336390cddd4d5d981897442bc85af05.tar.gz gentoo-2-28ab5c61d336390cddd4d5d981897442bc85af05.tar.bz2 gentoo-2-28ab5c61d336390cddd4d5d981897442bc85af05.zip |
Move desktop-file-utils to PDEPEND because of dependency cycle, bug 208043.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc/xdg-utils')
-rw-r--r-- | x11-misc/xdg-utils/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xdg-utils/xdg-utils-1.0.2-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/xdg-utils/ChangeLog b/x11-misc/xdg-utils/ChangeLog index 92f79198b47b..b44f8721ef8d 100644 --- a/x11-misc/xdg-utils/ChangeLog +++ b/x11-misc/xdg-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xdg-utils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/ChangeLog,v 1.44 2008/02/03 13:58:40 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/ChangeLog,v 1.45 2008/02/22 13:32:35 ulm Exp $ + + 22 Feb 2008; Ulrich Mueller <ulm@gentoo.org> xdg-utils-1.0.2-r1.ebuild: + Move desktop-file-utils to PDEPEND because of dependency cycle, bug 208043. 03 Feb 2008; Samuli Suominen <drac@gentoo.org> xdg-utils-1.0.2-r1.ebuild: Update HOMEPAGE. diff --git a/x11-misc/xdg-utils/xdg-utils-1.0.2-r1.ebuild b/x11-misc/xdg-utils/xdg-utils-1.0.2-r1.ebuild index 6450e0335cf3..41713c0c9a23 100644 --- a/x11-misc/xdg-utils/xdg-utils-1.0.2-r1.ebuild +++ b/x11-misc/xdg-utils/xdg-utils-1.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/xdg-utils-1.0.2-r1.ebuild,v 1.3 2008/02/03 13:58:40 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/xdg-utils-1.0.2-r1.ebuild,v 1.4 2008/02/22 13:32:35 ulm Exp $ inherit eutils @@ -16,8 +16,8 @@ IUSE="doc" RESTRICT="test" RDEPEND="x11-apps/xprop - x11-misc/shared-mime-info - dev-util/desktop-file-utils" + x11-misc/shared-mime-info" +PDEPEND="dev-util/desktop-file-utils" DEPEND="" src_unpack() { |