diff options
author | 2009-02-03 19:23:30 +0000 | |
---|---|---|
committer | 2009-02-03 19:23:30 +0000 | |
commit | 2c80b8d8384776530cefb7357936d96a9818ccdf (patch) | |
tree | d76371e49968e4b27c69368d43f582efccead675 /x11-libs | |
parent | Fix build with --as-needed, see bug #256521. (diff) | |
download | gentoo-2-2c80b8d8384776530cefb7357936d96a9818ccdf.tar.gz gentoo-2-2c80b8d8384776530cefb7357936d96a9818ccdf.tar.bz2 gentoo-2-2c80b8d8384776530cefb7357936d96a9818ccdf.zip |
Add missing gettext to DEPEND, bug 191669
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXpm/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXpm/libXpm-3.5.6.ebuild | 5 | ||||
-rw-r--r-- | x11-libs/libXpm/libXpm-3.5.7.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/x11-libs/libXpm/ChangeLog b/x11-libs/libXpm/ChangeLog index d9d0c789983c..33da2318a506 100644 --- a/x11-libs/libXpm/ChangeLog +++ b/x11-libs/libXpm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXpm -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXpm/ChangeLog,v 1.46 2008/02/05 11:44:48 corsair Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXpm/ChangeLog,v 1.47 2009/02/03 19:23:30 beandog Exp $ + + 03 Feb 2009; Steve Dibb <beandog@gentoo.org> libXpm-3.5.6.ebuild, + libXpm-3.5.7.ebuild: + Add missing gettext to DEPEND, bug 191669 05 Feb 2008; Markus Rothe <corsair@gentoo.org> libXpm-3.5.7.ebuild: Stable on ppc64 diff --git a/x11-libs/libXpm/libXpm-3.5.6.ebuild b/x11-libs/libXpm/libXpm-3.5.6.ebuild index 66c81dedf0fa..f06c88a746d4 100644 --- a/x11-libs/libXpm/libXpm-3.5.6.ebuild +++ b/x11-libs/libXpm/libXpm-3.5.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXpm/libXpm-3.5.6.ebuild,v 1.11 2007/08/07 13:13:38 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXpm/libXpm-3.5.6.ebuild,v 1.12 2009/02/03 19:23:30 beandog Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -15,4 +15,5 @@ RDEPEND="x11-libs/libX11 x11-libs/libXt x11-libs/libXext" DEPEND="${RDEPEND} + sys-devel/gettext x11-proto/xproto" diff --git a/x11-libs/libXpm/libXpm-3.5.7.ebuild b/x11-libs/libXpm/libXpm-3.5.7.ebuild index bcaa2918d8e9..3bc937af8855 100644 --- a/x11-libs/libXpm/libXpm-3.5.7.ebuild +++ b/x11-libs/libXpm/libXpm-3.5.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXpm/libXpm-3.5.7.ebuild,v 1.8 2008/02/05 11:44:48 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXpm/libXpm-3.5.7.ebuild,v 1.9 2009/02/03 19:23:30 beandog Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -15,4 +15,5 @@ RDEPEND="x11-libs/libX11 x11-libs/libXt x11-libs/libXext" DEPEND="${RDEPEND} + sys-devel/gettext x11-proto/xproto" |