summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2012-12-12 16:45:02 +0000
committerIan Stakenvicius <axs@gentoo.org>2012-12-12 16:45:02 +0000
commite71f6297034318f519697ad141841e5148c98e80 (patch)
tree82aa24f609d60b95c9c325c6451c54ff852b92c9 /sys-fs/eudev
parentincrease qt dep (bug #446960) (diff)
downloadgentoo-2-e71f6297034318f519697ad141841e5148c98e80.tar.gz
gentoo-2-e71f6297034318f519697ad141841e5148c98e80.tar.bz2
gentoo-2-e71f6297034318f519697ad141841e5148c98e80.zip
removed a dirty modification I accidentally submitted
(Portage version: 2.1.11.36/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'sys-fs/eudev')
-rw-r--r--sys-fs/eudev/ChangeLog4
-rw-r--r--sys-fs/eudev/eudev-9999.ebuild3
2 files changed, 3 insertions, 4 deletions
diff --git a/sys-fs/eudev/ChangeLog b/sys-fs/eudev/ChangeLog
index 004bfcbf249f..908cb1f480d7 100644
--- a/sys-fs/eudev/ChangeLog
+++ b/sys-fs/eudev/ChangeLog
@@ -1,12 +1,12 @@
# ChangeLog for sys-fs/eudev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.6 2012/12/12 16:39:09 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.7 2012/12/12 16:45:02 axs Exp $
*eudev-1_beta1-r1 (12 Dec 2012)
12 Dec 2012; Ian Stakenvicius <axs@gentoo.org> -eudev-1_beta1.ebuild,
+eudev-1_beta1-r1.ebuild,
- +files/eudev-1_beta1-include-all-search-paths.patch, eudev-9999.ebuild:
+ +files/eudev-1_beta1-include-all-search-paths.patch:
support all udev rules dirs
12 Dec 2012; Ian Stakenvicius <axs@gentoo.org> eudev-9999.ebuild:
diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild
index 41a0a4d0c7a5..c64af32baf95 100644
--- a/sys-fs/eudev/eudev-9999.ebuild
+++ b/sys-fs/eudev/eudev-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-9999.ebuild,v 1.6 2012/12/12 16:39:09 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-9999.ebuild,v 1.7 2012/12/12 16:45:02 axs Exp $
EAPI=4
@@ -11,7 +11,6 @@ inherit autotools eutils linux-info
if [[ ${PV} = 9999* ]]
then
EGIT_REPO_URI="git://github.com/gentoo/eudev.git"
- EGIT_MASTER="fixpaths"
inherit git-2
else
SRC_URI="https://github.com/downloads/gentoo/${PN}/${P}.tar.gz"