Skip to content

Commit

Permalink
sys-block/seekwatcher: Fix dependency naming after partial package move
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
patricklauer committed Oct 2, 2016
1 parent b743af4 commit 4c59fba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sys-block/seekwatcher/seekwatcher-0.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ IUSE=""

DEPEND=""
RDEPEND=">=dev-python/matplotlib-0.90.1
>=sys-block/btrace-0.0.20070730162628"
>=sys-block/blktrace-0.0.20070730162628"

src_install() {
dobin seekwatcher
Expand Down
2 changes: 1 addition & 1 deletion sys-block/seekwatcher/seekwatcher-0.12_p20091015-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DEPEND="dev-python/pyrex"
RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
>=sys-block/btrace-0.0.20070730162628
>=sys-block/blktrace-0.0.20070730162628
"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"
Expand Down
4 changes: 2 additions & 2 deletions sys-block/seekwatcher/seekwatcher-0.12_p20091015.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ IUSE=""

DEPEND="dev-python/pyrex"
RDEPEND="dev-python/matplotlib
dev-python/numpy
>=sys-block/btrace-0.0.20070730162628"
dev-python/numpy
>=sys-block/blktrace-0.0.20070730162628"

S=${WORKDIR}/${PN}-b392aeaf693b # hg snapshot

Expand Down
2 changes: 1 addition & 1 deletion sys-block/seekwatcher/seekwatcher-0.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ IUSE=""

DEPEND=""
RDEPEND=">=dev-python/matplotlib-0.90.1
>=sys-block/btrace-0.0.20070730162628"
>=sys-block/blktrace-0.0.20070730162628"

src_install() {
dobin seekwatcher
Expand Down

0 comments on commit 4c59fba

Please sign in to comment.