diff options
author | Jason Smathers <jsin@gentoo.org> | 2007-12-22 16:38:17 +0000 |
---|---|---|
committer | Jason Smathers <jsin@gentoo.org> | 2007-12-22 16:38:17 +0000 |
commit | 4d0989716c8bb8b2aeab686f585f5e19bbd4381f (patch) | |
tree | 6f8a0276ef894d50486a1bf4d7404fb32db25d35 /x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild | |
parent | Marked ~hppa (bug #200076). (diff) | |
download | gentoo-2-4d0989716c8bb8b2aeab686f585f5e19bbd4381f.tar.gz gentoo-2-4d0989716c8bb8b2aeab686f585f5e19bbd4381f.tar.bz2 gentoo-2-4d0989716c8bb8b2aeab686f585f5e19bbd4381f.zip |
added ~x86-fbsd keyword and quoted vars
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild')
-rw-r--r-- | x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild index 158ac004b7d3..313aa913c1b3 100644 --- a/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild +++ b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.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/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild,v 1.9 2007/12/22 14:50:07 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild,v 1.10 2007/12/22 16:38:17 jsin Exp $ IUSE="" DESCRIPTION="Extra styles pack for flux|black|open(box)." @@ -10,7 +10,7 @@ HOMEPAGE="http://mkeadle.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" # xv is there so *box can convert backgrounds/textures to use DEPEND="" @@ -19,10 +19,10 @@ RDEPEND="media-gfx/xv src_install () { insinto /usr/share/commonbox/styles - doins ${S}/styles/* + doins "${S}"/styles/* insinto /usr/share/commonbox/backgrounds - doins ${S}/backgrounds/* + doins "${S}"/backgrounds/* dodoc README.commonbox-styles-extra } |