summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-11-17 03:12:57 +1100
committerMichael Palimaka <kensington@gentoo.org>2015-11-18 23:48:17 +1100
commit5e9bae037781691d8902110435aa66b4af072a46 (patch)
treec0ca6f2634043c7a9b7e21428943833c2b6c7078 /app-pda/barry/barry-0.18.3.ebuild
parentmedia-sound/gnome-music: Fixed Manifest. (diff)
downloadgentoo-5e9bae037781691d8902110435aa66b4af072a46.tar.gz
gentoo-5e9bae037781691d8902110435aa66b4af072a46.tar.bz2
gentoo-5e9bae037781691d8902110435aa66b4af072a46.zip
app-pda/barry: remove opensync USE flag
opensync packages are being removed. Gentoo-bug: 550234 Package-Manager: portage-2.2.24
Diffstat (limited to 'app-pda/barry/barry-0.18.3.ebuild')
-rw-r--r--app-pda/barry/barry-0.18.3.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-pda/barry/barry-0.18.3.ebuild b/app-pda/barry/barry-0.18.3.ebuild
index 7fcd3964340c..09e88fbcdc64 100644
--- a/app-pda/barry/barry-0.18.3.ebuild
+++ b/app-pda/barry/barry-0.18.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/barry/${P}.tar.bz2"
LICENSE="CC-BY-SA-3.0 GPL-2" #See logo/README for CCPL
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="boost desktop doc gui opensync nls static-libs"
+IUSE="boost desktop doc gui nls static-libs"
RDEPEND=">=dev-cpp/libxmlpp-2.6
>=dev-libs/glib-2
@@ -27,8 +27,7 @@ RDEPEND=">=dev-cpp/libxmlpp-2.6
dev-cpp/glibmm:2
dev-cpp/gtkmm:2.4
dev-cpp/libglademm:2.4
- )
- opensync? ( ~app-pda/libopensync-0.22 )"
+ )"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( >=app-doc/doxygen-1.5.6 )
@@ -47,7 +46,6 @@ src_configure() {
$(use_enable static-libs static) \
$(use_enable boost) \
$(use_enable gui) \
- $(use_enable opensync opensync-plugin) \
$(use_enable desktop) \
--disable-rpath
}