diff options
author | Sam James <sam@gentoo.org> | 2021-05-29 21:02:45 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-29 21:02:45 +0200 |
commit | 1b628b9e8af68bcb1dc75c4604aa778a4251deb7 (patch) | |
tree | a7d0ae55648e66bd827fc2b692b5a4d7eddf4c6c /sci-astronomy/fitsh | |
parent | sci-astronomy/casa-data: ebuild tidying (diff) | |
download | gentoo-1b628b9e8af68bcb1dc75c4604aa778a4251deb7.tar.gz gentoo-1b628b9e8af68bcb1dc75c4604aa778a4251deb7.tar.bz2 gentoo-1b628b9e8af68bcb1dc75c4604aa778a4251deb7.zip |
sci-astronomy/fitsh: ebuild tidying
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-astronomy/fitsh')
-rw-r--r-- | sci-astronomy/fitsh/fitsh-0.9.2.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sci-astronomy/fitsh/fitsh-0.9.2.ebuild b/sci-astronomy/fitsh/fitsh-0.9.2.ebuild index 86640da85703..c32d7fc69cc1 100644 --- a/sci-astronomy/fitsh/fitsh-0.9.2.ebuild +++ b/sci-astronomy/fitsh/fitsh-0.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,8 +10,3 @@ SRC_URI="https://fitsh.net/download/fitsh/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" |