Skip to content

Commit

Permalink
net-im/ayttm: [QA] Remove USE=webcam
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
SoapGentoo committed Nov 12, 2016
1 parent b7b08d2 commit 63ed352
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
15 changes: 6 additions & 9 deletions net-im/ayttm/ayttm-0.6.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -12,24 +12,21 @@ SRC_URI="mirror://sourceforge/ayttm/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="crypt icq irc xmpp lj msn nls oscar smtp webcam xscreensaver yahoo"
IUSE="crypt icq irc xmpp lj msn nls oscar smtp xscreensaver yahoo"

CDEPEND="app-text/enchant
RDEPEND="app-text/enchant
dev-libs/glib:2
dev-libs/openssl:0
dev-libs/openssl:0=
virtual/libiconv
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXpm
x11-libs/pango
crypt? ( app-crypt/gpgme )
webcam? ( media-libs/jasper )
xscreensaver? ( x11-libs/libXScrnSaver )
yahoo? ( net-libs/libyahoo2 )"
RDEPEND="${CDEPEND}
webcam? ( media-tv/xawtv )"
DEPEND="${CDEPEND}
DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex
nls? ( sys-devel/gettext )"
Expand All @@ -52,9 +49,9 @@ src_configure() {
$(use_enable nls) \
$(use_enable oscar) \
$(use_enable smtp) \
$(use_enable webcam) \
$(use_enable xscreensaver) \
$(use_enable yahoo) \
--disable-webcam \
--disable-arts \
--enable-posix-dlopen \
--disable-static
Expand Down
1 change: 0 additions & 1 deletion net-im/ayttm/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<flag name="irc">Enable Internet Relay Chat support</flag>
<flag name="lj">Enable livejournal.com support</flag>
<flag name="smtp">Adds support for sending messages via RFC2821 SMTP</flag>
<flag name="webcam">Adds webcam support for Yahoo Messenger</flag>
</use>
<upstream>
<remote-id type="sourceforge">ayttm</remote-id>
Expand Down

0 comments on commit 63ed352

Please sign in to comment.