diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-12-06 10:10:18 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-12-06 10:10:18 +0000 |
commit | d87b9e4191217b4fd908465856987ba21f667836 (patch) | |
tree | c266d0fcc6d276fbd9e408af71c3fa0d0430910b /xfce-base/libxfce4util | |
parent | Remove intltoolize call, so that we wouldn't get mismatching Makefiles, bug 2... (diff) | |
download | gentoo-2-d87b9e4191217b4fd908465856987ba21f667836.tar.gz gentoo-2-d87b9e4191217b4fd908465856987ba21f667836.tar.bz2 gentoo-2-d87b9e4191217b4fd908465856987ba21f667836.zip |
stable x86, security bug 201289
(Portage version: 2.1.3.19)
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 8a0fa8682822..c86e5e336fe6 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.98 2007/12/05 23:03:17 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.99 2007/12/06 10:10:18 opfer Exp $ + + 06 Dec 2007; Christian Faulhammer <opfer@gentoo.org> + libxfce4util-4.4.1-r1.ebuild: + stable x86, security bug 201289 05 Dec 2007; Christoph Mende <angelos@gentoo.org> libxfce4util-4.4.1-r1.ebuild: diff --git a/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild index 0d4be6beeb42..1c35dd67e70e 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.2 2007/12/05 23:03:17 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.1-r1.ebuild,v 1.3 2007/12/06 10:10:18 opfer Exp $ inherit eutils xfce44 @@ -9,7 +9,7 @@ xfce44 DESCRIPTION="Basic utilities library" HOMEPAGE="http://www.xfce.org/projects/libraries" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug doc" RDEPEND=">=dev-libs/glib-2.6" |