diff options
author | 2001-07-04 01:25:59 +0000 | |
---|---|---|
committer | 2001-07-04 01:25:59 +0000 | |
commit | d1553fa71fc2f513e94cd5d452f0cd8aeee7ee86 (patch) | |
tree | b7f162bd9541ec39a648267bc3c3c71bc272dea2 | |
parent | o A decent MUD client (diff) | |
download | gentoo-2-d1553fa71fc2f513e94cd5d452f0cd8aeee7ee86.tar.gz gentoo-2-d1553fa71fc2f513e94cd5d452f0cd8aeee7ee86.tar.bz2 gentoo-2-d1553fa71fc2f513e94cd5d452f0cd8aeee7ee86.zip |
*** empty log message ***
-rw-r--r-- | net-im/gaim/files/digest-gaim-0.11.0_pre13 | 1 | ||||
-rw-r--r-- | net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net-im/gaim/files/digest-gaim-0.11.0_pre13 b/net-im/gaim/files/digest-gaim-0.11.0_pre13 new file mode 100644 index 000000000000..1c83c8be2901 --- /dev/null +++ b/net-im/gaim/files/digest-gaim-0.11.0_pre13 @@ -0,0 +1 @@ +MD5 5acee72cbb145cbf347d18eeb9f3f724 gaim-0.11.0pre13.tar.bz2 diff --git a/net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild b/net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild index 1412e6c6b3b2..ed7868fb1192 100644 --- a/net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild +++ b/net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild,v 1.1 2001/07/01 14:57:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.5.0_pre3.ebuild,v 1.2 2001/07/04 01:25:59 lordjoe Exp $ #P= A=${PN}-0.5.0pre3.tar.bz2 @@ -21,9 +21,9 @@ RDEPEND=">=x11-libs/gtk+-1.2 src_compile() { local myconf - if [ -z "`use gnome`" ] ; then - myconf="--disable-gdk-pixbuf --disable-imlib" - fi +# if [ -z "`use gnome`" ] ; then +# myconf="--disable-gdk-pixbuf --disable-imlib" +# fi if [ -z "`use nls`" ] ; then myconf="$myconf --disable-nls" fi |