diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-03-19 04:23:45 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-03-19 04:23:45 +0000 |
commit | bd55cf548c63958e6d4e8c15ccd5bed3972e0574 (patch) | |
tree | 41cf89dc9d7b0f25ebfb1a3afeb5d4807ee55aca /lib/libalpm/alpm.h | |
parent | cf6f184243a230b8f0b775269ced06a239827bd1 (diff) | |
download | pacman-bd55cf548c63958e6d4e8c15ccd5bed3972e0574.tar.xz |
James Rosten <seinfeld90@gmail.com>
* Two new pactest test cases
* Fix some "required by" / "requires" output by unifying all "dependency types"
to a single value (PM_DEP_TYPE_DEPEND)
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r-- | lib/libalpm/alpm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 366aeda3..fc4aed59 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -371,7 +371,6 @@ typedef enum _pmdepmod_t { typedef enum _pmdeptype_t { PM_DEP_TYPE_DEPEND = 1, - PM_DEP_TYPE_REQUIRED, PM_DEP_TYPE_CONFLICT } pmdeptype_t; |