diff options
author | 2022-05-29 01:26:35 +0200 | |
---|---|---|
committer | 2022-05-29 01:26:35 +0200 | |
commit | 72265d10ed6bfa0b3a8b86e1e107379b5fac8d44 (patch) | |
tree | 44105b5e5342e6d750b942197281b62298190b82 /dev-cpp | |
parent | sci-libs/ButterflyPACK: make options conditional to use (diff) | |
download | guru-72265d10ed6bfa0b3a8b86e1e107379b5fac8d44.tar.gz guru-72265d10ed6bfa0b3a8b86e1e107379b5fac8d44.tar.bz2 guru-72265d10ed6bfa0b3a8b86e1e107379b5fac8d44.zip |
dev-cpp/xdgpp: add subslot
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/xdgpp/xdgpp-0_pre20201007-r1.ebuild (renamed from dev-cpp/xdgpp/xdgpp-0_pre20201007.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/xdgpp/xdgpp-0_pre20201007.ebuild b/dev-cpp/xdgpp/xdgpp-0_pre20201007-r1.ebuild index 2a9450649..140637eaf 100644 --- a/dev-cpp/xdgpp/xdgpp-0_pre20201007.ebuild +++ b/dev-cpp/xdgpp/xdgpp-0_pre20201007-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ SRC_URI=" S="${WORKDIR}" LICENSE="BSD" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="test" |