diff options
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}" |