diff options
author | 2022-05-28 14:25:18 +0200 | |
---|---|---|
committer | 2022-05-28 14:53:31 +0200 | |
commit | a9adc2b202688d7cff0a62e0414e4f1c75298569 (patch) | |
tree | 5d12f287f2e0d5692fd238f3a3fa0fa2fe29d0d4 /dev-cpp | |
parent | dev-cpp/parallel-hashmap: add subslot (diff) | |
download | guru-a9adc2b202688d7cff0a62e0414e4f1c75298569.tar.gz guru-a9adc2b202688d7cff0a62e0414e4f1c75298569.tar.bz2 guru-a9adc2b202688d7cff0a62e0414e4f1c75298569.zip |
dev-cpp/plog: add subslot
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/plog/plog-1.1.6-r1.ebuild (renamed from dev-cpp/plog/plog-1.1.6.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/plog/plog-1.1.6.ebuild b/dev-cpp/plog/plog-1.1.6-r1.ebuild index 0e9d992c0..da4a7d2e7 100644 --- a/dev-cpp/plog/plog-1.1.6.ebuild +++ b/dev-cpp/plog/plog-1.1.6-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/SergiusTheBest/${PN}/archive/${PV}.tar.gz -> ${P}.ta KEYWORDS="~amd64" LICENSE="MPL-2.0" -SLOT="0" +SLOT="0/${PV}" IUSE="examples" src_install() { |