]> Pileus Git - ~andy/sunrise/commitdiff
tea/tea-14.2.4.ebuild: fix whitespace, welp please do not use einstall but patch...
authorStefan Schweizer <genstef@gentoo.org>
Wed, 1 Nov 2006 17:13:29 +0000 (17:13 +0000)
committerStefan Schweizer <genstef@gentoo.org>
Wed, 1 Nov 2006 17:13:29 +0000 (17:13 +0000)
svn path=/sunrise/; revision=1716

app-editors/tea/tea-14.2.4.ebuild

index fcd0c7ef080ead5b0e996b5f7a9831b407b56754..e94b2a50ece2fcc63bc4703474563f21f96d608f 100644 (file)
@@ -16,21 +16,22 @@ RDEPEND=">=x11-libs/gtk+-2.2
        gnome? ( >=x11-libs/gtksourceview-1.6.1 )"
 DEPEND="${RDEPEND}
        dev-util/pkgconfig"
-       
+
 src_compile() {
        econf \
-       $(use_enable ipv6 ) \
-       $(use_enable !gnome legacy ) \
-       || die "Configure failed! *gasp*!"
+               $(use_enable ipv6 ) \
+               $(use_enable !gnome legacy ) \
+               || die "Configure failed! *gasp*!"
 }
 
 src_install() {
        #yaarrrr! emake DESTDIR="${D}" install fails with sandbox error :'(
+       # well, then fix the makefile ..
        einstall || die "Install failed! *gasp*!"
 
        insinto /usr/share/applications/
        doins ${FILESDIR}/tea.desktop
-       
+
        insinto /usr/share/pixmaps/
        doins ${FILESDIR}/tea.png
 }