diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-08 16:21:27 +0100 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-08 16:21:27 +0100 |
commit | 3788eb5a27a45bbea50b5b934d03bb77e12f682b (patch) | |
tree | 6b3fa40c7f24e45c507a8a498b948278d1c833d8 /dev-lisp | |
parent | dev-lisp/asdf: Drops old versions (diff) | |
download | gentoo-3788eb5a27a45bbea50b5b934d03bb77e12f682b.tar.gz gentoo-3788eb5a27a45bbea50b5b934d03bb77e12f682b.tar.bz2 gentoo-3788eb5a27a45bbea50b5b934d03bb77e12f682b.zip |
dev-lisp/asdf: Drops gentoo-init dependencies
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/asdf/asdf-3.1.5.ebuild | 2 | ||||
-rw-r--r-- | dev-lisp/asdf/asdf-3.3.0.ebuild | 3 | ||||
-rw-r--r-- | dev-lisp/asdf/asdf-3.3.1.ebuild | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/dev-lisp/asdf/asdf-3.1.5.ebuild b/dev-lisp/asdf/asdf-3.1.5.ebuild index bb1f58b4005e..595a49534627 100644 --- a/dev-lisp/asdf/asdf-3.1.5.ebuild +++ b/dev-lisp/asdf/asdf-3.1.5.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 + inherit eutils prefix DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp" @@ -17,7 +18,6 @@ SLOT="0/${PVR}" DEPEND="!dev-lisp/cl-${PN} !dev-lisp/asdf-binary-locations - !<dev-lisp/gentoo-init-1.0 !<dev-lisp/asdf-2.33-r3 doc? ( virtual/texi2dvi )" RDEPEND="" diff --git a/dev-lisp/asdf/asdf-3.3.0.ebuild b/dev-lisp/asdf/asdf-3.3.0.ebuild index ecced8bc873a..858804258a3b 100644 --- a/dev-lisp/asdf/asdf-3.3.0.ebuild +++ b/dev-lisp/asdf/asdf-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,6 @@ SLOT="0/${PVR}" DEPEND="!dev-lisp/cl-${PN} !dev-lisp/asdf-binary-locations - !dev-lisp/gentoo-init !<dev-lisp/asdf-2.33-r3 doc? ( virtual/texi2dvi )" PDEPEND="virtual/commonlisp diff --git a/dev-lisp/asdf/asdf-3.3.1.ebuild b/dev-lisp/asdf/asdf-3.3.1.ebuild index ecced8bc873a..858804258a3b 100644 --- a/dev-lisp/asdf/asdf-3.3.1.ebuild +++ b/dev-lisp/asdf/asdf-3.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,6 @@ SLOT="0/${PVR}" DEPEND="!dev-lisp/cl-${PN} !dev-lisp/asdf-binary-locations - !dev-lisp/gentoo-init !<dev-lisp/asdf-2.33-r3 doc? ( virtual/texi2dvi )" PDEPEND="virtual/commonlisp |