diff options
author | 2012-05-24 05:35:33 +0000 | |
---|---|---|
committer | 2012-05-24 05:35:33 +0000 | |
commit | 588375b949f719231d2d09d2c683c345340235b0 (patch) | |
tree | 6fee4775063952af277bba392dc561462d4995cc /sys-libs/libutempter | |
parent | Import of Data-Uniqid needed for google-api-adwords-perl tests. (diff) | |
download | gentoo-2-588375b949f719231d2d09d2c683c345340235b0.tar.gz gentoo-2-588375b949f719231d2d09d2c683c345340235b0.tar.bz2 gentoo-2-588375b949f719231d2d09d2c683c345340235b0.zip |
Update inherits to match what is used.
Diffstat (limited to 'sys-libs/libutempter')
-rw-r--r-- | sys-libs/libutempter/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/libutempter/libutempter-1.1.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/libutempter/ChangeLog b/sys-libs/libutempter/ChangeLog index 80fcaefafda6..8c8f9b67228f 100644 --- a/sys-libs/libutempter/ChangeLog +++ b/sys-libs/libutempter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libutempter -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.35 2011/04/05 11:46:34 ulm Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.36 2012/05/24 05:35:33 vapier Exp $ + + 24 May 2012; Mike Frysinger <vapier@gentoo.org> libutempter-1.1.5.ebuild: + Update inherits to match what is used. 05 Apr 2011; Ulrich Mueller <ulm@gentoo.org> libutempter-1.1.5.ebuild: Don't PROVIDE virtual/utempter and update blocker, bug 361117. diff --git a/sys-libs/libutempter/libutempter-1.1.5.ebuild b/sys-libs/libutempter/libutempter-1.1.5.ebuild index f4716b7d0ff3..47c650c1417d 100644 --- a/sys-libs/libutempter/libutempter-1.1.5.ebuild +++ b/sys-libs/libutempter/libutempter-1.1.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.5.ebuild,v 1.12 2011/04/05 11:46:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.5.ebuild,v 1.13 2012/05/24 05:35:33 vapier Exp $ -inherit eutils flag-o-matic versionator toolchain-funcs +inherit user multilib flag-o-matic DESCRIPTION="Library that allows non-privileged apps to write utmp (login) info, which need root access" HOMEPAGE="http://altlinux.org/index.php?module=sisyphus&package=libutempter" |