Skip to content

Commit

Permalink
Merge pull request #93 from Nexion/master
Browse files Browse the repository at this point in the history
Migration to app-eselect category
  • Loading branch information
Heather committed Apr 1, 2015
2 parents 695e116 + 781def3 commit 5dd5784
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="app-admin/eselect"
RDEPEND="app-eselect/eselect"

pkg_preinst() {
if has_version 'app-admin/eselect-rust' ; then
if has_version 'app-eselect/eselect-rust' ; then
eselect rust unset
fi
}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion dev-lang/rust-bin/rust-bin-999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ KEYWORDS=""

IUSE=""

CDEPEND=">=app-admin/eselect-rust-0.2_pre20141128
CDEPEND=">=app-eselect/eselect-rust-0.2_pre20141128
!dev-lang/rust:0
"
DEPEND="${CDEPEND}
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/rust/rust-1.0.0_alpha2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ IUSE="clang debug doc libcxx +system-llvm"
REQUIRED_USE="libcxx? ( clang )"

CDEPEND="libcxx? ( sys-libs/libcxx )
>=app-admin/eselect-rust-0.2_pre20150206
>=app-eselect/eselect-rust-0.2_pre20150206
!dev-lang/rust:0
"
DEPEND="${CDEPEND}
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/rust/rust-999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ IUSE="clang debug doc libcxx +system-llvm"
REQUIRED_USE="libcxx? ( clang )"

CDEPEND="libcxx? ( sys-libs/libcxx )
>=app-admin/eselect-rust-0.2_pre20150206
C >=app-eselect/eselect-rust-0.2_pre20150206
!dev-lang/rust:0
"
DEPEND="${CDEPEND}
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/rust/rust-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ IUSE="clang debug doc libcxx +system-llvm"
REQUIRED_USE="libcxx? ( clang )"

CDEPEND="libcxx? ( sys-libs/libcxx )
>=app-admin/eselect-rust-0.2_pre20150206
>=app-eselect/eselect-rust-0.2_pre20150206
!dev-lang/rust:0
"
DEPEND="${CDEPEND}
Expand Down

0 comments on commit 5dd5784

Please sign in to comment.