From acf83d466724b0a6f2eb7366917a4bf7d8bbc780 Mon Sep 17 00:00:00 2001 From: Michele Noberasco Date: Wed, 24 Aug 2005 11:28:33 +0000 Subject: Added fix for bug #103563. Stable for x86. (Portage version: 2.0.51.22-r2) --- media-gfx/qingy-themes/ChangeLog | 6 +++++- media-gfx/qingy-themes/qingy-themes-20050816.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'media-gfx/qingy-themes') diff --git a/media-gfx/qingy-themes/ChangeLog b/media-gfx/qingy-themes/ChangeLog index dfdf3adebc80..519299ad0bde 100644 --- a/media-gfx/qingy-themes/ChangeLog +++ b/media-gfx/qingy-themes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/qingy-themes # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qingy-themes/ChangeLog,v 1.1 2005/08/16 13:15:00 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qingy-themes/ChangeLog,v 1.2 2005/08/24 11:28:33 s4t4n Exp $ + + 24 Aug 2005; Michele Noberasco qingy-themes-20050816.ebuild: + Change chown line to root:0 instead of root:root, closing #103563. + Stable for x86. *qingy-themes-20050816 (16 Aug 2005) diff --git a/media-gfx/qingy-themes/qingy-themes-20050816.ebuild b/media-gfx/qingy-themes/qingy-themes-20050816.ebuild index 8369c027cbd3..0331480be878 100644 --- a/media-gfx/qingy-themes/qingy-themes-20050816.ebuild +++ b/media-gfx/qingy-themes/qingy-themes-20050816.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qingy-themes/qingy-themes-20050816.ebuild,v 1.1 2005/08/16 13:15:00 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qingy-themes/qingy-themes-20050816.ebuild,v 1.2 2005/08/24 11:28:33 s4t4n Exp $ DESCRIPTION="Collection of qingy themes" @@ -48,7 +48,7 @@ SRC_URI="http://jefklak.suidzer0.org/downloads/qingy/qingy_lila.tar.bz2 # lila -> freedist # all the others -> GPL LICENSE="GPL-2 freedist" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" IUSE="" @@ -61,5 +61,5 @@ src_install() local QINGY_THEMES=/usr/share/qingy/themes dodir ${QINGY_THEMES} cp -dpR * ${D}/${QINGY_THEMES} - chown -R root:root ${D}/${QINGY_THEMES} + chown -R root:0 ${D}/${QINGY_THEMES} } -- cgit v1.2.3-65-gdbad