diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-01-30 00:53:16 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-01-30 00:53:16 +0000 |
commit | 524a89d1240297b72f2b22fa9a83f2562fe4fb9d (patch) | |
tree | be80c07f16dd30937d32b1d31f52327cea983175 /media-sound/patchage | |
parent | Update to EAPI 5 and use waf-utils and python-any-r1 eclasses (fixes bug #442... (diff) | |
download | gentoo-2-524a89d1240297b72f2b22fa9a83f2562fe4fb9d.tar.gz gentoo-2-524a89d1240297b72f2b22fa9a83f2562fe4fb9d.tar.bz2 gentoo-2-524a89d1240297b72f2b22fa9a83f2562fe4fb9d.zip |
Move boost to DEPEND since it appears only headers are required.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-sound/patchage')
-rw-r--r-- | media-sound/patchage/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/patchage/patchage-0.5.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/patchage/ChangeLog b/media-sound/patchage/ChangeLog index ab5aa9a56e7a..03261be503f0 100644 --- a/media-sound/patchage/ChangeLog +++ b/media-sound/patchage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/patchage # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/ChangeLog,v 1.15 2014/01/30 00:45:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/ChangeLog,v 1.16 2014/01/30 00:53:16 radhermit Exp $ + + 30 Jan 2014; Tim Harder <radhermit@gentoo.org> patchage-0.5.0-r1.ebuild: + Move boost to DEPEND since it appears only headers are required. *patchage-0.5.0-r1 (30 Jan 2014) diff --git a/media-sound/patchage/patchage-0.5.0-r1.ebuild b/media-sound/patchage/patchage-0.5.0-r1.ebuild index 40ec8463e5ed..322e03b3e458 100644 --- a/media-sound/patchage/patchage-0.5.0-r1.ebuild +++ b/media-sound/patchage/patchage-0.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/patchage-0.5.0-r1.ebuild,v 1.1 2014/01/30 00:45:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/patchage-0.5.0-r1.ebuild,v 1.2 2014/01/30 00:53:16 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -22,12 +22,12 @@ RDEPEND=">=media-libs/raul-0.7.0 >=dev-cpp/glibmm-2.14:2 >=dev-cpp/libglademm-2.6.0:2.4 dev-cpp/libgnomecanvasmm:2.6 - dev-libs/boost >=media-sound/jack-audio-connection-kit-0.107 alsa? ( media-libs/alsa-lib ) lash? ( dev-libs/dbus-glib )" DEPEND="${RDEPEND} ${PYTHON_DEPS} + dev-libs/boost virtual/pkgconfig" DOCS=( AUTHORS README ChangeLog ) |