summaryrefslogtreecommitdiffstats
path: root/audio-creation
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:00:33 -0700
committerVlad Glagolev2022-07-27 15:00:33 -0700
commit84374183eef17a3eca26594226a7e16f4498461f (patch)
treeda901eba3acb8a7c8dc8a31e351d4f9276590b1b /audio-creation
parent40d33976f5bdb8361dfa5d37caec271fd391cde3 (diff)
gigedit: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'audio-creation')
-rwxr-xr-xaudio-creation/gigedit/DEPENDS2
-rw-r--r--audio-creation/gigedit/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/audio-creation/gigedit/DEPENDS b/audio-creation/gigedit/DEPENDS
index 229ca9d760..68088e7c4c 100755
--- a/audio-creation/gigedit/DEPENDS
+++ b/audio-creation/gigedit/DEPENDS
@@ -1,4 +1,4 @@
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends -sub CXX gcc &&
depends perl &&
depends xml-parser-expat &&
diff --git a/audio-creation/gigedit/HISTORY b/audio-creation/gigedit/HISTORY
index a69b808957..dcd7a7a3d2 100644
--- a/audio-creation/gigedit/HISTORY
+++ b/audio-creation/gigedit/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2011-07-30 Florian Franzmann <bwlf@bandrate.org>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)