diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2019-11-18 15:21:58 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-11-18 17:22:58 +0100 |
commit | 244b584cef339eecb6f873831da91b9114c2eabc (patch) | |
tree | 20be0a8aafa3eed80d4e3d548906deba47dbb40a /dev-lisp | |
parent | dev-python/pycparser: restore python_compile function (diff) | |
download | gentoo-244b584cef339eecb6f873831da91b9114c2eabc.tar.gz gentoo-244b584cef339eecb6f873831da91b9114c2eabc.tar.bz2 gentoo-244b584cef339eecb6f873831da91b9114c2eabc.zip |
dev-lisp/asdf: remove duplicate SLOT variable
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13697
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/asdf/asdf-3.1.5.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/asdf/asdf-3.3.1.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/asdf/asdf-3.3.2-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/asdf/asdf-3.3.2.ebuild | 6 |
4 files changed, 8 insertions, 16 deletions
diff --git a/dev-lisp/asdf/asdf-3.1.5.ebuild b/dev-lisp/asdf/asdf-3.1.5.ebuild index 8a067789c189..dc7f9224a2e2 100644 --- a/dev-lisp/asdf/asdf-3.1.5.ebuild +++ b/dev-lisp/asdf/asdf-3.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,12 +10,10 @@ HOMEPAGE="http://common-lisp.net/project/asdf/" SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz" LICENSE="MIT" -SLOT="0" +SLOT="0/${PVR}" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="doc" -SLOT="0/${PVR}" - DEPEND="!dev-lisp/cl-${PN} !<dev-lisp/asdf-2.33-r3 doc? ( virtual/texi2dvi )" diff --git a/dev-lisp/asdf/asdf-3.3.1.ebuild b/dev-lisp/asdf/asdf-3.3.1.ebuild index 41961826139a..aed7e6593218 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-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,12 +10,10 @@ HOMEPAGE="http://common-lisp.net/project/asdf/" SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz" LICENSE="MIT" -SLOT="0" +SLOT="0/${PVR}" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="doc" -SLOT="0/${PVR}" - DEPEND="!dev-lisp/cl-${PN} !<dev-lisp/asdf-2.33-r3 doc? ( virtual/texi2dvi )" diff --git a/dev-lisp/asdf/asdf-3.3.2-r1.ebuild b/dev-lisp/asdf/asdf-3.3.2-r1.ebuild index 74e4ab625579..b77b6a5e1a49 100644 --- a/dev-lisp/asdf/asdf-3.3.2-r1.ebuild +++ b/dev-lisp/asdf/asdf-3.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,12 +10,10 @@ HOMEPAGE="http://common-lisp.net/project/asdf/" SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz" LICENSE="MIT" -SLOT="0" +SLOT="0/${PVR}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="doc test" -SLOT="0/${PVR}" - DEPEND="!dev-lisp/cl-${PN} !<dev-lisp/asdf-2.33-r3 doc? ( virtual/texi2dvi ) diff --git a/dev-lisp/asdf/asdf-3.3.2.ebuild b/dev-lisp/asdf/asdf-3.3.2.ebuild index 54c65a46a31f..24b35b0d2403 100644 --- a/dev-lisp/asdf/asdf-3.3.2.ebuild +++ b/dev-lisp/asdf/asdf-3.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,12 +10,10 @@ HOMEPAGE="http://common-lisp.net/project/asdf/" SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz" LICENSE="MIT" -SLOT="0" +SLOT="0/${PVR}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="doc" -SLOT="0/${PVR}" - DEPEND="!dev-lisp/cl-${PN} !<dev-lisp/asdf-2.33-r3 doc? ( virtual/texi2dvi )" |