diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-22 15:58:40 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-22 15:58:40 +0000 |
commit | 96b7979f39cad25f11f021771399d893744097b0 (patch) | |
tree | 68df5aa37ed5931ab0814d2481950154969fe1e8 /net-irc/bitchx/bitchx-1.1-r2.ebuild | |
parent | Beautified *DEPEND and SRC_URI. (diff) | |
download | gentoo-2-96b7979f39cad25f11f021771399d893744097b0.tar.gz gentoo-2-96b7979f39cad25f11f021771399d893744097b0.tar.bz2 gentoo-2-96b7979f39cad25f11f021771399d893744097b0.zip |
Beautified *DEPEND and SRC_URI.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-irc/bitchx/bitchx-1.1-r2.ebuild')
-rw-r--r-- | net-irc/bitchx/bitchx-1.1-r2.ebuild | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/net-irc/bitchx/bitchx-1.1-r2.ebuild b/net-irc/bitchx/bitchx-1.1-r2.ebuild index 4b446b5ce3d1..dbefda147f99 100644 --- a/net-irc/bitchx/bitchx-1.1-r2.ebuild +++ b/net-irc/bitchx/bitchx-1.1-r2.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/net-irc/bitchx/bitchx-1.1-r2.ebuild,v 1.4 2005/03/22 18:40:30 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1-r2.ebuild,v 1.5 2005/05/22 15:58:40 swegener Exp $ inherit flag-o-matic eutils @@ -19,12 +19,19 @@ DEPEND=">=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 ) ncurses? ( sys-libs/ncurses ) !arm? ( - xmms? ( media-sound/xmms ) - esd? ( >=media-sound/esound-0.2.5 - >=media-libs/audiofile-0.1.5 ) - !amd64? ( gtk? ( =x11-libs/gtk+-1.2* - >=media-libs/imlib-1.9.10-r1 )) - gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) )" + xmms? ( media-sound/xmms ) + esd? ( + >=media-sound/esound-0.2.5 + >=media-libs/audiofile-0.1.5 + ) + !amd64? ( + gtk? ( + =x11-libs/gtk+-1.2* + >=media-libs/imlib-1.9.10-r1 + ) + ) + gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) + )" src_unpack() { unpack ${MY_P}.tar.gz |