summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2012-02-09 17:27:30 +0100
committerTreeve Jelbert2012-02-09 17:36:42 +0100
commit507142f0cf952e1e33c158a52dc46c15257585ba (patch)
tree9f5e1e155d42e306d5b8c1764b4f6e619e203723
parent623968113d62baecf97ca523bbad5ec37a95defc (diff)
glib2 - elfutils is optional
-rwxr-xr-xgnome2-libs/glib2/DEPENDS2
-rw-r--r--gnome2-libs/glib2/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index 18d5432dc3..9d55820dd3 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -4,7 +4,7 @@ depends pkgconfig &&
depends libffi &&
if [[ $GLIB_VER == devel ]];then
- depends elfutils
+ optional_depends elfutils '' '' 'manipulate ELF files'
fi &&
if ! spell_installed pkgconfig; then
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index 12eae65a6b..720e72518e 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,6 @@
+2012-02-09 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: elfutils is optional
+
2012-02-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: only depend on elfutils if DEVEL is selected