summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2013-04-19 13:06:48 -0400
committerElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2013-04-19 13:06:48 -0400
commit9b147469e20fee29de8c0350a164e0ac6350ee15 (patch)
tree1c05e98ea137551cb47684ab7d0ddd0453a601e5
parentAdded jshon requested by setkeh... (diff)
downloadArmageddon-9b147469e20fee29de8c0350a164e0ac6350ee15.tar.gz
Armageddon-9b147469e20fee29de8c0350a164e0ac6350ee15.tar.bz2
Armageddon-9b147469e20fee29de8c0350a164e0ac6350ee15.zip
Added gcc dependency to jshon just in case...
-rw-r--r--sys-apps/jshon/jshon-20120914.ebuild3
-rw-r--r--sys-apps/jshon/jshon-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/jshon/jshon-20120914.ebuild b/sys-apps/jshon/jshon-20120914.ebuild
index 6a24625..d818f6e 100644
--- a/sys-apps/jshon/jshon-20120914.ebuild
+++ b/sys-apps/jshon/jshon-20120914.ebuild
@@ -14,7 +14,8 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND="dev-libs/jansson"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ sys-devel/gcc"
src_install() {
dobin ${PN}
diff --git a/sys-apps/jshon/jshon-9999.ebuild b/sys-apps/jshon/jshon-9999.ebuild
index 1eb3eec..577fcf0 100644
--- a/sys-apps/jshon/jshon-9999.ebuild
+++ b/sys-apps/jshon/jshon-9999.ebuild
@@ -16,7 +16,8 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND="dev-libs/jansson"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ sys-devel/gcc"
src_install() {
dobin ${PN}