aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authormpkh <cynede@gentoo.org>2016-11-13 17:24:17 +0400
committerGitHub <noreply@github.com>2016-11-13 17:24:17 +0400
commitbc90b829a60f46332b9500e7d84dd430d7426d53 (patch)
treeafea2c513bce553dbdc7362d6bf40bc97e947435 /eclass
parentMerge pull request #264 from ArsenShnurkov/monotorrent (diff)
parent.pc file added (diff)
downloaddotnet-bc90b829a60f46332b9500e7d84dd430d7426d53.tar.gz
dotnet-bc90b829a60f46332b9500e7d84dd430d7426d53.tar.bz2
dotnet-bc90b829a60f46332b9500e7d84dd430d7426d53.zip
Merge pull request #265 from ArsenShnurkov/nlog
dev-dotnet/nlog
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gac.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/gac.eclass b/eclass/gac.eclass
index 2be4356..fef0104 100644
--- a/eclass/gac.eclass
+++ b/eclass/gac.eclass
@@ -92,7 +92,8 @@ einstall_pc_file()
shift
done
- local PC_FILENAME="${PC_NAME}-${PC_VERSION}"
+# local PC_FILENAME="${PC_NAME}-${PC_VERSION}"
+ local PC_FILENAME="${PN}-${PV}"
local PC_DIRECTORY="/usr/$(get_libdir)/pkgconfig"
#local PC_DIRECTORY_DELTA="${CATEGORY}/${PN}"
local PC_DIRECTORY_VER="${PC_DIRECTORY}/${PC_DIRECTORY_DELTA}"