diff options
author | David Seifert <soap@gentoo.org> | 2016-10-16 11:08:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-10-16 12:32:02 +0200 |
commit | 97ad360f915944dd0212b3f194917053381a65ae (patch) | |
tree | 8e3db7a8159bede701c54f25fa14ae2962bde43f /dev-cpp | |
parent | net-misc/hotot: Disable webkit-gtk support (#584162) (diff) | |
download | gentoo-97ad360f915944dd0212b3f194917053381a65ae.tar.gz gentoo-97ad360f915944dd0212b3f194917053381a65ae.tar.bz2 gentoo-97ad360f915944dd0212b3f194917053381a65ae.zip |
dev-util/build: Remove SLOT=0.3
Gentoo-bug: 597246
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-cpp')
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-cpp/libbackend-elements/libbackend-elements-1.7.2.ebuild b/dev-cpp/libbackend-elements/libbackend-elements-1.7.2.ebuild index 65d2151e09cf..00222c07ff4f 100644 --- a/dev-cpp/libbackend-elements/libbackend-elements-1.7.2.ebuild +++ b/dev-cpp/libbackend-elements/libbackend-elements-1.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ IUSE="" RDEPEND=">=dev-cpp/libcult-1.4.6-r1 dev-libs/boost" DEPEND="${RDEPEND} - dev-util/build:0.3" + dev-util/build" src_configure() { BOOST_PKG="$(best_version ">=dev-libs/boost-1.35.0-r5")" diff --git a/dev-cpp/libcult/libcult-1.4.6-r1.ebuild b/dev-cpp/libcult/libcult-1.4.6-r1.ebuild index 7e86e4ebecb3..51d7f8fd6b15 100644 --- a/dev-cpp/libcult/libcult-1.4.6-r1.ebuild +++ b/dev-cpp/libcult/libcult-1.4.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ppc ppc64 x86" IUSE="examples" -DEPEND="dev-util/build:0.3 +DEPEND="dev-util/build sys-devel/m4" RDEPEND="" diff --git a/dev-cpp/libfrontend-elements/libfrontend-elements-1.1.4.ebuild b/dev-cpp/libfrontend-elements/libfrontend-elements-1.1.4.ebuild index c0a6b03f4c0b..594c20f49fcb 100644 --- a/dev-cpp/libfrontend-elements/libfrontend-elements-1.1.4.ebuild +++ b/dev-cpp/libfrontend-elements/libfrontend-elements-1.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ IUSE="examples" RDEPEND=">=dev-cpp/libcult-1.4.6-r1" DEPEND="${RDEPEND} - dev-util/build:0.3" + dev-util/build" src_prepare() { # never build the examples diff --git a/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r3.ebuild b/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r3.ebuild index 96d02d9005cf..a2d5001d252d 100644 --- a/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r3.ebuild +++ b/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ RDEPEND=">=dev-libs/xerces-c-3 >=dev-cpp/libcult-1.4.6-r1 >=dev-cpp/libfrontend-elements-1.1.4" DEPEND="${RDEPEND} - dev-util/build:0.3" + dev-util/build" src_prepare() { epatch "${FILESDIR}/1.17.0-boost-filesystem-v2-deprecation.patch" |