Skip to content

Commit

Permalink
Fix some errors and warnings for travis.ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Jul 18, 2015
1 parent d83cccd commit 994804a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_script:
- tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
- cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
- ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
- wget "http://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
- wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
- SIZE=`stat -c %s .travis.yml.upstream`
- if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e "\e[31m !!! .travis.yml outdated! Update available https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
- cd travis-overlay
Expand Down
2 changes: 1 addition & 1 deletion dev-util/racer/racer-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IUSE="emacs vim"

EGIT_REPO_URI="https://github.com/phildawes/racer"

COMMON_DEPEND="dev-lang/rust
COMMON_DEPEND="dev-lang/rust:*
emacs? (
app-emacs/company-mode[ropemacs]
app-emacs/rust-mode
Expand Down
1 change: 0 additions & 1 deletion dev-util/rusty-tags/rusty-tags-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ src_install() {
dobin target/release/rusty-tags || die
dodoc README.md
}

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

Expand Down

0 comments on commit 994804a

Please sign in to comment.