diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-02-21 02:08:30 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-02-21 02:08:30 +0000 |
commit | 1a8eedb96f89a7eae9cd5bc10fee3f4d33fd8c09 (patch) | |
tree | 675bb2627d42fa7f8c4164106584cd2fdccbf61b /sys-apps/di | |
parent | revert change to efsd ebuild (oops) (diff) | |
download | gentoo-2-1a8eedb96f89a7eae9cd5bc10fee3f4d33fd8c09.tar.gz gentoo-2-1a8eedb96f89a7eae9cd5bc10fee3f4d33fd8c09.tar.bz2 gentoo-2-1a8eedb96f89a7eae9cd5bc10fee3f4d33fd8c09.zip |
add missing SLOT to sys-apps/di
Diffstat (limited to 'sys-apps/di')
-rw-r--r-- | sys-apps/di/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/di/di-3.8.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/di/ChangeLog b/sys-apps/di/ChangeLog index f7e6a184c116..3c34138b04cb 100644 --- a/sys-apps/di/ChangeLog +++ b/sys-apps/di/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for sys-apps/di # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/ChangeLog,v 1.3 2003/02/13 20:42:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/ChangeLog,v 1.4 2003/02/21 02:08:30 zwelch Exp $ *di-3.8 (09 Feb 2003) + 20 Feb 2003; Zach Welch <zwelch@gentoo.org>: di-3.8.ebuild + add missing SLOT + 09 Feb 2003; Seth Chandler <sethbc@gentoo.org>: di-3.8.ebuild added di-3.8 to portage, thx to Thomas Preissler <tomjohn@gmx.de> diff --git a/sys-apps/di/di-3.8.ebuild b/sys-apps/di/di-3.8.ebuild index 1dc821f1fe9a..d3f5e6b6fc08 100644 --- a/sys-apps/di/di-3.8.ebuild +++ b/sys-apps/di/di-3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/di-3.8.ebuild,v 1.1 2003/02/09 22:18:06 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/di/di-3.8.ebuild,v 1.2 2003/02/21 02:08:30 zwelch Exp $ # This ebuild was generated by Ebuilder v0.4. @@ -11,6 +11,7 @@ HOMEPAGE="http://www.gentoo.com/di/" KEYWORDS="~x86" LICENSE="as-is" DEPEND="" +SLOT="0" src_compile() { ./configure \ |