diff options
author | Christopher Brannon <teiresias@gentoo.org> | 2014-02-22 19:52:13 +0000 |
---|---|---|
committer | Christopher Brannon <teiresias@gentoo.org> | 2014-02-22 19:52:13 +0000 |
commit | 3a4c9f77a9c71b3f9d0b839cc386e52da2ccfbb5 (patch) | |
tree | 0387c119d9dcd449cae7bf4bf329c52656592177 /app-accessibility | |
parent | Stable for amd64 wrt bug #494440 (diff) | |
download | gentoo-2-3a4c9f77a9c71b3f9d0b839cc386e52da2ccfbb5.tar.gz gentoo-2-3a4c9f77a9c71b3f9d0b839cc386e52da2ccfbb5.tar.bz2 gentoo-2-3a4c9f77a9c71b3f9d0b839cc386e52da2ccfbb5.zip |
Fix incorrect path in tmpfiles.d file.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x6521e06d)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/brltty/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/brltty/brltty-5.0-r2.ebuild (renamed from app-accessibility/brltty/brltty-5.0-r1.ebuild) | 2 | ||||
-rw-r--r-- | app-accessibility/brltty/files/brltty.tmpfiles.conf | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/app-accessibility/brltty/ChangeLog b/app-accessibility/brltty/ChangeLog index 4ca069ca2dd0..24b863ca0289 100644 --- a/app-accessibility/brltty/ChangeLog +++ b/app-accessibility/brltty/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-accessibility/brltty # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.146 2014/02/20 03:23:11 teiresias Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.147 2014/02/22 19:52:12 teiresias Exp $ + +*brltty-5.0-r2 (22 Feb 2014) + + 22 Feb 2014; Christopher Brannon <teiresias@gentoo.org> + -brltty-5.0-r1.ebuild, +brltty-5.0-r2.ebuild, files/brltty.tmpfiles.conf: + Fix an incorrect path in tmpfiles listing. *brltty-5.0-r1 (20 Feb 2014) diff --git a/app-accessibility/brltty/brltty-5.0-r1.ebuild b/app-accessibility/brltty/brltty-5.0-r2.ebuild index 611e15c2339f..93b9df79ea1e 100644 --- a/app-accessibility/brltty/brltty-5.0-r1.ebuild +++ b/app-accessibility/brltty/brltty-5.0-r2.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/app-accessibility/brltty/brltty-5.0-r1.ebuild,v 1.1 2014/02/20 03:23:11 teiresias Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.0-r2.ebuild,v 1.1 2014/02/22 19:52:12 teiresias Exp $ EAPI=5 diff --git a/app-accessibility/brltty/files/brltty.tmpfiles.conf b/app-accessibility/brltty/files/brltty.tmpfiles.conf index 139804685c8c..18cc4021e33b 100644 --- a/app-accessibility/brltty/files/brltty.tmpfiles.conf +++ b/app-accessibility/brltty/files/brltty.tmpfiles.conf @@ -1 +1 @@ -d /var/run/brltty 0755 root root - +d /run/brltty 0755 root root - |