diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-04-04 12:50:58 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-04-04 12:50:58 +0000 |
commit | 3071732d1ef693cfda6137685c39561a066ef3c4 (patch) | |
tree | 2c011240e437e701ea96be8f5a0af8b6a0b24af9 /x11-themes/redhat-artwork | |
parent | Version bump. Closes bug #87705. Wipe out older version. (diff) | |
download | historical-3071732d1ef693cfda6137685c39561a066ef3c4.tar.gz historical-3071732d1ef693cfda6137685c39561a066ef3c4.tar.bz2 historical-3071732d1ef693cfda6137685c39561a066ef3c4.zip |
Fix typo.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-themes/redhat-artwork')
-rw-r--r-- | x11-themes/redhat-artwork/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/redhat-artwork/redhat-artwork-0.120.1.2.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/redhat-artwork/Manifest b/x11-themes/redhat-artwork/Manifest index 81acbf7f572d..7af8f88334de 100644 --- a/x11-themes/redhat-artwork/Manifest +++ b/x11-themes/redhat-artwork/Manifest @@ -1,7 +1,7 @@ MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 MD5 29e1557a988e86e3ae51c78b949fea23 redhat-artwork-0.73.ebuild 5289 MD5 dd670ef76cb1d27806060601cb49100a redhat-artwork-0.96.ebuild 5324 -MD5 d836588db3df35ddda1254d8d5817303 redhat-artwork-0.120.1.2.ebuild 5030 +MD5 847feb9f261cf173e0e45c7fa681401d redhat-artwork-0.120.1.2.ebuild 5007 MD5 e5e7786d97812bd40acc0795ab646518 ChangeLog 7697 MD5 65696d4166b0dd367e00c8c995f650e0 redhat-artwork-0.120.ebuild 5326 MD5 78e7b042fa08cfb372e656b3b2cb3831 redhat-artwork-0.95.ebuild 5169 diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.120.1.2.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.120.1.2.ebuild index db671701663c..b397a7fb1f28 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.120.1.2.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.120.1.2.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/x11-themes/redhat-artwork/redhat-artwork-0.120.1.2.ebuild,v 1.8 2005/04/03 21:35:38 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.120.1.2.ebuild,v 1.9 2005/04/04 12:50:58 greg_g Exp $ inherit eutils rpm libtool versionator kde-functions @@ -101,7 +101,7 @@ src_compile() { autoreconf --force --install || die "autoreconf failed" # paths have to be fixed for kde - if ! use kde; then + if use kde; then # Fix paths... _replace "/usr/lib/qt3" "${QTDIR}" _replace '${libdir}/qt3' "${QTDIR}" @@ -109,7 +109,6 @@ src_compile() { _replace "/usr/lib/kde3" "${KDEDIR}/lib" _replace '${libdir}/kde3' "${KDEDIR}/lib" _replace "/usr/lib/kwin.la" "${KDEDIR}/lib/kwin.la" - chmod +x configure fi # fix iconrc |