Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: /
Date: Sun, 25 Mar 2018 10:29:27
Message-Id: 1521973678.3dbc18fd4662c413ce54cae60aea83ec65108cea.swift@gentoo
1 commit: 3dbc18fd4662c413ce54cae60aea83ec65108cea
2 Author: Chris PeBenito <pebenito <AT> ieee <DOT> org>
3 AuthorDate: Wed Mar 21 18:15:53 2018 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 10:27:58 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=3dbc18fd
7
8 .travis.yml: Change to master branch for sctp support.
9
10 .travis.yml | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/.travis.yml b/.travis.yml
14 index f6d8128f..5f2360bd 100644
15 --- a/.travis.yml
16 +++ b/.travis.yml
17 @@ -60,7 +60,7 @@ before_install:
18 - python -V
19
20 install:
21 - - SELINUX_USERSPACE_VERSION=libsepol-2.7
22 + - SELINUX_USERSPACE_VERSION=master
23
24 - export DESTDIR="${TRAVIS_BUILD_DIR}/selinux"
25 - |