diff options
author | 2012-12-25 16:20:10 +0000 | |
---|---|---|
committer | 2012-12-25 16:20:10 +0000 | |
commit | c27356499c6331c8290c31d2a160fed9563a1303 (patch) | |
tree | 9de4ba0b9b8e35b9d3fe6d088b76dca72d688001 /sys-apps/udevil | |
parent | Version bump, add patch to fix building drivers on ia64, bug #447152. (diff) | |
download | gentoo-2-c27356499c6331c8290c31d2a160fed9563a1303.tar.gz gentoo-2-c27356499c6331c8290c31d2a160fed9563a1303.tar.bz2 gentoo-2-c27356499c6331c8290c31d2a160fed9563a1303.zip |
Stable for amd64, wrt bug #448034
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/udevil')
-rw-r--r-- | sys-apps/udevil/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/udevil/udevil-0.3.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/udevil/ChangeLog b/sys-apps/udevil/ChangeLog index ead2d1a79543..781715412397 100644 --- a/sys-apps/udevil/ChangeLog +++ b/sys-apps/udevil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/udevil # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/udevil/ChangeLog,v 1.20 2012/12/17 18:44:03 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/udevil/ChangeLog,v 1.21 2012/12/25 16:20:10 ago Exp $ + + 25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> udevil-0.3.6.ebuild: + Stable for amd64, wrt bug #448034 *udevil-0.3.6 (17 Dec 2012) diff --git a/sys-apps/udevil/udevil-0.3.6.ebuild b/sys-apps/udevil/udevil-0.3.6.ebuild index 9624fa597c47..a83074afc7d5 100644 --- a/sys-apps/udevil/udevil-0.3.6.ebuild +++ b/sys-apps/udevil/udevil-0.3.6.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-apps/udevil/udevil-0.3.6.ebuild,v 1.1 2012/12/17 18:44:03 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/udevil/udevil-0.3.6.ebuild,v 1.2 2012/12/25 16:20:10 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/IgnorantGuru/${PN}/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="systemd" RDEPEND=">=app-shells/bash-4.0 |