summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2018-01-02 10:47:37 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2018-01-02 10:47:37 +0100
commit1648e87dcf86c77d9475356c4d8827d20d94cde4 (patch)
treefd198813117d492d2f38ef0414023ff8ead9b9bd /media-sound
parentnetbeans: bumped to the latest nightly sources (diff)
downloadfordfrog-1648e87dcf86c77d9475356c4d8827d20d94cde4.tar.gz
fordfrog-1648e87dcf86c77d9475356c4d8827d20d94cde4.tar.bz2
fordfrog-1648e87dcf86c77d9475356c4d8827d20d94cde4.zip
media-sound/linuxsampler: fixed repoman warnings
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/linuxsampler/Manifest2
-rw-r--r--media-sound/linuxsampler/linuxsampler-9999.ebuild7
2 files changed, 4 insertions, 5 deletions
diff --git a/media-sound/linuxsampler/Manifest b/media-sound/linuxsampler/Manifest
index a38e7da2b..6b9940df5 100644
--- a/media-sound/linuxsampler/Manifest
+++ b/media-sound/linuxsampler/Manifest
@@ -1,2 +1,2 @@
-EBUILD linuxsampler-9999.ebuild 1787 SHA256 49a0530059f56bbc90119520c93ba5e2407ad8a6223bbd9830eb70e100740b01 SHA512 a6f05616885263e5abdd9df586d10b3e6fe9b2a7d473cc4bf56f0b09fd1ac36ccc592b1292616c69e12174bccda4160090ef7483dce3c3b346fa13f586fdb1ac WHIRLPOOL f09cab851c4ceb5c4269a364f34f65242ff8cefe1e87ebc719377cbc69dc858f7dfa2ca83fbfa916cd17955f189b0adf378d97c969d07d5d87deeb30cd045423
+EBUILD linuxsampler-9999.ebuild 1772 SHA256 35813757f24d5ba0ddda0f58b9cbc64b9f0826fc32c19c55f0e7564f51baa278 SHA512 b3b6bf7d465476da46e7ac4216165d9781e789ebe3e1455f28dde6336949f3abd7c9b163fb725fada02e5b6b0203c983fc5a743a900b2947d66eb9edf0c6921e WHIRLPOOL a72ad34e7d3724c7ece2009b047dde825b038ea1eabe7265a9e5fb815be80eddfc8a57bb935ce3d83284a53e33afface39ba8cb599ba1acfd05adf33fbf499a6
MISC metadata.xml 426 SHA256 32de3b3e011661fb37839c8332d852cff53753207a453a8c90f692665953db95 SHA512 24a7b5c51d5da622b00dd5b24bf066a4142bb0d1d1b15418c59f356307389c008c29438398d5a151c8c5ee5df6ae110f104080c974c22edf429322285bdedd51 WHIRLPOOL dc054604de81420b428b6c45a85a6ec3cef70abafbe85bffaada1eb4de23e0348502916d528b295a9a8d1c56a9ea1e049d53e5b09e860065e0f560012d684e39
diff --git a/media-sound/linuxsampler/linuxsampler-9999.ebuild b/media-sound/linuxsampler/linuxsampler-9999.ebuild
index 9d7ae28ce..f26b88610 100644
--- a/media-sound/linuxsampler/linuxsampler-9999.ebuild
+++ b/media-sound/linuxsampler/linuxsampler-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -59,10 +59,9 @@ src_compile() {
src_install() {
default
- # For liblinuxsampler.so to be found at runtime
+ # For liblinuxsampler.so to be found at runtime
printf "LDPATH=\"${EPREFIX}/usr/$(get_libdir)/linuxsampler/\"" > 99${PN}
- doenvd "99${PN}"
-
+ doenvd "99${PN}"
! use static-libs && prune_libtool_files --modules
}