diff options
author | Matti Bickel <mabi@gentoo.org> | 2014-07-04 21:03:25 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2014-07-04 21:03:25 +0000 |
commit | 76be616545e8707cd7f40a0164baf750c905b0f1 (patch) | |
tree | 6687ba1ea079dd279c04c7a295f1342186035f12 /app-editors/adie | |
parent | bumped EAPI to 5, adjusted deps for gx86-multilib, unbundled some internal li... (diff) | |
download | gentoo-2-76be616545e8707cd7f40a0164baf750c905b0f1.tar.gz gentoo-2-76be616545e8707cd7f40a0164baf750c905b0f1.tar.bz2 gentoo-2-76be616545e8707cd7f40a0164baf750c905b0f1.zip |
need libICE and libSM for proper linking (fixes #514756)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'app-editors/adie')
-rw-r--r-- | app-editors/adie/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/adie/adie-1.7.47.ebuild (renamed from app-editors/adie/adie-1.7.44.ebuild) | 10 |
2 files changed, 13 insertions, 5 deletions
diff --git a/app-editors/adie/ChangeLog b/app-editors/adie/ChangeLog index f13fffdb3d38..872b078562ac 100644 --- a/app-editors/adie/ChangeLog +++ b/app-editors/adie/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/adie # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.46 2014/01/10 18:24:23 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.47 2014/07/04 21:03:25 mabi Exp $ + +*adie-1.7.47 (04 Jul 2014) + + 04 Jul 2014; Matti Bickel <mabi@gentoo.org> +adie-1.7.47.ebuild, + -adie-1.7.44.ebuild: + need libICE and libSM for proper linking (fixes #514756) *adie-1.7.45 (10 Jan 2014) diff --git a/app-editors/adie/adie-1.7.44.ebuild b/app-editors/adie/adie-1.7.47.ebuild index 4f27e7920181..93f626ca3ad0 100644 --- a/app-editors/adie/adie-1.7.44.ebuild +++ b/app-editors/adie/adie-1.7.47.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.7.44.ebuild,v 1.1 2013/12/13 21:06:36 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.7.47.ebuild,v 1.1 2014/07/04 21:03:25 mabi Exp $ -EAPI="4" +EAPI=5 inherit fox @@ -13,5 +13,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="~x11-libs/fox-${PV}" +DEPEND="~x11-libs/fox-${PV} + x11-libs/libICE + x11-libs/libSM" RDEPEND="${DEPEND}" |