diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-12-03 15:52:05 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-12-03 15:52:05 +0000 |
commit | ed3a9cbb8ed1992abdc90a388c96250a68f5da5a (patch) | |
tree | 012998e4d2e90de881d2b4f7f5a93575bc9961fd /x11-apps/sessreg | |
parent | ebuild cleanup and 2.6.19 support (diff) | |
download | gentoo-2-ed3a9cbb8ed1992abdc90a388c96250a68f5da5a.tar.gz gentoo-2-ed3a9cbb8ed1992abdc90a388c96250a68f5da5a.tar.bz2 gentoo-2-ed3a9cbb8ed1992abdc90a388c96250a68f5da5a.zip |
Don't need to reconf, since the patch that requires it is gone. This fixes
bug #156958. (csreg for the find)
(Portage version: 2.1.2_rc2-r4)
Diffstat (limited to 'x11-apps/sessreg')
-rw-r--r-- | x11-apps/sessreg/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/sessreg/sessreg-1.0.2.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-apps/sessreg/ChangeLog b/x11-apps/sessreg/ChangeLog index c224d03a3cc5..c2adc37ee0ee 100644 --- a/x11-apps/sessreg/ChangeLog +++ b/x11-apps/sessreg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/sessreg # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/ChangeLog,v 1.25 2006/12/01 23:37:47 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/ChangeLog,v 1.26 2006/12/03 15:52:05 joshuabaergen Exp $ + + 03 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org> + sessreg-1.0.2.ebuild: + Don't need to reconf, since the patch that requires it is gone. This fixes + bug #156958. (csreg for the find) *sessreg-1.0.2 (01 Dec 2006) diff --git a/x11-apps/sessreg/sessreg-1.0.2.ebuild b/x11-apps/sessreg/sessreg-1.0.2.ebuild index e7a357bda053..8224c9d8fa69 100644 --- a/x11-apps/sessreg/sessreg-1.0.2.ebuild +++ b/x11-apps/sessreg/sessreg-1.0.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/sessreg-1.0.2.ebuild,v 1.1 2006/12/01 23:37:47 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/sessreg-1.0.2.ebuild,v 1.2 2006/12/03 15:52:05 joshuabaergen Exp $ # Must be before x-modular eclass is inherited -SNAPSHOT="yes" +#SNAPSHOT="yes" inherit x-modular |