diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-17 12:32:06 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-17 12:32:06 +0000 |
commit | 27ef362c32b13b42f3fd6cd667db46bbd49bf403 (patch) | |
tree | 0c4bd0c3f2b6eccc15a2a1e7ecf9a01c23973e03 /x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild | |
parent | Added ~sparc-fbsd keyword. (diff) | |
download | historical-27ef362c32b13b42f3fd6cd667db46bbd49bf403.tar.gz historical-27ef362c32b13b42f3fd6cd667db46bbd49bf403.tar.bz2 historical-27ef362c32b13b42f3fd6cd667db46bbd49bf403.zip |
Move ARTS_REQUIRED above inherit line, to let it work.
Package-Manager: portage-2.1.2_pre3-r2
Diffstat (limited to 'x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild')
-rw-r--r-- | x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild b/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild index 686a7b480259..2428e2fc5f20 100644 --- a/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild +++ b/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild,v 1.6 2006/10/14 11:31:11 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild,v 1.7 2006/10/17 12:32:06 flameeyes Exp $ + +ARTS_REQUIRED="never" inherit kde @@ -19,8 +21,6 @@ IUSE="" KEYWORDS="x86 ~ppc sparc" -ARTS_REQUIRED="never" - DEPEND="|| ( kde-base/kwin kde-base/kdebase )" RDEPEND="${DEPEND}" |