diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-08-24 11:28:33 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-08-24 11:28:33 +0000 |
commit | acf83d466724b0a6f2eb7366917a4bf7d8bbc780 (patch) | |
tree | ae32d002365e13fca1b85798bffda5163f3eeefc /media-gfx/qingy-themes | |
parent | Version bump. (diff) | |
download | gentoo-2-acf83d466724b0a6f2eb7366917a4bf7d8bbc780.tar.gz gentoo-2-acf83d466724b0a6f2eb7366917a4bf7d8bbc780.tar.bz2 gentoo-2-acf83d466724b0a6f2eb7366917a4bf7d8bbc780.zip |
Added fix for bug #103563. Stable for x86.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-gfx/qingy-themes')
-rw-r--r-- | media-gfx/qingy-themes/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/qingy-themes/qingy-themes-20050816.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
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 <s4t4n@gentoo.org> 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} } |