summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2013-04-25 03:04:24 +0000
committerAndrey Grozin <grozin@gentoo.org>2013-04-25 03:04:24 +0000
commitab4b9d937be1794628c9fd9a4edc25ffc3d3854d (patch)
treea04bb1d6433533fdd7ca80bee9583c193b880540 /dev-lisp
parentStable for HPPA (bug #467008). (diff)
downloadgentoo-2-ab4b9d937be1794628c9fd9a4edc25ffc3d3854d.tar.gz
gentoo-2-ab4b9d937be1794628c9fd9a4edc25ffc3d3854d.tar.bz2
gentoo-2-ab4b9d937be1794628c9fd9a4edc25ffc3d3854d.zip
DEPEND on <texinfo-5.0 (bug #467146)
(Portage version: 2.2.0_alpha173/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/asdf/ChangeLog5
-rw-r--r--dev-lisp/asdf/asdf-2.33-r4.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lisp/asdf/ChangeLog b/dev-lisp/asdf/ChangeLog
index 4e0d925bb834..6958e8450f68 100644
--- a/dev-lisp/asdf/ChangeLog
+++ b/dev-lisp/asdf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/asdf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.7 2013/04/24 12:10:08 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.8 2013/04/25 03:04:24 grozin Exp $
+
+ 25 Apr 2013; Andrey Grozin <grozin@gentoo.org> asdf-2.33-r4.ebuild:
+ DEPEND on <texinfo-5.0 (bug #467146)
24 Apr 2013; Andrey Grozin <grozin@gentoo.org> asdf-2.33-r4.ebuild:
USE flag doc added
diff --git a/dev-lisp/asdf/asdf-2.33-r4.ebuild b/dev-lisp/asdf/asdf-2.33-r4.ebuild
index e686c1e9e228..ea9d9889096c 100644
--- a/dev-lisp/asdf/asdf-2.33-r4.ebuild
+++ b/dev-lisp/asdf/asdf-2.33-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-2.33-r4.ebuild,v 1.2 2013/04/24 12:10:08 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-2.33-r4.ebuild,v 1.3 2013/04/25 03:04:24 grozin Exp $
EAPI=5
inherit eutils
@@ -19,7 +19,8 @@ SLOT="0/${PVR}"
DEPEND="!dev-lisp/cl-${PN}
!dev-lisp/asdf-binary-locations
!dev-lisp/gentoo-init
- !<dev-lisp/asdf-2.33-r3"
+ !<dev-lisp/asdf-2.33-r3
+ doc? ( <sys-apps/texinfo-5.0 virtual/texi2dvi )"
RDEPEND=""
PDEPEND="~dev-lisp/uiop-${PV}"