From: "Nirbheek Chauhan (nirbheek)" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/gtk-doc-am: ChangeLog gtk-doc-am-1.17.ebuild
Date: Sun, 22 May 2011 12:36:44 +0000 (UTC) [thread overview]
Message-ID: <20110522123644.836E820054@flycatcher.gentoo.org> (raw)
nirbheek 11/05/22 12:36:44
Modified: ChangeLog gtk-doc-am-1.17.ebuild
Log:
Fix circular dep, bug 368301
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Revision Changes Path
1.61 dev-util/gtk-doc-am/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-doc-am/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-doc-am/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-doc-am/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 3 May 2011 11:22:56 -0000 1.60
+++ ChangeLog 22 May 2011 12:36:44 -0000 1.61
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/gtk-doc-am
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/ChangeLog,v 1.60 2011/05/03 11:22:56 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/ChangeLog,v 1.61 2011/05/22 12:36:44 nirbheek Exp $
+
+ 22 May 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gtk-doc-am-1.17.ebuild:
+ Fix circular dep, bug 368301
03 May 2011; Fabian Groffen <grobian@gentoo.org> gtk-doc-am-1.17.ebuild:
Marked ~x64-freebsd
1.5 dev-util/gtk-doc-am/gtk-doc-am-1.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-doc-am/gtk-doc-am-1.17.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-doc-am/gtk-doc-am-1.17.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gtk-doc-am/gtk-doc-am-1.17.ebuild?r1=1.4&r2=1.5
Index: gtk-doc-am-1.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/gtk-doc-am-1.17.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtk-doc-am-1.17.ebuild 3 May 2011 11:22:56 -0000 1.4
+++ gtk-doc-am-1.17.ebuild 22 May 2011 12:36:44 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/gtk-doc-am-1.17.ebuild,v 1.4 2011/05/03 11:22:56 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/gtk-doc-am-1.17.ebuild,v 1.5 2011/05/22 12:36:44 nirbheek Exp $
EAPI="3"
@@ -19,11 +19,12 @@
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
-# pkg-config is used by gtkdoc-rebase at runtime
-RDEPEND=">=dev-lang/perl-5.6
- dev-util/pkgconfig"
+RDEPEND=">=dev-lang/perl-5.6"
DEPEND="${RDEPEND}
!<dev-util/gtk-doc-${MAJ_PV}"
+# pkg-config is used by gtkdoc-rebase at runtime
+# PDEPEND to avoid circular deps, bug 368301
+PDEPEND="dev-util/pkgconfig"
# This ebuild doesn't even compile anything, causing tests to fail when updating (bug #316071)
RESTRICT="test"
next reply other threads:[~2011-05-22 12:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-22 12:36 Nirbheek Chauhan (nirbheek) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-03-07 8:08 [gentoo-commits] gentoo-x86 commit in dev-util/gtk-doc-am: ChangeLog gtk-doc-am-1.17.ebuild Gilles Dartiguelongue (eva)
2011-08-19 16:47 Guy Martin (gmsoft)
2011-08-13 18:46 Raul Porcel (armin76)
2011-08-13 16:58 Raul Porcel (armin76)
2011-08-12 17:38 Kacper Kowalik (xarthisius)
2011-07-17 20:49 Markus Meier (maekke)
2011-07-14 10:18 Thomas Kahle (tomka)
2011-07-01 21:09 Markos Chandras (hwoarang)
2011-05-03 11:22 Fabian Groffen (grobian)
2011-03-07 11:49 Nirbheek Chauhan (nirbheek)
2011-03-03 22:14 Pacho Ramos (pacho)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110522123644.836E820054@flycatcher.gentoo.org \
--to=nirbheek@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox