summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-07-11 08:46:18 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-07-11 08:46:18 +0000
commitdbe6be12a99700cbf4e77bb75286a1e4c63fa5c6 (patch)
tree68c85d2e28cdda773fe2ffe628b57785804900b3 /dev-lisp
parentStable on amd64 #511170 (diff)
downloadgentoo-2-dbe6be12a99700cbf4e77bb75286a1e4c63fa5c6.tar.gz
gentoo-2-dbe6be12a99700cbf4e77bb75286a1e4c63fa5c6.tar.bz2
gentoo-2-dbe6be12a99700cbf4e77bb75286a1e4c63fa5c6.zip
Stable on amd64 #511170
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/asdf/ChangeLog5
-rw-r--r--dev-lisp/asdf/asdf-3.0.3.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-lisp/asdf/ChangeLog b/dev-lisp/asdf/ChangeLog
index 2dc24245b141..845b2a807215 100644
--- a/dev-lisp/asdf/ChangeLog
+++ b/dev-lisp/asdf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/asdf
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.16 2014/03/09 14:16:24 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.17 2014/07/11 08:46:18 patrick Exp $
+
+ 11 Jul 2014; Patrick Lauer <patrick@gentoo.org> asdf-3.0.3.ebuild:
+ Stable on amd64 #511170
*asdf-3.0.3 (09 Mar 2014)
diff --git a/dev-lisp/asdf/asdf-3.0.3.ebuild b/dev-lisp/asdf/asdf-3.0.3.ebuild
index 7429e6f933f1..b65441686625 100644
--- a/dev-lisp/asdf/asdf-3.0.3.ebuild
+++ b/dev-lisp/asdf/asdf-3.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.0.3.ebuild,v 1.1 2014/03/09 14:16:24 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.0.3.ebuild,v 1.2 2014/07/11 08:46:18 patrick Exp $
EAPI=5
inherit eutils
@@ -11,8 +11,8 @@ SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
+IUSE="doc test"
SLOT="0/${PVR}"
@@ -20,7 +20,8 @@ DEPEND="!dev-lisp/cl-${PN}
!dev-lisp/asdf-binary-locations
!dev-lisp/gentoo-init
!<dev-lisp/asdf-2.33-r3
- doc? ( virtual/texi2dvi )"
+ doc? ( virtual/texi2dvi )
+ test? ( dev-lisp/sbcl )"
RDEPEND=""
PDEPEND="~dev-lisp/uiop-${PV}"