diff options
author | Sam James <sam@gentoo.org> | 2023-10-23 02:43:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 02:43:45 +0100 |
commit | 5594e37a89f47034c544a84cd6e6a9500406fde5 (patch) | |
tree | 4a9ca44c23a0f5340cc9697f6a6a7a4c614f4953 /sci-physics | |
parent | net-libs/libvncserver: Stabilize 0.9.14-r1 arm64, #906743 (diff) | |
download | gentoo-5594e37a89f47034c544a84cd6e6a9500406fde5.tar.gz gentoo-5594e37a89f47034c544a84cd6e6a9500406fde5.tar.bz2 gentoo-5594e37a89f47034c544a84cd6e6a9500406fde5.zip |
sci-physics/lhapdf: Stabilize 6.5.4 amd64, #913404
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/lhapdf/lhapdf-6.5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/lhapdf/lhapdf-6.5.4.ebuild b/sci-physics/lhapdf/lhapdf-6.5.4.ebuild index 836d2c5d1791..f4c7c7e60150 100644 --- a/sci-physics/lhapdf/lhapdf-6.5.4.ebuild +++ b/sci-physics/lhapdf/lhapdf-6.5.4.ebuild @@ -26,7 +26,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://www.hepforge.org/downloads/lhapdf/${MY_PF}.tar.gz" S="${WORKDIR}/${MY_PF}" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="GPL-2" |