diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-02-13 21:44:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-02-13 21:44:17 +0000 |
commit | 44cf9df555779c6017c8faf11d6a485dcd021178 (patch) | |
tree | ea2f9761a10940082c7cdab7598cd5d9c36a53b1 /sys-devel/gdb/gdb-7.8.1.ebuild | |
parent | Version bump (diff) | |
download | historical-44cf9df555779c6017c8faf11d6a485dcd021178.tar.gz historical-44cf9df555779c6017c8faf11d6a485dcd021178.tar.bz2 historical-44cf9df555779c6017c8faf11d6a485dcd021178.zip |
Reject USE="-client -server" builds.
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0xD2E96200
Diffstat (limited to 'sys-devel/gdb/gdb-7.8.1.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-7.8.1.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/gdb-7.8.1.ebuild b/sys-devel/gdb/gdb-7.8.1.ebuild index e4e1d2af5052..ec148ab8cd32 100644 --- a/sys-devel/gdb/gdb-7.8.1.ebuild +++ b/sys-devel/gdb/gdb-7.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.8.1.ebuild,v 1.1 2014/10/30 02:25:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.8.1.ebuild,v 1.2 2015/02/13 21:44:15 vapier Exp $ EAPI="4" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -54,7 +54,10 @@ if [[ ${PV} != 9999* ]] ; then KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="+client expat lzma multitarget nls +python +server test vanilla zlib" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE=" + python? ( ${PYTHON_REQUIRED_USE} ) + || ( client server ) +" RDEPEND="!dev-util/gdbserver >=sys-libs/ncurses-5.2-r2 |