diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-07-14 18:41:49 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-07-14 18:41:49 -0400 |
commit | b205373557806b315eafb03ceb85a427298605a5 (patch) | |
tree | 9de3f522ac749f56b21608713193757e4c4074ca /sci-mathematics/nauty | |
parent | sci-mathematics/nauty: drop 2.8.8 (diff) | |
download | gentoo-b205373557806b315eafb03ceb85a427298605a5.tar.gz gentoo-b205373557806b315eafb03ceb85a427298605a5.tar.bz2 gentoo-b205373557806b315eafb03ceb85a427298605a5.zip |
sci-mathematics/nauty: reorder $S for pkgcheck
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/nauty')
-rw-r--r-- | sci-mathematics/nauty/nauty-2.8.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/nauty/nauty-2.8.8-r1.ebuild b/sci-mathematics/nauty/nauty-2.8.8-r1.ebuild index 4a1217c67d17..da25e0fbbb54 100644 --- a/sci-mathematics/nauty/nauty-2.8.8-r1.ebuild +++ b/sci-mathematics/nauty/nauty-2.8.8-r1.ebuild @@ -15,6 +15,8 @@ SRC_URI="https://pallini.di.uniroma1.it/${PN}${MY_PV}.tar.gz mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}+ds-${DEBIAN_PATCH_VERSION}.debian.tar.xz https://src.fedoraproject.org/rpms/nauty/raw/rawhide/f/nauty-includes.patch" +S="${WORKDIR}/${PN}${MY_PV}" + LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm ~riscv ~x86" @@ -26,8 +28,6 @@ DEPEND="dev-libs/gmp:0 sci-mathematics/cliquer" RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}${MY_PV}" - DOCS=( schreier.txt formats.txt changes24-28.txt ) PATCHES=( |