diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-12-02 22:21:42 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-12-02 22:21:42 +0000 |
commit | e1f5fd380d4b5b4538d55d67812439b32534d78a (patch) | |
tree | b200974050a5a39c8c2351cad03fa0c7b3694bc6 /x11-misc/apwal | |
parent | fix typo (diff) | |
download | gentoo-2-e1f5fd380d4b5b4538d55d67812439b32534d78a.tar.gz gentoo-2-e1f5fd380d4b5b4538d55d67812439b32534d78a.tar.bz2 gentoo-2-e1f5fd380d4b5b4538d55d67812439b32534d78a.zip |
add missing gdk-pixbuf and glib dependencies. Stable on amd64. Bug #391613
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/apwal')
-rw-r--r-- | x11-misc/apwal/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/apwal/apwal-0.4.5-r1.ebuild | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-misc/apwal/ChangeLog b/x11-misc/apwal/ChangeLog index 24a58ef9d766..a353a5d87254 100644 --- a/x11-misc/apwal/ChangeLog +++ b/x11-misc/apwal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/apwal # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v 1.12 2011/03/02 16:20:13 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v 1.13 2011/12/02 22:21:42 hwoarang Exp $ + + 02 Dec 2011; Markos Chandras <hwoarang@gentoo.org> apwal-0.4.5-r1.ebuild: + add missing gdk-pixbuf and glib dependencies. Stable on amd64. Bug #391613 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> apwal-0.4.5.ebuild: Depend on slotted gtk+ and EAPI=2 bump for slot deps. diff --git a/x11-misc/apwal/apwal-0.4.5-r1.ebuild b/x11-misc/apwal/apwal-0.4.5-r1.ebuild index bd00de1f8811..08c9b728b0d9 100644 --- a/x11-misc/apwal/apwal-0.4.5-r1.ebuild +++ b/x11-misc/apwal/apwal-0.4.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/apwal-0.4.5-r1.ebuild,v 1.1 2010/08/24 18:37:52 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/apwal-0.4.5-r1.ebuild,v 1.2 2011/12/02 22:21:42 hwoarang Exp $ EAPI="2" @@ -12,11 +12,13 @@ SRC_URI="http://apwal.free.fr/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" RDEPEND="x11-libs/gtk+:2 - dev-libs/libxml2" + x11-libs/gdk-pixbuf + dev-libs/libxml2 + dev-libs/glib" DEPEND="${RDEPEND} dev-util/pkgconfig" |